3ds Max Animation :: Wire Length Parameter Of Taper Object - Illegal Self-reference In Controller Script

Nov 28, 2011

I try to wire the length parameter of a taper object to the local Y-Position values of another object. It works fine until I reload the file. I get an MAXScript Wire Controller Exception error:

--Runtime error: Illegal self-reference in controller script

...and the parameter-wire dialog opens. The desired functionality returns by clicking the Update Button and everything works fine again.

View 1 Replies


ADVERTISEMENT

3ds Max Animation :: How To Position Point Helper At Endpoint Of Taper Length In 3D Space

Nov 8, 2011

How to position a Point Helper at the endpoint of the Taper Length in 3d space? I think it would extend the Taper in its use for rigging things. Have a look at the screenshot. I mean the magenta ones.

I know there is a mathematically way with vector analysis, but it's to long ago to script it fast. Or is there a helper which has the same capability?

View 8 Replies View Related

3ds Max Animation :: Delayed Following With Schematic Or Wire Parameter

Mar 20, 2012

Have a bit of a puzzle that's been bouncing around a bit. Is there a way to delay a object following it's parent for a few frames? For instance, I have a hook attached to a crane that rotates around, the hook following it around. If I could have it follow the crane at a bit of a lag, allowing the cable to curve slightly, it would look a deal more real. I know I could hand animate it, but is there a way to set it up so that the hook will follow the crane after a delay of say, 10 frames or so?

View 1 Replies View Related

3ds Max Animation :: Wire Object Z Position To Custom Attribute

Feb 25, 2011

Im trying to wire an object's Z position to a custom attribute. I've frozen transforms, but whenever i wire the zero euler Z position to the attribute, when i control the attribute, i notice that my object is moving relative to world, and not to its position.

I want to move it along its own Z axis, not world axis.

View 2 Replies View Related

AutoCAD Inventor :: Convert Model Parameter To Reference Parameter?

Oct 2, 2012

I need to convert a model parameter to a reference parameter thru the API.

I saw this item discussed in the group before, but I cant find the thread.

View 4 Replies View Related

3ds Max Animation :: Building Controller For Mix Maps?

Oct 21, 2012

I'm working on a controller for a face rig, but instead of using morphers I'm using different textures for the mouth depending on the action. I've set these up in nested mix maps (there are 8 different textures in all). For my test I'm using 4 and standard primitives to simplify things a bit.

I initially setup these controls in an attribute holder containing 3 sliders. The main one is a master switch slider. The other two act as the mix map sliders within the texture nest of mix maps. I'd like to create a single control for these though.

I can pseudocode this out pretty easily but applying it is a different story. What is the best course of action? I'm not very familiar with Maxscript although I am planning on looking into it.

View 2 Replies View Related

3ds Max :: Bake Audio Controller Animation To Frames

Jan 3, 2012

How or have a script to bake Audio Controller animation to frames so its position/rotation can be adjusted by i.e the Curve Editor in 3ds Max?

I have an spline object where I use the Audio Controller to drive the height of the extrusion dynamically over time but would love to have more control over it.

View 1 Replies View Related

3ds Max Animation :: Import File To Controller Or Track?

Aug 5, 2013

I have a CSV file with lists of positions and rotation angles (over time). I would like to use these to animate objects. The two options I've found thus far are:
 
- Convert the CSV to the XAF format and import this into the curve editor
 
- Convert the CSV to WAV and use the AudioFloat controller to assign it to the coordinates
 
I would think there should be an easier way, preferably one for a controller, but I can't seem to find it. Surely I'm not the first to want to import data; frankly I'm surprised that audio is supported but regular data isn't. The thing is, converting the data to XAF seems to produce an enormous overhead and converting it to WAV is just odd.
 
What would the appropriate way be? Ideally I'd expect some controller where I can specify a file and some conversion parameters and that'd be it. Does such a thing exist? I'm happy to convert the CSV but I feel like it's probably not necessary - is it?

View 2 Replies View Related

3ds Max :: Steering Wheel Rig - Wire Parameter Option

Oct 11, 2012

