dutch_delight
@dutch_delight
New Member
Joined: Feb 14, 2024
Topics: 12 / Replies: 102
Reply
RE: Interested in Knowing why something is failing

This looks like it’s breaking it: on Init pCont do Are you sure that function (?) is defined correctly?

15 years ago
Forum
Reply
RE: Controlling Daylight System with MAXscript

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)…

15 years ago
Forum
Reply
RE: How to launch utilities?

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…

15 years ago
Forum
Reply
RE: Need Help Import Data from File

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…

15 years ago
Forum
Reply
RE: Need Help Import Data from File

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…

15 years ago
Forum
Topic
Forum
Replies: 2
Views: 15
Reply
RE: Replacing Objects

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 …

15 years ago
Forum
Reply
15 years ago
Forum
Reply
RE: icons in activeX listview Controller

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…

15 years ago
Forum
Reply
RE: icons in activeX listview Controller

thanks very much!! It’s all converted and working now. a lot less painfull than I envisaged.

15 years ago
Forum
Reply
RE: icons in activeX listview Controller

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…

15 years ago
Forum
Reply
RE: icons in activeX listview Controller

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…

15 years ago
Forum
Topic
Forum
Replies: 11
Views: 38
Reply
RE: cut shadows into mesh

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…

15 years ago
Forum
Topic
Forum
Replies: 3
Views: 14
Page 1 / 8