You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you put this into Blender, the relative locations of these two objects are not respected.
I think we can get this solved along with introducing per member material for each object in an assembly. If the author is fine with this I can write a patch.
The text was updated successfully, but these errors were encountered:
We could address it by reverting to an internal Assembly -> Compound method, such as assembly.toCompound() or cadquery.exporters.utils.toCompound(assembly). However, this would flatten the assembly into a single shape, reducing flexibility and preventing changes like assigning materials to individual members, as you mentioned.
I’d be happy for you to explore an approach that extends the current system, where each child of the assembly is parsed like any other object 👍
Consider this:
When you put this into Blender, the relative locations of these two objects are not respected.
I think we can get this solved along with introducing per member material for each object in an assembly. If the author is fine with this I can write a patch.
The text was updated successfully, but these errors were encountered: