This example shows how to use WPF ListView inside Maxscript: TheWindow = dotnetobject “System.windows.Window” TheWindow.width = 150 TheWindow.showint…
What kind of data you want to show? just one direction buttons? WPF ItemsControl (ListBox,ListView) are virtualized by default. But if you want to ch…
Denis has a solution for almost everything , in this case i think for age of dotnet controls. I’m 31 and I feel I’m child in this discussion
Denis has a solution:
To see what final rig looks like, please take a look at attached max file. it would be great if you tell me how I can optimized it. Note that to Flip …
It’s already complicated with IKFK,Skin,Flipping,Moving separately,… However, I will tell you some problems of your rig: [ol] [li]Every mesh is skinn…
I wanna use it for rigging 2d (cutout) character. this means character parts will rotate only in one axis. in this kind of rigging flipping every part…
doesn’t work either. I founded another code from you in other post, and this is my ugly version with some modification: fn YLookAt Obj Target = …
The Obj will be flipped when I move Target in negative X axis, just test it with teapot and you see the problem. Another note is that I need rotation …
it has problem when i mirror(negative scale) obj or target denisT: another question: where do you want to use expression? rotation controller …
Thank you! This is exactly what I’ve been looking for. do you think is not better to construct xform before adding to the object? fn AddXformModifie…
Yes, moving gizmo works, How we can align gizmo to the pivot point?
I don’t want to refresh modify panel. Actually I’m looking for fastest way.