JohnSwafford
@johnswafford
New Member
Joined: Feb 14, 2024
Topics: 24 / Replies: 131
Reply
RE: Memory issue (?) with script after rendering large scene

Ok, first there is the method you use to set the heapSize: Option 1: You can set the default Maxscript heapSize to accomodate this script, which will…

18 years ago
Forum
Reply
RE: Memory issue (?) with script after rendering large scene

1) The rendering of a scene takes place in main 3ds max memory, not in the Maxscript memory area designated by the heapSize variable. Bitmaps that you…

18 years ago
Forum
Reply
RE: A pre-cursor to MaxScript?

d3coy: Now there’s these DVDs that Bobo has released, and there’s one for people wanting to learn scripting. I hear its good, there is also an advan…

18 years ago
Forum
Reply
RE: Using array/object like object.variable=value

Definitely…I’ve been scripting heavily for 2 years and I still stumble across gems. Sorry for missing your question, but I thought you were totally n…

18 years ago
Forum
Reply
RE: Using array/object like object.variable=value

If you are referring to nodes, you can save data to them using either Custom Attributes or setAppData/getAppData. AppData is much simpler than Custom …

18 years ago
Forum
Reply
RE: Global tracks and custom attributes

S_S1: I’m not familiar with any other method to store arrays to scene file, except this method… I’m storing array-driven strings using the setApp…

18 years ago
Forum
Reply
RE: Execute function when dialog gets focus

Pjanssen: I’ve solved the problem. The on close should be inside the rollout declaration. Yes, and you don’t want the callback created when the r…

18 years ago
Forum
Reply
RE: Execute function when dialog gets focus

I’d recommend using a #nodeCreated callback instead, and have the callback string test whether the new node is a camera. Your function for updating t…

18 years ago
Forum
Reply
18 years ago
Forum
Reply
RE: "scrollPos" equivalent for Dialogs?

d3coy: If you’re looking for a scrollable rollout style interface nested inside a dialog, you should look into subrollouts. This is actually what…

18 years ago
Forum
Topic
Forum
Replies: 5
Views: 4
Reply
RE: For Bobo: Scripted Right-Click Menus

JohnSwafford: Below are some points that I think need to be addressed in the current docs… Bobo, did you see this last reply of mine? (I want to…

18 years ago
Forum
Reply
RE: For Bobo: Scripted Right-Click Menus

Bobo: I think you covered the reality of it pretty well Thanks for the confirmation, Bobo. Regarding the RCmenu and related features, the curre…

18 years ago
Forum
Topic
Forum
Replies: 4
Views: 7
Reply
RE: SDK Question: Spherical Camera

Actually, I haven’t seen Bobo’s DVD yet. My scripted spherical render won’t deal with DOF or Mblur, and it actually will render only 2 low-resolution…

18 years ago
Forum
Page 6 / 11