Why you used custom attribute inside plugin? It can be done like this: plugin helper Exposer extends:Point replaceUI:true classID:#(0x7d7f057e, 0x677…
ja17waman: FBXExporterSetParam Your goal is not clear, Do you want to export selected objects to a single file? This works just fine: exportFile…
First see the rci.str, of course “Sbtn_i” is undefined. You want to raise pressed event on buttons, But first you should know how to access them corre…
You can also remove item by reverse iteration: clearlistener() TheArray = for i = 1 to 9 collect i for i = 8 to 5 by -1 do deleteitem TheArray i TheA…
Well, another challenge (for me) is creating a bitmap to past on.I actually want to translate it to the C# code.
I really shocked! why this important function is hidden! There are some more here: knowledge.autodesk.com What’s New in M…
This is cleaner version: ( MeshopDetachFaces = meshop.detachFaces mapped fn SplitMeshByMaterialID Obj = ( if isvalidnode Obj and (Mat = Ob…
Thank You Denis!
Because my tool will be used in in-house production, I think we can skip this.
Do we have a function like MS function “GetPropNames” inside C#-C++? Maybe by using that we can filter out keys easier based on it’s properties.
How many variations we have in controllers and key types? Is this a good method? I’m not sure how I can handle rotation controller. using Autodesk.Ma…