notifydependents curObj partid:#geom and notifydependents curObj partid:#all not work. The bbox is not updated.
Yes, converting to EP solve the problem, but I am curious why this happen. Denis, about my PM, I will try to do what you offer me. Thank you.
Update does not help at all. Using this for v in allObjVerts do ( poSetVert curObj v ( ( vPosArr[cnt += 1] * newMatrix )+objCenter) ) update ObjToSc…
$.category reports all splines primitives as #Splines If the splines are converted to editable_splines the $.category reports them as #Shapes Extend…
I need all primitives including shapes. If Compound object is reported as not deformable the script can operate on it without problems.
Thank you, Denis! I istalled Bobo’s Magmapulators and the snap works. Now I have to learn how to build manipulator that I want. I think the when trans…
Check mxs help file for “When Constructs”
If in the messagebox that appear when the error occure after the “bad” the symbol is “square”(somethink like []) then I am pretty sure that this scrip…
Here the code: ( objLocalBBox= in coordsys local nodeLocalBoundingBox selection[1] olbb = objLocalBBox[2] – objLocalBBox[1] w = olbb[1] l = o…
There are some issues with the dimensions of the selected object. Create a Teapot. The dimensions, shown in the default Object Properties dialog and y…
Float, float, but MAX prints them as integer. Thank you for the suggestion.