This looks like it’s breaking it: on Init pCont do Are you sure that function (?) is defined correctly?
The first three lines arent actually needed. If you have created the sunlight system, you need to call the function like so: TimeFromSolarTime(300.0)…
I think this is what you’re after: UtilityPanel.OpenUtility collapse search the maxscript help for a list of utilities: UtilityPanel Interface I’m n…
What I think is happening: The first time you run the program it crashes because the array is not defined. (the one you’re trying to append to) or the…
You’ve got this code: pt1 = [pt1.x,pt1.y,pt1.z] append pivotBB pt but shouldnt it be: append pivotBB pt1 ? or… if you’re storing a point3 pos…
How do you identify what object should be replaced with what file? are there any constants that you can start from? What i mean is: is object1 always …
Yep that did it. thanks
ah, cool! You wouldnt know anything about drawing the listview would you? I’ve got about 10 columns of different sizes and when i first draw the lv w…
thanks very much!! It’s all converted and working now. a lot less painfull than I envisaged.
Ok, I’ve bitten the bullit and started converting my script. THanks for all the helpful advice. It’ll probably be better in the long run. I’ve got th…
Thanks for the info. I feel like crying to be honest. I’ve been writing quite a big plugin for the last 6 months and was hoping to finish it before th…
Hey thanks for that. Seems like a 5 minute job. I need to light a cityscape but texture budget is tight. I’m currently using lightmaps but there is…