vize
@vize
New Member
Joined: Feb 15, 2024
Topics: 1 / Replies: 9
Reply
RE: defining objects within a loop

ar=#() — make empty array For index = 1 to 5 Do ( name_number = index as string Pyr = Pyramid name:(“Pyr”+name_number) widthsegs:1 depthSegs:1…

17 years ago
Forum
Reply
RE: dotNet RichTextBox

look for “ActiveX – Disable 3ds Max keyboard accelerators” in MXS help.

17 years ago
Forum
Reply
RE: How to – Theatre like moving text

write the text, convert to editable mesh and make scripted controller for every sphere with intersectray function (ray derived from sphere position an…

17 years ago
Forum
Reply
RE: command panel refreshing

look for “Modify Panel can be slow – change to Create Panel when possible” and “Command Panels” in maxscript help

17 years ago
Forum
Reply
RE: Declaring global variables in custom attributes?

how about persistent globals? they are saved with .max file a ze to neresis na maxaree?

17 years ago
Forum
Reply
RE: Instancing Dilema….

try this: maxOps.cloneNodes ObjGroup cloneType:#instance NewNodes:&Ob InstanceMgr.GetInstances ObjGroup &inst InstanceMgr.MakeControllersUniq…

17 years ago
Forum
Reply
RE: How do i hit render button in render scene dialogue by mxs

yes, and there are few really bad things on netrender interface: it’s not possible to set dependecies for jobs and configure sending of 64/32bit jobs.

17 years ago
Forum
Reply
RE: on changed/modified event?

look for “when” construct in help

17 years ago
Forum
Topic
Forum
Replies: 11
Views: 19
Reply
RE: Post-Render Scripts and Netrenders

post render script works with backburner, you should have this script in the scripts directory on all servers or use include maps when sending job

17 years ago
Forum