thanks, I ended up using path constraint and snapshot. .dir would be suitable if I don’t want objects to collapse into editable messhes.
Sorry for the late reply…working furiously at this city script. The max modify mode does work here, thanks. This thing is users might feels strange w…
Wait, the problem is not in the parametrix object. I noticed if the modify panel is not open, then it doesn’t work. And there are no ways to tell it t…
Hey, LFShade, I tried your code in a macro. Somehow trying your code sparked an epiphany: Maybe I can’t add vol. Select onto a parametric object (box …
Here’s the section about VolumeSelect modifier: addModifier bObjLattice (VolumeSelect()) bObjLattice.VolSelect.volume = 0 –box –bObjLattice.VolSele…
Hey, thanks! So I either think of a plane as a box, or a point as a ray. I’ll use rectangles mostly, but I might use triangles, trapezoids etc. FYI, …
Hi ppl, I made the animation work for boxes and spheres. Vertex color seems alright sometimes. I’m now troubled by how to animate vertices (the manual…