Skip to content

snhobbs/model-animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

model-animation

Resources and examples for animating assemblies.

In animation this process is often called rigging. Rigging controls the movement of a "skeleton" made of "bones" that has a "skin" on it.

Checkout the Blender docs for more of an explanation.

Uses

  • Make explosion videos
  • Make video of assembly process of an assembly ensuring correct order

Making Assembly

Make an assembly in your CAD program of choice and export as a glTF file either directly or export a step file, import into FreeCAD and export there.

It is important to use glTF when importing as that maintains the name of the subobjects allowing the blender scripting to reference via the assembly name.

CADQuery Assembly

CADQuery is an excellent option for making assemblies. Assign names programmatically as needed. Assemblies are easier to edit and maintain when the relationships are more literal than is possible with most CAD systems.

Steps

  1. Export assembly in FreeCAD as a glTF. This will maintain the names in the assembly.
  2. Import into blender
  3. Write the script describing the part movement or do using the GUI
  4. Run script
  5. Setup view port, scene, cameras, etc.
  6. Render the video or image export of frames (https://docs.blender.org/manual/en/latest/render/output/animation.html)

Resources

Seems the best place to ask questions is the Discord

Videos

Repos

Examples

Manuals

About

Resources and examples for animating assemblies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published