Revision a9b8224 by Sergey Sharybin March 31, 2014, 11:35 (GMT) |
Code cleanup: fixes for function prototypes |
Revision ed775ed by Joshua Leung March 31, 2014, 11:24 (GMT) |
Fix T39405: Make "amplitude" for elastic easing more intuitive to use Previously, amplitude was more of an "absolute" value in the sense that whatever value you set it to became a sort of "maximum bounce" height. However, it turns out that this approach isn't so nice when dealing with large gaps between the values of two keyframes, as the elastic easing equations expect that "amplitude > |change|" (where change is the difference in values from key1 to key2). Now, the "amplitude" value we pass to the easing functions are "|change| + amplitude". This is easier to control, as now, as soon as you start changing that value, there are immediately visible effects. |
Revision 93aa9b3 by Sergey Sharybin March 31, 2014, 09:31 (GMT) |
Code cleanup: use bool insted of int/short in MCE |
Revision 8dc300e by Sergey Sharybin March 31, 2014, 09:24 (GMT) |
Code cleanup: use bool instead of short in motrack |
Revision 5e4f789 by Sergey Sharybin March 31, 2014, 09:23 (GMT) |
Code cleanup: use false/true/bool for masking |
Revision 851805d by Sergey Sharybin March 31, 2014, 09:00 (GMT) |
Masking: fix for initialdeather point not being offset to the mouse position |
Revision f06a1b7 by Sergey Sharybin March 31, 2014, 09:00 (GMT) |
Maksing: fix issue when it's not possible to drag right handle of aligned handles |
Revision 6316306 by Shinsuke Irie March 31, 2014, 08:37 (GMT) |
Fix bug in image texture UI: "Use Alpha" checkbox doesn't appear if file format is BMP. |
Revision 2fc7d04 by Campbell Barton March 31, 2014, 03:56 (GMT) |
Revision 4e7872c by Campbell Barton March 31, 2014, 03:55 (GMT) |
Add normal option to ED_transverts |
Revision 0055162 by Campbell Barton March 31, 2014, 03:55 (GMT) |
Tweak slerp assert to be less picky |
Revision 55f83e3 by Campbell Barton March 31, 2014, 02:28 (GMT) |
Py API: Vector.slerp(). also added interp_v3_v3v3_slerp(_safe) functions |
Revision 6aa75d3 by Campbell Barton March 31, 2014, 00:19 (GMT) |
Fix for error in normalize_vn_vn(), add len_squared_vn |
Revision e001b5b by Thomas Dinges March 31, 2014, 00:18 (GMT) |
Cycles: Deformation Motionblur works on GPU, so remove the checks in the UI. |
Revision c24c343 by Campbell Barton March 30, 2014, 22:58 (GMT) |
Code cleanup: remove unused members of TransVert |
Revision f1962f1 by Campbell Barton March 30, 2014, 22:58 (GMT) |
Refactor: Add generic poll ED_transverts_poll |
Revision f5b79df by Mitchell Stokes March 30, 2014, 20:55 (GMT) |
Fix T39490: BGE: Text to Mesh, then MouseOver does not work Non-mesh objects default to no collisions. lordloki provided a patch that sets the collision properties for a mesh converted from a curve/meta/surf/text to the default collision properties for a mesh. |
Revision 482201d by Campbell Barton March 30, 2014, 18:46 (GMT) |
Style cleanup |
Revision 0b8774f by Campbell Barton March 30, 2014, 18:46 (GMT) |
Fix for missing break statements |
Revision d84bd56 by jens verwiebe March 30, 2014, 15:38 (GMT) |
OSX: Remove the apple/omp workaround for now, to better judge compiler differences |
|
|
|


Master Commits
MiikaHweb | 2003-2021