Blender Git Commits

Blender Git "master" branch commits.

Page: 3370 / 5574

December 11, 2012, 15:06 (GMT)
fix for warnings/errors in recent commits
December 11, 2012, 14:45 (GMT)
Bug fix, irc report:

When camera is the pivot of 3d window, and you go to camera view, moving out of
view with MMB drag causes zooming to stop working. Zooms depend on view3d "dist"
value, which then became zero.

This fix just makes dist "1.0" then, arbitrary but keeps things at least work.
(Tried restoring to previous 'dist', but this fails in cases too)

December 11, 2012, 14:39 (GMT)
Cycles OSL: add diffuse_ramp closure in addition to phong_ramp.
December 11, 2012, 14:39 (GMT)
Cycles: RGB and Vector Curves nodes now supported, with the limitation that the
range must be left to the default (0..1 and -1..1).
December 11, 2012, 14:39 (GMT)
Cycles: trick to make building with OSL trunk work as well, it has a different
name for LoadMemoryShader so we make it call the right name depending on which
is available.
December 11, 2012, 14:39 (GMT)
RNA: add Window x/y position and size access.
December 11, 2012, 14:39 (GMT)
Fix issue reported in #32174: IK solver stretch was less stable after a code refactor
commit, epsilon was supposed to be 0.01 instead of 0.001.
December 11, 2012, 14:39 (GMT)
Fix OS X warning on startup about using deprecated function, when building against 10.8 SDK.
December 11, 2012, 14:30 (GMT)
minor speedup - replace use of smallhash with api_flags for BM_edge_split()
December 11, 2012, 14:29 (GMT)
define the size of matrix args for both rows/cols.
December 11, 2012, 14:24 (GMT)
own cleanup commit in bmesh branch - removed last letters from ends of some comments.
December 11, 2012, 14:21 (GMT)
was using max short on a float in EDBM_face_find_nearest()
December 11, 2012, 14:20 (GMT)
use const char for display device
December 11, 2012, 14:19 (GMT)
code cleanup: neareast -> nearest
December 11, 2012, 14:18 (GMT)
code cleanup: spelling labda -> lambda
December 11, 2012, 14:11 (GMT)
Fix some RNA subtypes for collections' active/active_index props (some PROP_POINTER had PROP_UNSIGNED!). Harmless, but stupid ;)
December 11, 2012, 13:57 (GMT)
switch BLI_ghashutil_strhash() to "djb" hash (as used by glib),

Gives approx 10% speedup in my own micro-benchmark looking up operators.
December 11, 2012, 13:56 (GMT)
unfreeze blender, back to bcon1
December 11, 2012, 13:02 (GMT)
Bugfix [#33467] Fluid Simulations Speed factor animated wrong result

Thanks to Brecht for providing a patch and example blend.
I changed and extended it a bit since there was another bug in that loop.
December 11, 2012, 11:22 (GMT)
Fix #33476: cycles environment texture not showing image sequence options properly.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021