Revision faf6382 by Joshua Leung December 15, 2007, 07:35 (GMT) |
== Auto-IK == -- Peach request (from wiki feature request list) -- When translating a bone using Auto-IK, you can now use the ScrollWheel on the Mouse or the Page Up/Down keys to adjust the chain length. Notes: * Up decreases the length, while Down increases it. * The previously used chain-length is stored per scene * Currently, it might be too sensitive. Also, it would help to have some kind of indication of the current chain-length somewhere... * The chain length specified this way determines the MAXIMUM chain length possible for all chains (if 0, then the default chain-length is used). Chains are clamped to have a chain length which does not exceed the default chain length. This restriction may be removed following further feedback... |
Revision b71d55b by Campbell Barton December 14, 2007, 17:47 (GMT) |
match solaris 10 x86-64 library name change |
Revision 3319ecd by Campbell Barton December 14, 2007, 15:36 (GMT) |
include <ieeefp.h> on solaris and remove incorrect macro so finite() is now correct |
Revision f1b78cb by Campbell Barton December 14, 2007, 13:56 (GMT) |
chenge the default location of mesa/gl header, added to lib path |
Revision 1aa225e by Joshua Leung December 14, 2007, 00:09 (GMT) |
== Fill Bones == This commit fixes/implements this feature. It is restricted to using 1-2 joints selected joints only. |
Revision 960ace9 by Campbell Barton December 13, 2007, 22:36 (GMT) |
made guessconfig add use bash (not sh) and return a CPU as i386-32 or i386-64 (was just i386) default python to 2.5 |
Revision 04dcd34 by Martin Poirier December 13, 2007, 21:10 (GMT) |
Correct aweful bug in transform snapping code. How that even work is beyond magic! Reported by some (crash) and pin pointed by Briggs, thanks a lot! This should fix the apparently completely random crashes. |
Revision f159563 by Campbell Barton December 13, 2007, 15:06 (GMT) |
misc warning fixes and one fix for a big in curve allocation |
Revision 6d6f5bb by Campbell Barton December 13, 2007, 12:50 (GMT) |
fix for own warning |
Revision 8e81daa by Joshua Leung December 13, 2007, 10:55 (GMT) |
== 2 New Rigging Tools == This commit introduces two (currently only one is actually functional) new features for working with armatures. * Bone Merging (Alt-M) It is now possible to select a bunch of linked bones and "merge" them together. Currently, there's only one option to merge bones that are selected and linked to each other in a chain. * Add Bone Between Joints (FKEY) This allows you to select a few joints, and have a bone created between them. Currently, this is not yet functional (but the code is there) |
Revision ac09c43 by Campbell Barton December 13, 2007, 09:23 (GMT) |
finite isnt defined on solaris 10, check and define - does the same as Win32 |
Revision 78b885b by Campbell Barton December 13, 2007, 08:49 (GMT) |
own error, sequencer set images - didnt clear error when finished |
Revision 9a3f369 by Joshua Leung December 13, 2007, 02:08 (GMT) |
Added a 'LinkData' struct for use with ListBases. It is used to store a reference to some data that is already in another ListBase. Sometimes, these are needed for small one-off situations, where a custom struct seems overkill... |
Revision e2e8ea9 by Brecht Van Lommel December 12, 2007, 21:49 (GMT) |
Fix for bug #7872: setting particles disp to 100 has no effect. Fix for bug #7878: particle panels do not update properly when chaning particle types. |
Revision cf59579 by Daniel Genrich December 12, 2007, 17:58 (GMT) |
Revision 42637b7 by Daniel Genrich December 12, 2007, 17:33 (GMT) |
Fixed preconditioned conjugate to some degree but some issues left for stiffness>1000 (disabled therefore). There's also some issue with the springs function (some springs seem to be missing/not created) |
Revision de17fd9 by Brecht Van Lommel December 12, 2007, 17:01 (GMT) |
Bugfix for particle adding + mirror crash. |
Revision bf5cc42 by Campbell Barton December 12, 2007, 14:20 (GMT) |
Patch from ILdar AKHmetgaleev (akhil) - [#7864] correct scale in sequencer's glow Added py-api write access to sequencer images. |
Revision 2905484 by Hamed Zaghaghi December 12, 2007, 14:07 (GMT) |
missing null check in node editor. |
Revision 4bb0b1c by Campbell Barton December 12, 2007, 11:00 (GMT) |
incorrectly set the toolbox not to quit on mousemove |
|