Blender Git Commits

Blender Git "master" branch commits.

Page: 2183 / 5574

March 15, 2017, 17:00 (GMT)
Load user-preferences before startup file

Internal change needed for template support.
Loading the user preferences first so it's possible
for preferences to control startup behavior.

In general it's useful to load preferences before data-files,
so we know security settings for eg.
Revision fce0ff0 by Mike Erwin
March 15, 2017, 15:53 (GMT)
OpenGL: remove non-GLSL option from basic shader

This code path was only used when Blender was launched with --enable-legacy-basic-shader at the command line.

Part of general OpenGL upgrade (T49165)
Revision 8892c78 by Julian Eisel
March 15, 2017, 15:03 (GMT)
Fix "search for unknown operator 'WM_OT_window_duplicate'" warning

Mistake in rB7bc76f8a3c1416.
March 15, 2017, 15:00 (GMT)
Cycles: Allow rendering a range of resumable chunks

The range is controlled using the following command line arguments:

--cycles-resumable-start-chunk
--cycles-resumable-end-chunk

Those are 1-based index of range for rendering.
March 15, 2017, 15:00 (GMT)
Cycles: Use argument parser for resumable render feature

Currently there is no functional changes, but we will be adding
couple more of options here soon.
March 15, 2017, 14:42 (GMT)
Fix bug on Blender version string

Reported by Pablo Vazquez (venomgfx) over irc.
March 15, 2017, 14:04 (GMT)
Immediate Mode: Fix text color in iuage info line
March 15, 2017, 13:55 (GMT)
Blender 2.8: Always prefer Occlusion Queries when using AUTO selection mode

GL_SELECT is really slow in this branch and will be removed.

For now we simply change AUTO behavior to avoid possible conflicts with merges
and upcoming color-id-based selection.
March 15, 2017, 13:19 (GMT)
Merge branch 'master' into blender2.8
March 15, 2017, 13:18 (GMT)
De-duplictae fix for lasso with Dalai

Git silently merged our both fixes together. Sure thing it's double safe this way, but cmon.
March 15, 2017, 13:12 (GMT)
Layers: handle doversion naming differently

Talked with Pablo Vazquez (venomgfx) and Julian Eisel (Severin), and we came up with this solution instead.

Basically, if the file has only one layer, it is converted to a collection named "Default Collection". Otherwise we name the collections: "Collection 1 [converted from 2.75]"
March 15, 2017, 13:10 (GMT)
Move Blender version string handling to its own function

Planning to use this util function in 2.8 for doversioning (to communicate converted layers)
March 15, 2017, 13:04 (GMT)
Correct assert failure in debug mode with lasso select

Just do early output and don't bother with any GLSL program bind when
there is not enough points of lasso to draw.

This could have happened at the very beginning of the stroke.
March 15, 2017, 12:57 (GMT)
Remove commented out code from transform_snap.c

Code was commented out in 2012 and it was not working even then. So it makes for an impossible conversion to the new gawain API.
March 15, 2017, 12:57 (GMT)
Remove commented out code from reeb.c

Code was commented out in 2009
March 15, 2017, 12:57 (GMT)
Remove commented out code from pbvh.c

Code was commented out in 2009
March 15, 2017, 12:57 (GMT)
Remove commented out code from editarmature_sketch.c

Code was commented out in 2010
March 15, 2017, 12:57 (GMT)
Immediate Mode: update drawnode.c commented out debug code

It works fine if you uncomment it, it shows a bigger circle around the re-route element, with a different color based on the selection state
March 15, 2017, 12:57 (GMT)
Fix crash on node editor when using lasso to remove nodes connections
March 15, 2017, 12:57 (GMT)
Remove unused code from drawnode.c

The code in question was marked as /* not used in 2.5x yet */.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021