I have modeled a car and rigged it fully with roll, till, steer, and wheels spinning. Then I realized that my steering wheel wasn't involved in the animation and when I linked it's rotation to the rotation parameter of the steering wheel to the x position of the steering rig (the red circle in front of the wheels) the steering wheel rotates in a rather bizarre way. So I tried everything I could find on the net to solve this problem, from turning the rotation from Euler to TCB (that didn't work), then I added a dummy into affect and that didn't work either.

I rotated the dummy inline with the steering wheel and aligned it's pivot points to the steering wheel, the wheel seems to rotate nicely when I rotate the dummy. But it all falls apart once I link up the steering rig to the dummy.

Also to note, it seems impossible for me to select the "wire parameter" option from the steering wheel, it seems I have to originate this link somewhere else to the steering wheel for the link to be made possible. Could it be because the steering wheel was a different file and merged in later on?

View 9 Replies View Related

3ds Max Animation :: Animate Local Position With Orientation Controller?

Jun 29, 2012

I made a simple image explanation.

1. I have an ARROW that I would only like to animate along the Local X position.
2. I have a helper that i would like to control the rotation of the ARROW.
3. Once i rotate the helper, i would like the ARROW to still go in the Local X position but in the direction its facing.

Does this require a script or can this be achieved another way?

View 9 Replies View Related

3ds Max Animation :: Gear Script Or Expression - Assign Controller Function

Feb 24, 2011

"Scripting" a "simple" rigging function.

Gear1 is rotating on z axis (both sides), Gear2 is linked to G1, but only in positive (or negative, I don't remember).

I want to assign a controller on gear2.Z Rotation (script or expression), something like that :

if G1.Z Rotation=positive then G2.Z Rotation=G1.Z Rotation else 0
or
if G1.Z Rotation=negative then G2.Z Rotation=G1.Z Rotation else 0

I need to setup a 80 moving parts watch, so I need to use "Assign Controller" function.

View 3 Replies View Related

3ds Max Animation :: Creating Controller That Hold Multiple Hand Poses

Nov 30, 2013

So im using 3ds max to create a controller that hold more than 1 hand pose: fist, relaxed, stretched, etc. But when i making my 2nd pose and placing the same axis as the first pose, it overwrites it. So like this i can only use the 2nd one, instead of both.

View 7 Replies View Related

AutoCAD Inventor :: Set Mass Of Wire Part Equal To Last Parameter

Jan 30, 2013

I would like to add tree parameters to this part. One is a wire diameter. Another should be the length of the wire. The last should calculate the weight of the wire. Then I wish to set the mass of this wire part equal to this last parameter. Is it possible somehow?

View 3 Replies View Related

3ds Max :: Making Controller That Can Change Object From Green To Red

Aug 1, 2011

I want to make a controller that can change an object from green to red. So I wire the parameters from y position to the ambient colour.

I find to make the y_position into (y_position/100),(y_position/100),(y_position/100) but when I put this into the Parameter wiring dialogue I get a syntax error.

View 3 Replies View Related

AutoCAD 2010 :: Taper Circular Object 1-1/2" High On 45 Degree Angle?

Jan 20, 2012

I'm trying to figure our how to taper a circular object 1-1/2" high on a 45 degree angle from the top down (that is the lower part goes in like a pie pan).  Taper doesn't seem to work. 

View 2 Replies View Related

AutoCAD Inventor :: Set Parameter For End Value Of Parameter Animation

Dec 19, 2011

I got a deadline for my project, but I got a big problem:

"I cannot set the "parameter" for the End Value in Parameter Animate dialog"

For easy understand, let's see a example:

1. I got a part which has two parameters named: "A" and "MaxA"
2. I animate Favorited parameter A.
3. The End Value is MaxA_ (Everything is ok)
4. I finish Studio environment, then I change parameter MaxA_ from 200 mm to 400 mm
5. I turn back to Studio environment, the End Value now is "200 mm" (I want this will be MaxA_, so I can animate the flexible parameter). 

show me how to keep the end value will be "MaxA_" after I change parameter? 

View 3 Replies View Related

Maya Animation :: Faces Of Mesh Disappear When Wire Tool Is On

Apr 7, 2011

i'm trying to use the wire tool deformer to sculpt some mouth shapes on my character but when i turn the wire tool on the faces of my mesh around the mouth area dissapear,I can still see the wireframe but the faces dissapear, I tried to turn down the dropoff distance attribute but to no avail.

View 6 Replies View Related

AutoCAD Inventor :: Animation Of Thin Copper Wire Being Wound Onto Pulley?

Jan 24, 2012

I'd like to make an animation of a thin copper wire being wound onto a pulley.  Is this possible in Inventor?  I'm not sure Inventor will allow the thin wire to be bent.  I can imagine other ways to make the animation, but I'd much rather have the wire bend around the pulley as the pulley rotates.

View 1 Replies View Related

AutoCAD Inventor :: Finding Reference Parameter In IPT?

Jan 7, 2014

Is there a way to identify what sketch or Solid a reference parameter (d0, d1, d2 etc) is in / on.

View 3 Replies View Related

Revit :: New Project Parameter To Reference A Data Set?

Dec 30, 2011

How do I set up a Project Parameter to reference a txt file as a data set?  (the same way CSI division codes are referenced)

View 4 Replies View Related

Revit :: How To Restrict A Length Parameter To 6 Inch Increments

Dec 14, 2013

How to restrict a length parameter to 6 inch increments using a formula?  Or another method?  I have a simple frame I want to stretch dynamically in 6 inch intervals.

View 4 Replies View Related

AutoCAD Inventor :: ILogic - Model / Reference Parameter

Apr 12, 2013

I wish I perform the following code with iLogic. Is it possible to change a model parameter to a reference parameter?
 
If My_Expression Then' My dimension "d0" is a Driven Dimension' or' My dimension "d0" is a Reference ParameterElse' My dimension "d0" is NOT a Driven Dimension' or' My dimension "d0" is a Model ParameterEnd If

View 9 Replies View Related

AutoCAD .NET :: Database Parameter In Batch Process - By Reference?

Nov 21, 2012

I have a master batch process which comprises several steps each of which will change the database. I am gettting the database once, then pass it thought the subsequent steps. Simple example in pseudo

void BatchAll(){
database db = new database
BindXref(db)
PurgeAll(db)
DoSomethingElse(db)
save dwg
}finish BatchAll

Should the database db be passed by reference (ref db)?

View 4 Replies View Related

AutoCAD Inventor :: Change Length Of Geometry By Text Parameter?

Mar 15, 2013

I need to change the length of geometry by a text parameter.How to do this?

I tried this:

If widthselection="420" Then
Parameter(d11)=725mm
Parameter(width)=420mm
ElseIf widthselection="620" Then
Parameter(d11)=1075mm
Parameter(width)=620mm

[code]....

View 2 Replies View Related

Photoshop :: Create A Wire Frame Object In 3D

Nov 11, 2012

I am trying to create two objects: something called a gravity well and a wire framed globe in Photoshop 3D CS6. The examples are here:

[URL]...

I tried using a gradient map to create a depth map but the form is not editable if I understand PS 3D correctly. Only the scale, light, texture and perspective.
 
The surace of the gravity well needs to be a  white wire grid pattern over black with. The globe is basically the same. Can this be accomplished on Photoshop CS6 3D or do I have to farm this out to a 3D guy.
 
I have included samples of my objectives: #1 and 5 plus screen shots of what I ended up with, the form of which was uneditable based on what I understand. I also don't know how I would create the wire frame once I have the form.
 
I deally I would use the final images as png's on a 2D suface which I would later wrap onto a 3D surface.

View 23 Replies View Related

AutoCAD Inventor :: Finding Parameter Reference To View Representations?

Sep 27, 2012

I created view representations in my assembly, for example a column with k-polates and base plates, the column is a FG part, so now i create drawings and place views on that drawing, what i am askign for is I want to place the name of the view representation in my view label as a paramater so in the event i change my view names in my model they update in my drawing, this is important because i can create a cross referance to my 3D DWXF file views.

View 4 Replies View Related

Revit :: Reference Level Parameter In Cable Tray Schedule?

Dec 28, 2011

 I need to add "Level" into my Cable Tray schedule; we need to sort the cable trays lengths by floor level.  However, "Level" is not listed as one of the available fields, even though level information (show up as "Reference Level)  is one of the constraints in the cable tray model.

View 1 Replies View Related

AutoCAD Inventor :: Reference Parameter Measuring Between Two Parts In Assembly

Jul 31, 2012

I need to assign the dimension in my screenshot to a parameter so I can use it to drive another assembly. However, I can't find any way to capture it in a usable manner.

In the screenshot I have an associative part inserted that contains only a sketch with the projected line and point that I wish to measure between, but the geometry in the sketch does not update when the model geometry changes. This seems to be normal behavior?

View 3 Replies View Related

AutoCAD Inventor :: Reference Parameters In IRule That Value Of Parameter A Determines Value Of B

Nov 22, 2012

I want to reference parameters in an iRule in such a way that the value of parameter A determines the value of parameter b.

In this case i want to reference the dimensional height of a UC beam into a parameter <UC_HEIGHT> and then allow this to determine the value of uc designation size in a parameter <UC_DESIGNATION>

This would be useful because instead of typing the uc designation of a beam into the part description or matl. list i can just reference a parameter.

Is this possible? Iv tried an iRule along the lines of

if parameter (uc height) = xxx.x then parameter (uc designation) = 'custom test'

but get error messages

View 3 Replies View Related

Revit :: Stretch All Endpoints Of Reference Planes Full Length

Sep 9, 2011

I have a contractor that created several families for us, and they left all the ref. planes full length, and I what them nearer to the objects. When I open the family all I see is ref. planes, I need to see them, I just want the closer to the parts not stick extremely far away. I can pick them one at a time, but sure would be nice to grab them at once.

View 4 Replies View Related

3ds Max :: Selectively Render Wire Frame And Shading Per Object?

Oct 12, 2011

Is there any way to make it so that when I move into wireframe display or edged faces, only the selected object is rendered that way? I don't want everything getting in the way and confusing me with a jumble of wires.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved