Blender Git Commit Log

All Blender Git commits.

Page: 3504 / 8462

January 20, 2018, 13:50 (GMT)
Merge branch 'master' into blender2.8
January 20, 2018, 13:36 (GMT)
Fix screen split preview refresh issues

Switching direction didn't refresh, also cursors were flipped.
January 20, 2018, 12:18 (GMT)
Remove simplify render options

This options are not necessary because for render and viewport use the same options
January 20, 2018, 08:39 (GMT)
Manipulator: tweak shape drawing

Draw triangles over wire for a more subtle outline.
January 20, 2018, 07:45 (GMT)
GPU_batch: Add GPU_batch_wire_from_poly_2d_encoded

Draws wire around polygon shapes:
better visibility w/ any background color.
January 19, 2018, 20:44 (GMT)
Fix collections names no longer unique when moved around

We were not checking for uniqueness after moving. And in some cases the new
siblings of our collection may have conflicting names.
January 19, 2018, 20:30 (GMT)
crash fix at fracturing, customdata layer index handlng was incorrect
January 19, 2018, 19:24 (GMT)
Collections: Fix for auto-named children when parent name is MAX_NAME

Reported via IRC by Vuk Garda?evi? (lijenstina).
January 19, 2018, 19:06 (GMT)
Merge remote-tracking branch 'origin/master' into blender2.8
January 19, 2018, 19:04 (GMT)
Fixup for integer digits commit
January 19, 2018, 19:01 (GMT)
Merge remote-tracking branch 'origin/master' into blender2.8
January 19, 2018, 18:54 (GMT)
Util function to determine number of digits from an integer
January 19, 2018, 18:06 (GMT)
Outliner: Remove User Preferences

This was introduced to the outliner when we had no User Preference
window back in 2.5x. Right now it makes no sense to keep this around.

But how about addon user preferences:
* They belong in the user preference window under the addon.

How about the user preferences themselves:
* You find them in the user preference window.

And templates?
* Why are they here in the first place?

After talking to Pablo Vazquez (who in turn poked Sergey Sharybin) we found
it reasonable to get rid of this. If it turns out that we were wrong we
revert this.

As for leaving this exposed as a debug option (as suggested on IRC) I would say
no, please. This end up polluting the code and never cleaned up in the end.
(this was specific talking about templates).

Technical note: I left the functions in outliner still hanging around.
While I used UNUSED_FUNCTION for one of them, for the other one I had to use:
`#if 0` because the function was calling itself, which would fail to build if
I used UNUSED_FUNCTION.
January 19, 2018, 15:52 (GMT)
Fill stroke boundary must be included in strokes draw

If the option of boundary is Strokes, the special boundary strokes must be included as limits.
January 19, 2018, 15:39 (GMT)
Several fixes after merge

Mainly due parameter list changes and rename of macros.
January 19, 2018, 15:31 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
source/blender/editors/gpencil/gpencil_paint.c
source/blender/editors/include/ED_gpencil.h
source/blender/editors/space_outliner/outliner_draw.c
source/blender/editors/space_view3d/view3d_draw_legacy.c
January 19, 2018, 14:48 (GMT)
Cycles: Make it more proper check on vectorization flags from DebugFlags

Mimics to checks in system_cpu_support() checks.
January 19, 2018, 14:46 (GMT)
Merge remote-tracking branch 'origin/master' into blender2.8
January 19, 2018, 14:45 (GMT)
Outliner Python UI cleanup: remove KEYMAPS

This was removed since 2013 (ef765b360675). It should have been removed back
then from the UI file too.
January 19, 2018, 14:28 (GMT)
Outliner: Fix unparenting poll (when drag'n'droping an object)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021