Revision c832354 by Campbell Barton 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) |
Revision c44cdd5 by Sergey Sharybin 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. |
Revision c5dba54 by Sergey Sharybin 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. |
Revision 81dc8dd by Dalai Felinto March 15, 2017, 14:42 (GMT) |
Fix bug on Blender version string Reported by Pablo Vazquez (venomgfx) over irc. |
Revision 19b3b11 by Sergey Sharybin March 15, 2017, 14:04 (GMT) |
Immediate Mode: Fix text color in iuage info line |
Revision e016a29 by Sergey Sharybin 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. |
Revision 6b720df by Sergey Sharybin March 15, 2017, 13:19 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 6d71169 by Sergey Sharybin 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. |
Revision d78b114 by Dalai Felinto 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]" |
Revision c6c85a8 by Dalai Felinto 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) |
Revision c10fbc0 by Sergey Sharybin 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. |
Revision c167960 by Dalai Felinto 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. |
Revision 32d9022 by Dalai Felinto March 15, 2017, 12:57 (GMT) |
Remove commented out code from reeb.c Code was commented out in 2009 |
Revision f274332 by Dalai Felinto March 15, 2017, 12:57 (GMT) |
Remove commented out code from pbvh.c Code was commented out in 2009 |
Revision 6d8a259 by Dalai Felinto March 15, 2017, 12:57 (GMT) |
Remove commented out code from editarmature_sketch.c Code was commented out in 2010 |
Revision 9f366ae by Dalai Felinto 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 |
Revision e00f52a by Dalai Felinto March 15, 2017, 12:57 (GMT) |
Fix crash on node editor when using lasso to remove nodes connections |
Revision 279bcd8 by Dalai Felinto 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 */. |
|
|
|


Master Commits
MiikaHweb | 2003-2021