Hi, After much Google translate, I managed to register to be able to check this out. The script errors right away: — Syntax error: at bad, expected …
Hi, Make sure all includes and library paths point to the correct 3dsmax2010 SDK. also, you must compile hybrid or release version. Difficult to say m…
Hi, Nice looking UI ! IS this all .net ? a treeview and a list view ? Would you care to elaborate a bit on how you build the UI ? Tanks
HI enrico, for meshes, the easiest is to add them !! ( a=teapot() b=sphere() a+=b delete b )
Thanks a bunch denis, I finally managed to do it !!! fn uvLoopShift val = ( local uv = modpanel.getcurrentobject() — the unwrap modif…
Hi, Thanks Denis, I already know these functions. But this doesn’t really help me. I don’t want to grow or shrink a loop, I would like to select the a…
I’d also very much be interested in a solution… Paul ? (hint, hint)
hi, check if the file ” “F:\3ds\ errain\mdl_Tree.3ds” contains an object called “mesh02”… and/or if “F:\3ds\ errain\mdl_Rock.3ds” an object called “m…
testvalue = ct_display_window.lv.listitems[1].ListSubItems[2].text should be something like testvalue = ct_display_window.lv.items.item[1].subItems….
Hi, Very Nice ! I also like the grouping… Any plans to implement Mental Ray renderer ? I think this really need it !
Hi, C:\blur\common is 1st in PATH environment variable (there isn’t any other Qt path information) in C:\Python24\Lib\site-packages I have 2 folders…
Hi, I am trying to get Py3dsmax to run, but it fails… XP32 – 3dsmax 2009 here is what I did: installed Python 2.4.4 (python-2.4.4.msi) installed Qt…
<void> means that the function doesn’t return anything.