I completely forget .mesh property, I have another questions about skinning process: 1 – We have to activate modify stack for almost all “skinops” fu…
denisT: is it a geometry at least? OK. just use it’s mesh and multiply mesh vertex position by your object’s transform. it will make the world pos…
You can do it with WPF.
If you want to customize dotnet controls, I always prefer to use WPF version.
This might be a solution , but doesn’t work for me either , changing RendeMode of the window in c#: this.Loaded += delegate { var source = Prese…
Yea, It’s really bad. what about SetWindowLong function? doesn’t help? I just tested but got nothing: fn CompileCSharp Source ClassName = ( csharpPr…
No, but I can show you some examples,You can execute xaml inside max like this: Xaml = “<ListViewItem ” Xaml +=” xmlns=\”http://schemas.micro…
Me too :), best practice is creating your UI inside Visual Studio, then you can execute xaml inside maxscript or more advanced method is creating asse…
Actually you first need to know how WPF works, Then you can use it inside maxscript. Just google it, you can find many tutorials about it.
Yes, add your items in to a StackPanel, change StackPanel orientation to horizontal.then set stackpanel as listviewitem.content
I’m not WPF expert, just beginner, but I can tell you some introductions: WPF is newest UI solution from Microsoft. You can make almost any UI with WP…
One of the biggest advantage of WPF is that you can insert any control to another control. this example shows you how you can do it: TheWindow = dotn…