Blender Git Commits

Blender Git "master" branch commits.

Page: 3042 / 5574

October 31, 2013, 14:10 (GMT)
code cleanup: spelling
October 31, 2013, 14:09 (GMT)
add atomic_ops.h to cmake's source code listing.
October 31, 2013, 13:11 (GMT)
Minor update to r60953.
October 31, 2013, 07:41 (GMT)
Fix for Freestyle rendering errors with color blend modes SOFT_LIGHT and LINEAR_LIGHT.
October 31, 2013, 03:30 (GMT)
code cleanup: warnings
October 31, 2013, 03:21 (GMT)
Python ui: increase interface float precision limit from 6 to 7
October 30, 2013, 23:15 (GMT)
cancelling an operator popup now calls the operators cancel callback.
October 30, 2013, 23:08 (GMT)
remove return argument from wmOperatorType->cancel, was only ever returning OPERATOR_CANCELLED.
October 30, 2013, 22:13 (GMT)
fix for uninitialized value use in newly added fcurve normalized view.
also quiet warning without openmp.
October 30, 2013, 21:16 (GMT)
Add .webm to the list of extensions recognized as video
(Patch by Philipp Oeser, submitted in [#37199], many thanks)
Revision d4cf4ef by Joshua Leung
October 30, 2013, 11:33 (GMT)
Bugfix [#37185] Maya Config: Move and Scale Don't Work In Dope Sheet

Maya keymap was activating wrong transform modes for translation/scaling - in
DopeSheet and NLA, these use the TIME_TRANSLATE/TIME_SCALE modes instead

October 30, 2013, 11:33 (GMT)
Code cleanup: typo-fix
October 30, 2013, 11:32 (GMT)
revert own commit r60607, caused bug [#37253]
Revision 06fb71b by Lukas Toenne
October 30, 2013, 11:21 (GMT)
Fix #37194, OSL script crashes blender. The lookup functions for finding Cycles shader inputs/outputs based on socket names are using a few modifications on the Blender socket names. But these only apply
to standard nodes where the Blender socket names can differ from associated Cycles names and may require additional indices to make them unique. Script node sockets are already unique and exact due to
being generated from the script function parameters.
October 30, 2013, 09:44 (GMT)
Fix #37252: Mask modifier doesn't copy settings on object copy
October 30, 2013, 04:56 (GMT)
Add some update notifiers for a few boolean paint properties (probably a
lot more needed) so that they get properly updated in UI when the
property is edited through python or a custom key binding to context
toggle operator.
October 30, 2013, 01:58 (GMT)
One more optimization for lasso, clip PBVH against object space planes
of lasso enclosing rectangle.
October 30, 2013, 01:20 (GMT)
Optimization of lasso masking using scanfill.

Thanks to Campbell for the advice!
October 30, 2013, 00:54 (GMT)
Some comment fixes, add new sculpt masking operators to menus
October 30, 2013, 00:37 (GMT)
Lasso select tool for masking in sculpting. Initial code, non optimized
for now.
Used to be ultra terrible but with threading (openmp) there is slightly
better performance
and is ready for testing. To use press shift-ctrl-lclick. Still no
ability to
remove mask. Coming soon.

Also make box selection threaded (openmp) and comment fix.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021