February 23, 2019, 19:33 (GMT) |
Revert "Glyph cache is cleared by UI_view2d_zoom_cache_reset, when zooming V2D, but is required to calculate text height in UI_view2d_text_cache_draw" Accidentaly committed unwanted changes. This reverts commit 6bcdcc96c2548e0ee5e18acc37915aedee6329e0. |
February 23, 2019, 18:35 (GMT) |
fix T61122 : Collada Importer: Added support for transparency for Materials. This fix sets the Base color in the principled BSDF Shader and in the Material->r,g,b,a values. So the transparency and color are the same when switching the "use nodes" option for the material |
February 23, 2019, 17:17 (GMT) |
fix T61122 : Added support for Materials with Nodes disabled. - The Collada exporter did not take care of material transparency when nodes are turned off. - recent change to use ma->alpha_threshold seems to have been wrong. transparency is now taken from ma->a when nodes are turned off. |
February 23, 2019, 14:16 (GMT) |
fix T59951: View all sequences does not take into account region overlap fix centering preview Reviewed by: Brecht Differential revision: https://developer.blender.org/D4388 |
February 23, 2019, 14:14 (GMT) |
Glyph cache is cleared by UI_view2d_zoom_cache_reset, when zooming V2D, but is required to calculate text height in UI_view2d_text_cache_draw This caused text in strips to "jump around" There was a comment in UI_view2d_zoom_cache_reset: While scaling we can accumulate fonts at many sizes (~20 or so). Not an issue with embedded font, but can use over 500Mb with i18n ones! See [#38244]. Reviewed by: Brecht Differential revision: https://developer.blender.org/D4389 |
February 23, 2019, 11:18 (GMT) |
Cleanup: GCC redundant declarations Previous waning suppression was only tested with clang. |
Revision c26ab6f by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) February 23, 2019, 10:49 (GMT) |
Merge branch 'master' into greasepencil-object |
February 23, 2019, 10:46 (GMT) |
GP: Define new Draw Mode Add a new Draw Mode to display panel in order to define the z-.depth order of the strokes using the real 3D position and not the 2D layer position. This change makes possible to use VR with grease pencil drawings because the depth of the strokes change with camera position. Also, provide an alternative solution to tasks: T57859, T60325, The parameter only works with 3D space depth ordering. The Back and Front depths are incompatible with 3D Space mode. Options are: - Back - Front - 3D Space->2D Layers (default) -3D Space->3D Location (new mode) |
February 23, 2019, 08:20 (GMT) |
Cleanup: quiet undeclared variable warnings |
February 23, 2019, 08:20 (GMT) |
Cleanup: quiet undeclared variable warning |
February 23, 2019, 08:20 (GMT) |
Cleanup: quiet undeclared variable warning Also move view_ubo into G_draw. |
February 23, 2019, 08:20 (GMT) |
Cleanup: quiet undeclared variable warning Move bpy_context_module declaration to bpy_rna.h. |
February 23, 2019, 08:20 (GMT) |
Cleanup: use specific names for global variables hash & hashsizes are generic names, be more specific & define the generic names locally. Quiet undeclared variable warnings. |
February 23, 2019, 08:20 (GMT) |
Cleanup: use function instead of extern variable Quiet undeclared variable warning. |
February 23, 2019, 03:54 (GMT) |
make.bat: Preliminary Visual Studio 2019 support. VS2019 is binary compatible with the existing vc14 libraries and no new libraries libs are required in svn. VS2019 support requires cmake 3.14. VS2019 is still in pre-release state, you are required to explicitly select the pre-release version by using: make full 2019pre |
February 23, 2019, 03:53 (GMT) |
Make.bat: Fix sub-module detection |
February 23, 2019, 03:49 (GMT) |
make.bat: Preliminary Visual Studio 2019 support. VS2019 is binary compatible with the existing vc14 libraries and no new libraries libs are required in svn. VS2019 support requires cmake 3.14. VS2019 is still in pre-release state, you are required to explicitly select the pre-release version by using: make full 2019pre |
February 23, 2019, 03:14 (GMT) |
Revert "Squashed D3203: Baking system overhaul: Move baking settings from render settings into BakePasses" This reverts commit d04aa1fd44db55422d84bc23f54cc4753ec2b06b. |
February 23, 2019, 03:13 (GMT) |
Squashed D3203: Baking system overhaul: Move baking settings from render settings into BakePasses |
February 23, 2019, 03:13 (GMT) |
Merge remote-tracking branch 'origin/master' into experimental-build |
|
|
|


Master Commits
MiikaHweb | 2003-2021