$Camera001.fov.controller = bezier_float() camerafovsel =$Camera001.fov.controller.keys propertysel = #(#value,#inTangent,#outTangent,#inTangentType ,…
modif = $.modifiers[#Chamfer] animatedsel = #() –get all animated getproperty for i = 1 to modif.numSubs do if modif[i].isAnimated do animatedsel[a…
comepile and assembly is done by CSharpCodeProvider , you only need check the class is existing or not but the c# code is so long , you can try it , m…
so an additional file is supported or not? if not , you need run all the C# code in CSharpCodeProvider , and everytime you run the mxs (or you write i…
if you just want to save your script with 1 file , CSharpCodeProvider help everything , if you want a optimized method , a dll by yourself is needed i…
max use right-hand rule with mxs , but store data use left-hand rule if possible , use matrix dot product to change transform obj = Box pos:[0,0,0] i…
no if you want to show you can use tostring() if you want to use for mxs , you must get ARGB to create your data structure
for the 1st , you can’t change UI in dowork , that’s forbidden , UI need change in ProgressChanged rollout test_red_cross “Red Cross” ( dotNetContro…
try this mats = getclassinstances vraymtl empty_mat = vraymtl() attr_num = getPropNames empty_mat for i in #(#diffuse,#diffuse_roughness,#texmap_dif…
nodes = selection[1] targettransform = inverse (viewport.getTM()) rotationtransform = (EulerAngles 0 0 45) as matrix3 newtransform =nodes.transform * …
they are procedural map , also not image , they use mathematical formula to generate if you are programmer , you can create various kinds of previews…
they are not image , but a scene , the editer shows the result of the scene if need preview image , equal to create a scene with a object , such a…
the time needed is unpredictable , but not more and more what you need is disable Undo system
no-worked line because of wrong syntax if you get right path , use getFilenamePath + filenameFromPath all syntax works , just need to case parametri…
you had got what you selected , just need chenged it to the string , so why problem yet