Kramsurfer
@kramsurfer
New Member
Joined: Feb 14, 2024
Topics: 23 / Replies: 352
Reply
RE: delete children with parent

If you are talking about the user deleting it while check out Callbacks in the help file… specifically #nodePreDelete If the script it self is deleti…

17 years ago
Forum
Reply
RE: include #quiet ?

if you scope your include within the script it shouldn’t write them out… your including in a global scope… ( include “functions.ms” var = p…

17 years ago
Forum
Reply
RE: Does callbacks.addScript #preRender not work with backburner netrenders?

Are you writting your own submittal script? That would allow you to do whatever at that time between the user pressing the render button and it going…

17 years ago
Forum
Reply
RE: Does callbacks.addScript #preRender not work with backburner netrenders?

Options: the Script needs to be either: Defined somewhere in the plugins or startup on all machines Coded directly in a string Filein script from an…

17 years ago
Forum
Reply
RE: Does callbacks.addScript #preRender not work with backburner netrenders?

persistent:true On your callbacks is what you need. I have often have the function being called as a library function which initializes at start up……

17 years ago
Forum
Reply
RE: multi-line label?

It falls right in line with the Messagebox string display… Messagebox ” Hi There This is a whole Line WOW WOW”

17 years ago
Forum
Reply
RE: multi-line label?

It’s funny what you never try sometimes… this is new to me too… I guess there’s no more dialogs defined like this!.. ha ha… …. label LB01 “The M…

17 years ago
Forum
Reply
RE: Qsort???

Here’s my quick stab at it… but I’ve found a issue with my angle idea… that the distance is a factor for closely angled points… so I was thinking mayb…

17 years ago
Forum
Reply
RE: Qsort???

yeah… like so – in the listener p1=[20,20] [20,20] p2=[10,10] [10,10] atan2 ( p1.x-p2.x ) ( p1.y – p2.y ) 45.0 p2=[10,20] [10,20] atan2 ( p1.x-p2.x )…

17 years ago
Forum
Reply
RE: Qsort???

Is the Arrayed data 2D or 3D? I’m assuming 2D as you wish to bound with a spline… If your working in 2D: You may want index them by degrees from the…

17 years ago
Forum
Reply
RE: Blur's Collapse Sub Object Material – Batch?

A Quick shot… this worked on a selection of 4 boxes… The Dialog still comes up, but it then runs over all the objects in the current selection doing …

17 years ago
Forum
Reply
RE: set backburner dependencies via maxscript

We have an independent box that watches our BackBurner Managers, e-mails completions, creates custom logs, makes dailies of completed animations and r…

17 years ago
Forum
Reply
RE: Simple Plugin and MapButton

Got it to work by unlinking the Parameter/UI link and managing in rollout… I don’t know if it’s proper… but it’s working… plugin simpleObject Enviro…

17 years ago
Forum
Topic
Forum
Replies: 1
Views: 16
Reply
RE: Merging .MS Files

Without seeing the scripts, it’s impossible to know how or if they can be combined and get the desired result… for example… There might be two or more…

17 years ago
Forum
Page 17 / 25