Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: gsur
Posted By gsur On 27-02-2017 | Views: 5,523 Replies: 5
Forum: Programming
Not sure if there's a simple solution for this.

Just to be clear, here's what I'm trying to achieve:
- Copy the red curve into green curve.
- The animation should paste-connect to key A's value...
Posted By gsur On 12-02-2017 | Views: 5,523 Replies: 5
Forum: Programming
The "replace" flag requires a time RANGE, so I can't use "-time $currentFrame".
How can I find out the time range of the data on the clipboard?

For example: I copied 3 keyframes, between frames 1...
Posted By gsur On 10-02-2017 | Views: 5,523 Replies: 5
Forum: Programming
I want to write a command that will paste animation relative to an existing key value.
This works, but if you’re pasting in the middle of a bunch of animation, it will shift the stuff on the right...
Posted By gsur On 13-03-2016 | Views: 3,454 Replies: 0
Forum: Programming
I'm trying to make a script that will select everything (all attributes) in the Graph Editor Outliner, and pin them.

Is there an easy way to do this in MEL?
Posted By gsur On 28-02-2016 | Views: 3,802 Replies: 0
Forum: Programming
I'm trying to get the name of the selected curve in the Graph Editor.
For example: pSphere.scaleX (note the period!)

1) If I try this:
string $curves[] = `keyframe -selected -q -name`;
I get...
Posted By gsur On 15-02-2016 | Views: 6,595 Replies: 3
Forum: Programming
I'm trying to get a string array containing the selected objects ( $objectsArray[ ] ), and then I would like to only get the first item from that array and put it into a regular string variable (...
Showing results 1 to 6 of 6