├── CameraAnimation.py ├── EAInit.py ├── ExplodedAssembly.py ├── InitGui.py ├── LICENSE ├── README.md ├── example.fcstd └── icons ├── AlignToEdge.svg ├── AnimationCamera.svg ├── AnimationCameraEdge.svg ├── AnimationCameraFollow.svg ├── AnimationCameraManual.svg ├── BoltGroup.svg ├── ExplodeToSelection.svg ├── GoToEnd.svg ├── GoToStart.svg ├── ModifyIndividualObjectTrajectory.svg ├── Pause.svg ├── PlaceBeforeTrajectory.svg ├── PlayBackward.svg ├── PlayForward.svg ├── Rotate90.svg ├── ShareCenter.svg ├── SharePoint.svg ├── SimpleGroup.svg ├── TrajectoryEdit.svg ├── TrajectoryLineVisibility.svg ├── WireTrajectory.svg └── WorkbenchIcon.svg /CameraAnimation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/CameraAnimation.py -------------------------------------------------------------------------------- /EAInit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/EAInit.py -------------------------------------------------------------------------------- /ExplodedAssembly.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/ExplodedAssembly.py -------------------------------------------------------------------------------- /InitGui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/InitGui.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/README.md -------------------------------------------------------------------------------- /example.fcstd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/example.fcstd -------------------------------------------------------------------------------- /icons/AlignToEdge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/icons/AlignToEdge.svg -------------------------------------------------------------------------------- /icons/AnimationCamera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/icons/AnimationCamera.svg -------------------------------------------------------------------------------- /icons/AnimationCameraEdge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/icons/AnimationCameraEdge.svg -------------------------------------------------------------------------------- /icons/AnimationCameraFollow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/icons/AnimationCameraFollow.svg -------------------------------------------------------------------------------- /icons/AnimationCameraManual.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/icons/AnimationCameraManual.svg -------------------------------------------------------------------------------- /icons/BoltGroup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/icons/BoltGroup.svg -------------------------------------------------------------------------------- /icons/ExplodeToSelection.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/icons/ExplodeToSelection.svg -------------------------------------------------------------------------------- /icons/GoToEnd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/icons/GoToEnd.svg -------------------------------------------------------------------------------- /icons/GoToStart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/icons/GoToStart.svg -------------------------------------------------------------------------------- /icons/ModifyIndividualObjectTrajectory.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/icons/ModifyIndividualObjectTrajectory.svg -------------------------------------------------------------------------------- /icons/Pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/icons/Pause.svg -------------------------------------------------------------------------------- /icons/PlaceBeforeTrajectory.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/icons/PlaceBeforeTrajectory.svg -------------------------------------------------------------------------------- /icons/PlayBackward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/icons/PlayBackward.svg -------------------------------------------------------------------------------- /icons/PlayForward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/icons/PlayForward.svg -------------------------------------------------------------------------------- /icons/Rotate90.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/icons/Rotate90.svg -------------------------------------------------------------------------------- /icons/ShareCenter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/icons/ShareCenter.svg -------------------------------------------------------------------------------- /icons/SharePoint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/icons/SharePoint.svg -------------------------------------------------------------------------------- /icons/SimpleGroup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/icons/SimpleGroup.svg -------------------------------------------------------------------------------- /icons/TrajectoryEdit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/icons/TrajectoryEdit.svg -------------------------------------------------------------------------------- /icons/TrajectoryLineVisibility.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/icons/TrajectoryLineVisibility.svg -------------------------------------------------------------------------------- /icons/WireTrajectory.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/icons/WireTrajectory.svg -------------------------------------------------------------------------------- /icons/WorkbenchIcon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JMG1/ExplodedAssembly/HEAD/icons/WorkbenchIcon.svg --------------------------------------------------------------------------------