Blender Git Commit Log

All Blender Git commits.

Page: 3672 / 8462

September 27, 2017, 04:56 (GMT)
Avoid redundant vert->loop->vert topology lookup

This is only needed for vertex colors, vertices store their own weights,
so this is redundant.
September 27, 2017, 04:42 (GMT)
Cleanup: split vert/weight paint into separate members

- Remove unused previous wpaint/vpaint struct members.
- Avoid allocating arrays when they aren't used.
September 27, 2017, 04:05 (GMT)
Code Cleanup - Move all old/deprecated bGPDpalette stuff together to be easier to remove/disable in future
September 27, 2017, 04:04 (GMT)
Code Cleanup
September 27, 2017, 01:41 (GMT)
Resolve bug w/ non-airbrush weight-paint blending

Instead of clamping the max-weight (which locked the value at 1.0),
Store the initial weight and maximum strength used for painting.
Repaint only with a higher strength, using the initial weight.
September 27, 2017, 01:31 (GMT)
Build fixes after merge

iroundf -> round_fl_to_int
September 27, 2017, 01:27 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
source/blender/editors/transform/transform_manipulator.c
September 27, 2017, 01:16 (GMT)
D2830 - 2.8: Fix crash when creating new action

Patch by: Marcelo Mutzbauer (1xundoredo)
September 27, 2017, 01:13 (GMT)
Merge branch 'master' into soc-2016-pbvh-painting
September 27, 2017, 01:06 (GMT)
Math Lib: Add non-clamped round_* functions

Replace iroundf with round_fl_to_int, add other types
September 27, 2017, 01:06 (GMT)
Merge branch 'master' into blender2.8
September 27, 2017, 01:01 (GMT)
Code Cleanup: Move 2D Monkey code to its own file in editors/gpencil
September 27, 2017, 01:01 (GMT)
Fix: The code to reset GP Objects to Object Mode on load wasn't working
September 27, 2017, 00:52 (GMT)
Use BLI_math rounding function, replace sqrtl w/ sqrtf
September 27, 2017, 00:52 (GMT)
Cleanup: use shorter uchar, uint type names
September 27, 2017, 00:03 (GMT)
Merge branch 'master' into soc-2016-pbvh-painting
September 26, 2017, 20:30 (GMT)
Eevee: Fix bug with cubemap shadows.
September 26, 2017, 19:43 (GMT)
Eevee: Fix broken World probe.
Revision c1aca25 by Clément Foucault (master)
September 26, 2017, 19:39 (GMT)
Eevee: TAA: Remove 32 sample limit.
Revision b96c70f by Clément Foucault (master)
September 26, 2017, 19:38 (GMT)
BLI_rand : Make use of BLI_halton and BLI_hammersley
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021