Revision 94e5e2f by Campbell Barton April 28, 2014, 21:50 (GMT) |
Code cleanup: simplify reallocs using MEM_recalloc |
Revision a91c4ac by Campbell Barton April 28, 2014, 21:35 (GMT) |
Ignore user-preferences when inserting keys from Python |
Revision 5d51de3 by Jeroen Bakker April 28, 2014, 20:06 (GMT) |
Revision 7712d86 by Campbell Barton April 28, 2014, 20:05 (GMT) |
Error in last commit, need to take duration into account |
Revision 6600fe0 by Campbell Barton April 28, 2014, 19:48 (GMT) |
Correction to last commit |
Revision 89b3dca by Campbell Barton April 28, 2014, 19:40 (GMT) |
f-curve easing: Adjustments to Robert Penner elastic easing Compensate for the clamped amplitude by blending the elastic effect. Allows for a subtle elastic effect which wasn't possible before. |
Revision e158fbf by Campbell Barton April 28, 2014, 17:21 (GMT) |
f-curve easing: make ease in/out expressions consistent |
Revision b5feb19 by Campbell Barton April 28, 2014, 17:20 (GMT) |
f-curve easing: make ease-out symmetrical to ease-in |
Revision 3d9b415 by Campbell Barton April 28, 2014, 16:55 (GMT) |
PyC_RunQuicky: Print filename when its missing |
Revision 1b63a5d by Campbell Barton April 28, 2014, 16:55 (GMT) |
Fix for f-curve elastic ease in/out discontinuity |
Revision 49a5c57 by Bastien Montagne April 28, 2014, 14:39 (GMT) |
Fix T39934: Duplicate node shown in outliner's datablock display Not good to have two different things named the same way! :P |
Revision 28322c1 by Campbell Barton April 28, 2014, 14:35 (GMT) |
Convex Hull 2D: avoid calling qsort twice |
Revision fdcb9fc by Campbell Barton April 28, 2014, 14:35 (GMT) |
Bevel: Avoid sqrt comparing lengths |
Revision 6feec25 by Joshua Leung April 28, 2014, 14:23 (GMT) |
"Auto" option for Keyframe.easing This option (alongside the Ease In/Out/InOut options already available) aims to make it easier to get an initial curve that looks closer to the one you were expecting, by automatically picking whether Ease In or Ease Out should be used based on the type of interpolation being used for the curve segment in question. Notes: * The types chosen may need some adjustments (e.g. using ease in-out instead of just ease in) * This does break compatability with files saved in previous dev builds, but only if you were using Bounce/Elastic/Back with "Ease In" |
Revision a3a3141 by Joshua Leung April 28, 2014, 13:59 (GMT) |
NLA Editor: Make Single User for NLA Strips This operator is used to make sure that if/when you have multiple strips using the same action, if you select these and run this operator, each strip will be given its own copy of the action. This is useful if you decide later that you want to start using an existing action as a base. NOTE: This does not recursively go inside meta's, so care is still advised in that case. |
Revision 68c3b63 by Joshua Leung April 28, 2014, 13:59 (GMT) |
NLA Editor: Duplicate/Duplicate Linked This commit changes the default strip duplication behaviour (Shift-D) so that it will create a copy of whatever action it uses. Previously, it was very hard, if not impossible in some cases to create a new copy of an action to start working on in the NLA. If you want the old behaviour, you'll need to use ALt-D (Linked Duplicates). (Note: Although the new Shift-D may not be so optimal in all cases, I've decided to go with this version since it aligns better with the way this works for objects. Doing the opposite for NLA would just have added to the confusion) |
Revision 27db753 by Howard Trickey April 28, 2014, 13:07 (GMT) |
Fix T39726: wire edges cause bevel artifacts. Now code explicity excludes wire edges from beveling and reattaches the wire edges to one of the newly created vertices after beveling. Also fixes a bug where vertex-beveling a wire-edge-only vertex would not reattach the wire edges. |
Revision 6dec2b1 by Brecht Van Lommel April 28, 2014, 12:46 (GMT) |
Cycles CUDA: add support for sm_50 cards in kernel.cu, for testing. |
Revision 58e465c by Bastien Montagne April 28, 2014, 12:17 (GMT) |
Raise min blend version to 2.70.5. So that users opening a .blend saved in 2.70.5 and above in an older version get warning the file might not be 100% compatible (should have been done already for 2.70, actually). |
Revision c089150 by Bastien Montagne April 28, 2014, 11:26 (GMT) |
Fix T39806: Koro rig (Caminandes) wrong in master, worked in 270(a). Edit existing animsys_refactor module to make able to execute more complex conversions ('to' can now be a callback, instead of a simple prop name), and add a new Update Animated Transform Constraints operator that uses it to handle complex conversion for this constraint (drived or animated properties). Note this operator has to be called manually (from 'space' menu), will make this clear in release notes. Also, similar changes made in 2.70 are *not* addressed by this script (would rather wrote new operators as/if need arise, but Transform constraint looks much more sensible that the others). This op should not remain in more than two or three releases anyway, imho. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021