Previous Thread  Next Thread

chat icon idea: driven keys

birras

Posted: Tue Oct 12, 2004 6:55 am
Joined: 18 Oct 2003
Posts: 40
The more I learn maya, the better I get with blender, as I instinctivly think: "ohh, this could be achieved with this or that workaround".

I only started to learn it because, blender does not give much, when it comes to fine-tuning animation. lets face it. its where it lacks most.

now...one thing I really like, is the idea of set driven keys in maya
(short intro of what it is all about: http://www.3dny.org/news.phtml?view=13 )

works out that you have one driver and driven objects.
whenever the driver does somthing the driven will do another keyed action
I rotate one bone (driver), and the hand will make a fist (driven)
One sets driven keys to a sliding door (driven) and it will open/close automaticly everytime the actor (driver) passes it. only the actor has to be animated further....a real time and headache saver

As my python skills dont go much further than cooking a spam salad, I was wondering if it would be realy "that" difficult.
in my naive python noobishness, I think that this can actually be done, with a quite simple script and a simple gui, where one can set the keys for the diver and driven.

driver
enter name object.
enter action key.. exapmle: rot y..

driven
enter name object
enter action key(s) ......

the input is then used with the script:

if driver does this
then driven does that......easy eyhh Wink
----------

anyway...just a thought Rolling Eyes
Reply with quote


joeri

Posted: Tue Oct 12, 2004 10:04 am
Joined: 10 Jan 2003
Posts: 2242
something like this:

Reply with quote


harkyman

Posted: Tue Oct 12, 2004 4:14 pm
Joined: 18 Oct 2002
Posts: 271
With the renderer having been kicked up several notches, the new selection tools, uv tools, and mesh and transform module restructuring, maybe the next release of Blender (after 2.35) could look at the animation tools. Somthing like this would be incredibly useful. Right now, it seems like animation (especially character anim), is Blender's weakest link.

Short list of animation concepts lagging/lacking:
1. No driven keys - just like you see in this thread
2. Really obtuse interface and limitations for RVKs (morph targets)
3. Weak NLA (I've been working at this, but I'm just not that good of a programmer.)
4. Key type for freezing/freeing objects and bones in worldspace
5. Ability to include object-level keys and constraint keys within an Action
Reply with quote


TheFallenWeeble

Posted: Tue Oct 12, 2004 9:08 pm
Joined: 21 Jan 2003
Posts: 18
Correct me if I'm wrong, but can't we do this sort of thing already with action constraints?
Reply with quote


theeth

Posted: Tue Oct 12, 2004 10:10 pm
Joined: 16 Oct 2002
Posts: 1177
TheFallenWeeble wrote:
Correct me if I'm wrong, but can't we do this sort of thing already with action constraints?

Sort of. Action constraints are only triggered by rotations so this is kinda limiting.

Martin
_________________
Life is what happens to you when you're busy making other plans.
- John Lennon
Reply with quote


joeri

Posted: Wed Oct 13, 2004 3:11 pm
Joined: 10 Jan 2003
Posts: 2242
action contraints map 1:1
driven keys map via a curve. Big difference.
And they should map anything to anything.
RotZ to LocX (wheel makes bar move)
RotX to (relative)VertexKey (muscle bulge on armature arm)
LocZ to ColR
Reply with quote


TheFallenWeeble

Posted: Wed Oct 13, 2004 10:08 pm
Joined: 21 Jan 2003
Posts: 18
Very well.. I am wrong. Very Happy

Thanks for clearing that up for me.
Reply with quote


 
Jump to:  
Powered by phpBB © 2001, 2005 phpBB Group