cgt139746852
@cgt139746852
New Member
Joined: Feb 14, 2024
Topics: 0 / Replies: 196
Reply
RE: Copy fov animation from Physical to Standart camera

$Camera001.fov.controller = bezier_float() camerafovsel =$Camera001.fov.controller.keys propertysel = #(#value,#inTangent,#outTangent,#inTangentType ,…

5 years ago
Forum
Reply
RE: Check for animated Modifiers

modif = $.modifiers[#Chamfer] animatedsel = #() –get all animated getproperty for i = 1 to modif.numSubs do if modif[i].isAnimated do animatedsel[a…

5 years ago
Forum
Reply
RE: Is it possible to make custom dotnet control via live compile?

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…

5 years ago
Forum
Reply
RE: Is it possible to make custom dotnet control via live compile?

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…

5 years ago
Forum
Reply
RE: Is it possible to make custom dotnet control via live compile?

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…

5 years ago
Forum
Reply
RE: Rotation question

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…

5 years ago
Forum
Reply
RE: Returning backcolor value (dotnet)

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

5 years ago
Forum
Reply
RE: How to avoid red cross and freeze when using a BackGroundWorker in Datagridview?

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…

5 years ago
Forum
Reply
RE: Simplifying V-ray materials

try this mats = getclassinstances vraymtl empty_mat = vraymtl() attr_num = getPropNames empty_mat for i in #(#diffuse,#diffuse_roughness,#texmap_dif…

5 years ago
Forum
Reply
RE: Local space

nodes = selection[1] targettransform = inverse (viewport.getTM()) rotationtransform = (EulerAngles 0 0 45) as matrix3 newtransform =nodes.transform * …

5 years ago
Forum
Reply
RE: Collecting TextureMap icons

they are procedural map , also not image , they use mathematical formula to generate if you are programmer , you can create various kinds of previews…

5 years ago
Forum
Reply
RE: Collecting TextureMap icons

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…

5 years ago
Forum
Reply
RE: Memory leak when creating faces in Editable Poly?

the time needed is unpredictable , but not more and more what you need is disable Undo system

5 years ago
Forum
Reply
RE: Open an .ms file with Edit()

no-worked line because of wrong syntax if you get right path , use getFilenamePath + filenameFromPath all syntax works , just need to case parametri…

5 years ago
Forum
Reply
RE: Open an .ms file with Edit()

you had got what you selected , just need chenged it to the string , so why problem yet

5 years ago
Forum
Page 9 / 14