








Freeze Nulls LW 6.5+
Fujio IchikawaOct. 13, 2007
Sets the object's pivot point to the object's current position.
Note: The script contains a bug that prevents it from working, but is easy to fix. On line 25 instead of:
if(!obj.isMesh() || !obj.null)
It should read:
if(!obj.isMesh() && !obj.null)

Please Note:
The LightWave 3D® Group offers the third party plug-ins database as a courtesy and is not responsible for technical support or damage to your system or files from use.