not a solution to your problem, just a suggestion really that including code that requires 3rd party libraries to compile may limit the number of peo…
something like this ? ( fn PreSaveHandler param = if param[1] == 1 do ( savefileName = param[2]; — do what ever here ) callbacks.removeScr…
try using #filePreSaveProcess: #(integer, string) Sent before the save process has started. Calling callbacks.notificationParam() returns a 2 eleme…
Is it somehow possible to calculate and compare the uv area ratio to the geometry area ratio. as uv is unitary i.e usually in the range 0 to 1, the …
think of all those disappointed german speakers
have you tried deleting the post build event calling RunMUIRCT.exe language packs
well a mui file is for Multilingual User Interface so have you some localization thing going on ? or some multi language option checked ?
have you tried setting the sub controllers (position rotation scale) from a decomp_affine of the transform matrix ? virtual Control * GetPositionCon…
do those poly objects originally start as spline shapes ? and if so would you mind posting them up ?
it’s a retriangulation issue, don’t think your going to get better than subdivide with a large value… Sweepline is similar can give good and bad resul…
not looked at it but has anyone tried using… on attachedToNode <nodeVar> do … and notifyDependents <MAXObject> partID:<name> ms…
i think you need to move printToFile to above exportAs in the file as the function would need to be “seen” before it is called
you could achieve the same effect as a surface constraint on point002 to a sphere centered on point001 (or position constrained to point001 or parente…
you can wrap the c++ as if it was native c# then compile with CLI option set then you can call from c# blog