Blender Git Commits

Blender Git "master" branch commits.

Page: 2746 / 5574

November 16, 2014, 10:11 (GMT)
Fix T42613: Sculpt dyntopo's 'Set Detail Size' (Shift-D) was only always affecting relative size.
November 16, 2014, 10:11 (GMT)
Add PROP_PERCENTAGE to subtypes handled by WM_OT_radial_control operator.
Revision 5148a4d by Joshua Leung
November 16, 2014, 07:24 (GMT)
Uninitialised var warning
Revision 2625dc5 by Joshua Leung
November 16, 2014, 07:24 (GMT)
Bugfix T41525: Button keyframe indicators don't work correctly when editing NLA Strips

When the active action is a NLA strip, the keyframe indicator colors for buttons
and the 3D view indicator (i.e. the current frame indicator changes color) didn't
work correctly. This was because they were still checking for keyframes in
"global" time space, whereas they needed to be applying NLA corrections to
"look inside" the remapped action.
Revision 65d771d by Joshua Leung
November 16, 2014, 05:12 (GMT)
Bugfix T42253: End frame for armature ghosting "in range" is not displayed
November 15, 2014, 21:17 (GMT)
Fix T42611: Knife fails from an edge to a vertex
November 15, 2014, 21:11 (GMT)
Code cleanup: Spelling
November 15, 2014, 20:30 (GMT)
Cleanup (mostly 0/1 -> false/true).
November 15, 2014, 19:52 (GMT)
Cmake windows. Make sure we install blender player.
Add blenderplayer component so you can speicfy to install this in the
installer
November 15, 2014, 19:50 (GMT)
Knife: freehand drawing while LMB held
November 15, 2014, 17:19 (GMT)
Fix broken auto-leyframing for 'Vector' button.
November 15, 2014, 17:07 (GMT)
Fix T42567: Color Wheel Buttons do not autokey correctly.

In fact, any button controlling a whole array of values were broken
because they always only keyed the index of the single fcurve returned
by `ui_but_get_fcurve()`, now pass button's rna_index value instead.
November 15, 2014, 15:46 (GMT)
CMake: cleanup, use find_package for pthreads
November 15, 2014, 13:40 (GMT)
UI: cleanup next/prev order in menu code

Recent flag re-order broke it since bits overlap, but logic here was far too complicated & fragile,
Checked the type of each button when testing which direction to handle events as well as block direction.

Now store the block-flipped state as a flag.
November 15, 2014, 13:40 (GMT)
Cleanup: remove unused redraw flag
November 15, 2014, 13:36 (GMT)
cmake / windows cleanup
November 15, 2014, 11:42 (GMT)
Cmake windows, removing more redundant things
November 15, 2014, 11:12 (GMT)
Cmake windows/msvc minor cleanup
November 14, 2014, 23:50 (GMT)
Cycles: Revert changes to inline flags enabled for release only

It appears it's not really needed for convenient debugging when
using proper flags passed to the compiler. Basically, it is -g3
and set breakpoint to a function as if it's not in the namespace.

Not as if a code was any wrong, just it's possible to have more
clear solution for the issue i've tried to solve in the past.
November 14, 2014, 23:01 (GMT)
Cycles: Fix compilation error with enabled looging but disabled libmv
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021