Gravey
@gravey
New Member
Joined: Feb 14, 2024
Topics: 51 / Replies: 575
Reply
RE: Are you ready for mini-chalenge #4?

I vote for #1 – math should have time to participate this time!

15 years ago
Forum
Reply
RE: How to URLEncode in maxscript?

try loading the System.Web assembly first. It’s probably not loaded by default with max or something like that. dotnet.loadAssembly “System.Web”

15 years ago
Forum
Reply
RE: Mini-Challenge #2

for me it’s mostly #5: too busy with work at the moment. same reason for not participating in the first challenge. In a couple weeks things should cal…

15 years ago
Forum
Reply
RE: Is posible to render without disabling 3dmax interface?

submit your job to backburner is the only solution. you can run a backburner manager and server on your local machine if necessary like if you dont ha…

15 years ago
Forum
Reply
RE: Turn Off 'Premultiplied Alpha' on everything?

alternative, slightly shorter and theoretically faster version since it’s just 1 property changing: (getClassInstances bitmaptex).preMultAlpha = off …

15 years ago
Forum
Reply
RE: Questions on SimpleManipulator plugin…

havn’t looked at your script but there’s a script that already does this which can be found here: at the very least the above script will provide so…

15 years ago
Forum
Reply
RE: usage of .net GetMessage function

what exactly are you trying to achieve? have you looked into using a scripted mouse tool ?

15 years ago
Forum
Reply
RE: usage of .net GetMessage function

pinvoke.net is invaluable for this sort of thing

15 years ago
Forum
Reply
RE: 2012 problem with createFile and fileIn

meanwhile use dotnet: (dotnetclass “System.IO.File”).WriteAllText <filename> <text_string>

15 years ago
Forum
Reply
RE: RolloutCreator broken in 2012

i don’t have 2012 but rolloutcreator is just a maxscript struct so in the meantime you can probably just edit the rolloutcreator.ms file to fix the pr…

15 years ago
Forum
Reply
RE: dotNet Treeview TreeViewNodeSorter Property

TimHawker: Hi Gravey, Hardly anything is different. I used the if statement you had provided and added that to the solution denisT provided. I was …

15 years ago
Forum
Reply
RE: dotNet Treeview TreeViewNodeSorter Property

TimHawker: denisT, Thanks so much for posting that. Works like a charm I’ve modified the compiling part slightly to sort by imageIndex, and then s…

15 years ago
Forum
Reply
RE: dotNet Treeview TreeViewNodeSorter Property

my bad. As Denis suggested the line append source “if (i == 0) return string.Compare(tx.Text, ty.Text); ” should be: append source “int i = tx.Imag…

15 years ago
Forum
Reply
RE: dotNet Treeview TreeViewNodeSorter Property

fn CompileNodeSorterClass forceRecompile:false = ( if forceRecompile OR dotnetclass “TreeViewTools.NodeSorter” == undefined do ( source = “” …

15 years ago
Forum
Reply
RE: intersectray compatibility

maybe you are thinking of intersectRayEx which requires that the world state of the node is a mesh?

15 years ago
Forum
Page 11 / 42