Revision 3520dd5 by Campbell Barton December 11, 2012, 15:06 (GMT) |
fix for warnings/errors in recent commits |
Revision cb116b4 by Ton Roosendaal 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) |
Revision 8d4bd2c by Brecht Van Lommel December 11, 2012, 14:39 (GMT) |
Cycles OSL: add diffuse_ramp closure in addition to phong_ramp. |
Revision 43c04ee by Brecht Van Lommel 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). |
Revision 7c81952 by Brecht Van Lommel 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. |
Revision 1e5cc7c by Brecht Van Lommel December 11, 2012, 14:39 (GMT) |
RNA: add Window x/y position and size access. |
Revision 68efcca by Brecht Van Lommel 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. |
Revision fd30682 by Brecht Van Lommel December 11, 2012, 14:39 (GMT) |
Fix OS X warning on startup about using deprecated function, when building against 10.8 SDK. |
Revision f6c14d4 by Campbell Barton December 11, 2012, 14:30 (GMT) |
minor speedup - replace use of smallhash with api_flags for BM_edge_split() |
Revision 7c699a2 by Campbell Barton December 11, 2012, 14:29 (GMT) |
define the size of matrix args for both rows/cols. |
Revision e2f0a1e by Campbell Barton December 11, 2012, 14:24 (GMT) |
own cleanup commit in bmesh branch - removed last letters from ends of some comments. |
Revision 06d5747 by Campbell Barton December 11, 2012, 14:21 (GMT) |
was using max short on a float in EDBM_face_find_nearest() |
Revision dfa662f by Campbell Barton December 11, 2012, 14:20 (GMT) |
use const char for display device |
Revision 5943c81 by Campbell Barton December 11, 2012, 14:19 (GMT) |
code cleanup: neareast -> nearest |
Revision 634b22f by Campbell Barton December 11, 2012, 14:18 (GMT) |
code cleanup: spelling labda -> lambda |
Revision 01ab267 by Bastien Montagne 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 ;) |
Revision 361eb23 by Campbell Barton 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. |
Revision 3261338 by Campbell Barton December 11, 2012, 13:56 (GMT) |
unfreeze blender, back to bcon1 |
Revision e089c5a by Daniel Genrich 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. |
Revision d321ee3 by Brecht Van Lommel December 11, 2012, 11:22 (GMT) |
Fix #33476: cycles environment texture not showing image sequence options properly. |
|