thatoneguy
@thatoneguy
New Member
Joined: Feb 14, 2024
Topics: 77 / Replies: 395
Reply
RE: Unable to get group name?

That function would be problematic if you had a dummy in your group. This is the function I use. —- Find most senior group containing designated…

17 years ago
Forum
Reply
RE: Xref Scene override material/properties

Hmmmmmm… it would seem I need to add another feature to Professor Xref…

17 years ago
Forum
Reply
RE: DropDown List in character studio?

It’s not possible by default. What you have to do is a bit of trickery through an overlayed text entry box that’s precariously overlapping the drop d…

17 years ago
Forum
Reply
RE: Rounding all Vertices of a Mesh by nearest number?

As expected… Bobo has a more elegant solution I just found in the Scrolls of the Ages™ aka the archives. fn RoundFloat valfloat = ( floor (valf…

17 years ago
Forum
Reply
RE: Rounding all Vertices of a Mesh by nearest number?

fn roundfloat floatvar = ( if floatvar-(floatvar as integer) >= 0.5 then (return ceil floatvar as integer) else (return floor floatvar as integer)…

17 years ago
Forum
Reply
RE: How to display number divided with comma in edittext

fn CommaNumbers numberstring divstring:”,” = ( DecimalOffset = findstring numberstring “.” if DecimalOffset != undefined then (DecimalOffset -= 1) …

17 years ago
Forum
Reply
RE: How to display number divided with comma in edittext

fn CommaNumbers numberstring = ( wholenumbers = filterstring numberstring “.” decimals = wholenumbers[2] numberstring = wholenumbers[1] for i = (…

17 years ago
Forum
Reply
RE: Preventing node deletion

I think a plugin to filter delete events would be such a welcome addition to the toolset that most studios wouldn’t mind rolling it out. People have …

17 years ago
Forum
Reply
RE: setting scripted ui controller via script?

You can do everything in the reel through a Rollout and Dialog except for the 2d pos markers. Only 1D Sliders are possible using MXS objects–which is…

17 years ago
Forum
Reply
RE: GetMinVal?

Ahhhhhhh it’s under array. I knew it had to exist somewhere. (aMin 25 36) returns: 25 Perfect! That should be added as a link to Number Methods and…

17 years ago
Forum
Topic
17 years ago
Forum
Replies: 4
Views: 16
Topic
Forum
Replies: 0
Views: 10
Reply
RE: error checking methods

try()catch() can fail silently. For instance instead of checking to see if an object exists before deleting it… You can just throw it in a try()catch…

17 years ago
Forum
Reply
RE: Professor X…ref

Well here is a simple example though: You XRef in a scene (which contains a cube). You parent the XrefScene to a dummy. You move the dummy off to the…

17 years ago
Forum
Reply
RE: Professor X…ref

New question: Is there a way to get an XRef Scene’s transform matrix? I know it’s got to have one because you can move it around.

17 years ago
Forum
Page 18 / 32