ofer_z
@ofer_z
New Member
Joined: Feb 14, 2024
Topics: 11 / Replies: 188
Reply
RE: How to addnewkey to a newly defined custom attribute??

did you assign a controller to that parameter? try $.modifiers[1].Amyface.CNT_Teapot01_1_Position_XYZ.controller = position_xyz() addnewkey $.modifie…

18 years ago
Forum
Reply
RE: turn 3d tracked camera data into 2d retiming curve?

Check out this version, it has frame accuracy. Note that the smaller the value, the more accurate the match will be, but at the cost of more time to c…

18 years ago
Forum
Reply
RE: turn 3d tracked camera data into 2d retiming curve?

Hi, Try this code. you’ll need to edit the 2 lines defining the camera objects by their names. This script works by comparing distances, so make sure…

18 years ago
Forum
Reply
RE: array parsing question – 2 arrays involved

( local arraymain = #(“x”,”x”,”x”,”y”,”z”,”y”,”x”) local arraysub = #(“a”,”b”,”c”,”d”,”e”,”f”,”g”) local uniqueIndexes = #() for i in arraymain wher…

18 years ago
Forum
Reply
RE: array parsing question – 2 arrays involved

Try this: arraymain = #(“x”,”x”,”x”,”y”,”z”,”y”,”x”) arraysub = #(“a”,”b”,”c”,”d”,”e”,”f”,”g”) index = “x” for i = 1 to arraymain.count where array…

18 years ago
Forum
Reply
RE: Sorting sub materials in multisub based on their slot name

Try this one. It would probably need some foolproofing before it’s completely usable, but that should get you started: try(destroyDialog ro_SortMul…

18 years ago
Forum
Reply
RE: Sorting sub materials in multisub based on their slot name

Do you want the use to enter a new material name or to select a material by name?

18 years ago
Forum
Reply
RE: Sorting sub materials in multisub based on their slot name

Hi, Here’s a small function that will sort a multi-sub material by the sub-materials’ names: ( fn sortMatByName m = ( — Create a struct to ho…

18 years ago
Forum
Reply
RE: Good source for .net controls info?

bobo has some information here: and in the MXS help there are a couple of topics about that: Converting scripts from using activex controls to dotne…

18 years ago
Forum
Reply
RE: Scripted Modifier and Node it is attached to?

Hi, I’ve also had this problem, and I’ve finally came up with the follwing solution. It’s not perfect, but works well enough for my purposes. What I’…

18 years ago
Forum
Reply
RE: UI question…

Hi, you need to set the right property on the UI element. The properties change with the elemeny type (for checkbox it’s .checked, for spinner it’s ….

18 years ago
Forum
Reply
RE: how to know if an object is hided ?

use the object’s isHidden property. it returns true if the object is hidden and false if it’s visible. you can also set the property to show/hide the …

18 years ago
Forum
Reply
RE: Rotating an objectect around arbitrary vector by an angle

try this (from the MXS help): rotate <node> <angle> <axis_point3> [color=green]– mapped – angle in degrees [/color]hOpe this help…

18 years ago
Forum
Topic
Forum
Replies: 0
Views: 29
Reply
RE: unregister filter functions?

Hi Paul, Are the filter functions declared as globals? This code works on my side. When used without the explicit global decleration, I get an error …

19 years ago
Forum
Page 8 / 14