JMG1 / ExplodedAssembly

FreeCAD workbench to create exploded views and animations of assemblies
GNU Lesser General Public License v2.1
118 stars 27 forks source link

Fix usability with assembly workbenches #19

Closed EvanLF6768 closed 3 years ago

EvanLF6768 commented 3 years ago

Fixes #18 Partially

Address the issue where it was impossible to use simple groups in assembly workbenches, by adding an additional check to deal with this case.

Note only simple groups have been fixed with this commit.

EvanLF6768 commented 3 years ago

As I wanted to minimize excessive changes to the code you are required to select both the part(s) in the assembly hierarchy as well as a face in the model to act as the direction. This is inconsistent with the ability to simply click once in the 3D view, but is not a regression as this method is only required for assemblies.