How to access at the Hierarchy/IK panel

Hello all!

I'm a newbye here and a very novice scripter :) I've found a lot of interesting and useful information in this community, thanks to share!

My first post it's a question beacause I don't found solutions in any documentations that i've read...

Does anyone know how to access via maxscript to the Hierarchy/IK panel in 3dsmax to change the START and the END parmeters?

thanks in advance!
gianpaolo.

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Aline3D's picture

owww.. I understand other

owww.. I understand other thing :p

I'm sorry...

 

I can't help you :(

 

AlineLima
Script Developer - SeagullsFly
www.seagullsfly.com
Brasil

Aline3D's picture

    -----------------------

 

 

---------------------------------------

$.controller.startJoint

$.controller.endJoint

---------------------------------------

 

type in Listener: "showproperties $.controller" (with a IK selected) and it's return the properties accessible of IK

---------------------------------------

.swivelAngle (Swivel_Angle) : angle
.startJoint (Start_Joint) : node
.endJoint (End_Joint) : node
.ikSolver (IK_Solver) : string
.autoEnable (AutoEnabled) : boolean
.autoSnap (Auto_Snap) : boolean
.dispGoal (Display_Goal) : boolean
.goalSize (Goal_Display_Size) : worldUnits
.dispEffector (Display_Effector) : boolean
.effectorSize (Effector_Display_Size) : worldUnits
.dispVH (Display_VH) : boolean
.vhSize (VH_Display_Size) : worldUnits
.vhLength (VH_Display_Length) : worldUnits
.dispSolver (Display_Solver) : boolean
.posThresh (Position_Threshold) : worldUnits
.rotThresh (Rotation_Threshold) : float
.iterations (Iteration_Limit) : integer
.useVHTarget (Use_Vector_Handle_Target) : boolean
.VHTarget (Vector_Handle_Target) : node
.SAParent (Swivel_Angle_Parent_Space) : radiobtnIndex
.IK_Goal : transform
.Enabled : float

---------------------------------------

AlineLima
Script Developer - SeagullsFly
www.seagullsfly.com
Brasil

gianpaolo's picture

Aline, thanks for your reply

Aline, thanks for your reply but I don't have found the command to control the START and END time...

I've attached a .gif file for more clarity.

Thanks again for your time!
gianpaolo.

AttachmentSize
capture.gif 6.39 KB

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.