Closed Wizzerinus closed 1 year ago
Btw: I do not know if non-polygon objects also have this problem. It seems that the other two egg nodes that can exist in a group are Patch and PointLight (and theres that one technical type that should not be in an egg), but I don't know how theyre used, nor if they're common, and nor if they crash.
It's composite primitives that can't be triangulated, which is just lines - the egg loader enters an infinite loop trying to "triangulate" the lines.
Description
Using a object inside a group with in any mode causes a segmentation fault when
pview
,egg2bam
etc. is run. This happens even if the collide mode does not need to look at the line (i.e. Plane type is used)Steps to Reproduce