I want to make a list of maxscript extensions(and what they do) in the renx plugin.
executing
apropos "ww" in Renx yields the following extensions:
Code:
WWSkin (const MAXClass): WWSkin
WWSkinSpaceWarp (const MAXClass): WWSkinSpaceWarp
wwInputBox (const Primitive): wwInputBox()
wwGetAbsolutePath (const Primitive): wwGetAbsolutePath()
wwDuplicateSkinWSM (const Primitive): wwDuplicateSkinWSM()
wwCopySkinInfo (const Primitive): wwCopySkinInfo()
wwFindSkinNode (const Primitive): wwFindSkinNode()
wwSceneSetup (const Primitive): wwSceneSetup()
wwExportTreeSettings (const Primitive): wwExportTreeSettings()
wwGetHierarchyFile (const Primitive): wwGetHierarchyFile()
wwSetOriginAppData (const Primitive): wwSetOriginAppData()
wwCopyAppData (const Primitive): wwCopyAppData()
OK
I figure that running
apropos "" in both Renx and standard Gmax, and then comparing the results, I will get a complete list.Only thing at the moment is I dont know a way to automate the comparison process, and there is no way Im doing it manually.
coolfile and flyby, if you have any information that you feel will contribute to a database of Maxscript extensions in Renx, then please post it here.It would be nice if we could make some new tools for making working with Renx a little easier.