Blender Git Commits

Blender Git "master" branch commits.

Page: 2912 / 5574

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.
March 31, 2014, 09:31 (GMT)
Code cleanup: use bool insted of int/short in MCE
March 31, 2014, 09:24 (GMT)
Code cleanup: use bool instead of short in motrack
March 31, 2014, 09:23 (GMT)
Code cleanup: use false/true/bool for masking
March 31, 2014, 09:00 (GMT)
Masking: fix for initialdeather point not being offset to the mouse position
March 31, 2014, 09:00 (GMT)
Maksing: fix issue when it's not possible to drag right handle of aligned handles
March 31, 2014, 08:37 (GMT)
Fix bug in image texture UI: "Use Alpha" checkbox doesn't appear if file format is BMP.
March 31, 2014, 03:56 (GMT)
Add Simple randomize vertex tool

D432 from Walid Shouman with normal & uniform options added.
March 31, 2014, 03:55 (GMT)
Add normal option to ED_transverts
March 31, 2014, 03:55 (GMT)
Tweak slerp assert to be less picky
March 31, 2014, 02:28 (GMT)
Py API: Vector.slerp(). also added interp_v3_v3v3_slerp(_safe) functions
March 31, 2014, 00:19 (GMT)
Fix for error in normalize_vn_vn(), add len_squared_vn
March 31, 2014, 00:18 (GMT)
Cycles: Deformation Motionblur works on GPU, so remove the checks in the UI.
March 30, 2014, 22:58 (GMT)
Code cleanup: remove unused members of TransVert
March 30, 2014, 22:58 (GMT)
Refactor: Add generic poll ED_transverts_poll
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.
March 30, 2014, 18:46 (GMT)
Style cleanup
March 30, 2014, 18:46 (GMT)
Fix for missing break statements
March 30, 2014, 15:38 (GMT)
OSX: Remove the apple/omp workaround for now, to better judge compiler differences
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021