chrrox
@chrrox
New Member
Joined: Feb 14, 2024
Topics: 31 / Replies: 39
Reply
RE: Maxscript xml

Thanks all for your help. This is exactly what i was looking for. There are many ways to do one thing as shown here and they are all great.

14 years ago
Forum
Reply
RE: Maxscript xml

Yes i read his tutorial and I Found one other tutorial the farthest i got was getting the listener to print the main child nodes. If i see an example …

14 years ago
Forum
Topic
14 years ago
Forum
Replies: 7
Views: 19
Reply
RE: Export 16 bit precision floating point

Ah this is a much more compact version can someone help implementing this?

14 years ago
Forum
Reply
RE: Export 16 bit precision floating point

I found this online ma bee this is possible to convert to native max script i will give it a try if anyone has any suggestions they are welcome con…

14 years ago
Forum
Reply
RE: Export 16 bit precision floating point

ok this first line works dotnet.loadassembly @”C:\Program Files (x86)\Common Files\microsoft shared\XNA\DeployableRuntimes\Zune\3.1.10527.100\Microso…

14 years ago
Forum
Reply
RE: Export 16 bit precision floating point

Thanks for your replies biddle when i run assm = dotnet.loadassembly “Microsoft.Xna.Framework.dll” i get this error Runtime error: dotNet runtime e…

14 years ago
Forum
Topic
Forum
Replies: 8
Views: 21
Reply
RE: Object creation

Well I found a way to hack around this i am not sure if this is the correct way but for each object i just detach the faces as new objects then delet…

14 years ago
Forum
Topic
14 years ago
Forum
Replies: 1
Views: 13
Topic
14 years ago
Forum
Replies: 0
Views: 13
Reply
RE: 16 bit presision

Thanks for all your time. I get no errors now but when i try to do something like this test = 1.0 dotnet.ValueToDotNetObject test (dotnetclass “Syste…

14 years ago
Forum
Reply
RE: 16 bit presision

single = dotnet.ValueToDotNetObject 1.0 (dotnetclass “System.Single”) – it’s .net object now and you can pass to other .net method uint = single.ToUIn…

14 years ago
Forum
Reply
RE: 16 bit presision

I think its using this class but i cant figure out what i am doing wrong to get it working. Convert = dotnet.ValueToDotNetObject 1.0f (dotnetclass “S…

14 years ago
Forum
Reply
RE: 16 bit presision

Yes that is what i want to do is convert a float i read in max. Then using .net inside max convert it to 1/2 precision floating point that is usable i…

14 years ago
Forum
Page 2 / 5