Blender Git Commits

Blender Git "master" branch commits.

Page: 2927 / 5574

March 13, 2014, 01:03 (GMT)
Code cleanup: quiet warning, 'else' would always crash (& never occurred)

also quiet waning clamping
March 13, 2014, 00:54 (GMT)
Freestyle: avoid checking PyErr_Occurred and quiet warning
March 12, 2014, 21:41 (GMT)
OSX/cmake: set DEBUG_INFORMATION_LEVEL to "line-tables-only" for cycles, clang 3.4 (xcode 5.1) would not link with RNA in debug else
March 12, 2014, 19:31 (GMT)
Code cleanup: de-duplicate switch statement, style edits
March 12, 2014, 19:06 (GMT)
Anticipate future color picker types and don't crash (uiBut could be
NULL in some cases)
March 12, 2014, 18:46 (GMT)
Followup for fix T38318: Add back previous fix and fix a glitch.

The previous fix 162d6c73e3d0 has been cancelled because it caused a
problem that mesh deform cages and so on mess up the preview. To avoid
the problem, viewport doesn't show mesh object if its draw type is
bounding box or wireframe.

Reviewers: brecht

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D375
March 12, 2014, 17:21 (GMT)
Fix T39114: cycles lamp ray visibility not working.

Thanks to Thomas for finding the cause.
March 12, 2014, 17:18 (GMT)
Fix possible (unlikely) use of uninitialized pointer in RNA resolving
March 12, 2014, 17:12 (GMT)
Code cleanup (tm): Some code deduplication for HSL
March 12, 2014, 17:12 (GMT)
Fix T39111: Boolean assert failure on widows

In fact we had this change a while ago, not sue what happened.
March 12, 2014, 16:58 (GMT)
HSL color wheel implementation.

This is a standard Hue - Saturation - Lightness model
(see for instance entry on wikipedia here: https://en.wikipedia.org/wiki/HSL_and_HSV)
Note though the difference between HSV and HSL saturation, which are not the same.

The advantage of having this color selection scheme is that artists can select
shades and tints of a color easily by using the lightness slider. Also colors
are arranged on (approximated) perceived lightness on the color wheel.

Beware, Old files opened with this preference saved will crash!

Reviewers: sergey, brecht, campbellbarton

Differential Revision: https://developer.blender.org/D385
March 12, 2014, 14:49 (GMT)
Mesh API: rename 'octree' to 'spatial' since internally its using kdtree
March 12, 2014, 14:49 (GMT)
Mesh API: replace octree mirror with kdtree
March 12, 2014, 12:04 (GMT)
OSX/bullet: i have to use -O0 again, else weird bullet behaviour comes back.
I overlooked in cmake my fix same time changed the optimization level to 0,
so not use optimization is the real fix ( postponed for after 2.70 ).
I appears we should investigate scons anyway: compileflags does not apply to c and c++ same time as expected.
March 12, 2014, 11:56 (GMT)
UI: allow passing "" for icon only enum buttons and still get an icon

Enum icon-only buttons were getting their strings set,
then truncated with blenders string shortening methods, then not drawn
because there was no room (since buttons are icon width).

Modify UI code so icon-only buttons don't get names and passing "" to a
button won't have its text set later on.
March 12, 2014, 11:54 (GMT)
Code cleanup: UI - de-duplicate menu/row/listrow enum logic
Revision 2cbbaea by Lukas Toenne
March 12, 2014, 10:54 (GMT)
Fix for particle edit mode using wrong pixel distances.

rB57dba739176153e052d77611ff0e554f05984686 unified pixel distance values
but omitted a factor 100 for particle edit.
March 12, 2014, 09:46 (GMT)
Fix T39109: Vertices affected by Hook Modifiers change after "switch Direction" on Curves

Remapping hooks and vertex parent wasn't implemented for curves.
March 12, 2014, 08:48 (GMT)
Fix T39104: 2 clothes on a collision object cause crash

This was caused by static variables used in plNearestPoints().

For now solved by making the solvers allocated in the stack,
seems no noticeable affect on the simulation speed so far.
March 12, 2014, 08:07 (GMT)
Fix T39123: Border select without "extend" does nor clear selection of bezier nodes in 3D view

This is a regression introduced in fbc7ab30f and caused by the wrong object
being passed to the function.

Not sure passing editnurb as an argument is a good thing to do..
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021