February 25, 2018, 03:19 (GMT) |
Fixes for offscreen drawing context on macOS. * Disable multithreaded OpenGL again, it crashes on startup. * Fix wrong clear context call in GHOST. * Add GPU_state_init() also for draw context, just to be sure. * Main fix: add glFlush() to avoid unfinished draw before leaving context. |
February 24, 2018, 23:06 (GMT) |
merged collada rework from master into blender 2.8 |
Revision 930b6a0 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 24, 2018, 23:02 (GMT) |
rna build fix (error when building debug) |
February 24, 2018, 21:51 (GMT) |
Revision debf388 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) February 24, 2018, 20:58 (GMT) |
Replace Use Dots for a Enum menu Instead to define a checkbox, now the dots is a mode. |
Revision 8198668 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) February 24, 2018, 19:01 (GMT) |
Apply strength factor to textured strokes |
Revision 208b018 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) February 24, 2018, 17:28 (GMT) |
Adapt render code after merge Again, the function parameter list has changed in Draw Manager and the gpencil code need changes. |
February 24, 2018, 17:07 (GMT) |
Fix a whitespace slipped in |
Revision e5220e2 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) February 24, 2018, 17:02 (GMT) |
Merge branch 'blender2.8' into greasepencil-object Conflicts: source/blender/draw/intern/draw_manager.c |
Revision 803f80c by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) February 24, 2018, 17:00 (GMT) |
Add UV rotation option to Smooth and Noise modifiers To be consistent, the modifiers must work with UV rotation as the sculpt brushes do. |
Revision 882cf08 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 24, 2018, 16:32 (GMT) |
only calc FM mblur velocity layer at render time this costs some performance |
February 24, 2018, 16:30 (GMT) |
Fix Plyer tm |
February 24, 2018, 14:55 (GMT) |
T45687: Rework the Export/Import of Animations This started with a fix for an animated Object Hierarchy. Then i decided to cleanup and optimize a bit. But at the end this has become a more or less full rewrite of the Animation Exporter. All of this happened in a separate local branch and i have retained all my local commits to better see what i have done. Brief description: * I fixed a few issues with exporting keyframed animations of object hierarchies where the objects have parent inverse matrices which differ from the Identity matrix. * I added the option to export sampled animations with a user defined sampling rate (new user interface option) * I briefly tested Object Animations and Rig Animations. What is still needed: * Cleanup the code * Optimize the user interface * Do the Documentation Reviewers: mont29 Reviewed By: mont29 Differential Revision: https://developer.blender.org/D3070 |
February 24, 2018, 13:02 (GMT) |
Merge branch 'master' into blender2.8 Conflicts: source/blender/blenkernel/BKE_blender_version.h |
February 24, 2018, 12:37 (GMT) |
Smoke: expose empty space clipping property to the UI. This is used to determine which voxels are to be considered empty space. Previously it was hardcoded for converting dense grids to OpenVDB grids to reduce disk space usage. This value is also useful for rendering engines to know, i.e. to optimize ray marching. |
February 24, 2018, 12:37 (GMT) |
OpenVDB : use underscores instead of spaces in grid names. Some other software cannot handle grid names with spaces in them. We still check for names with spaces so as to not break old files. This fixes T53802. |
Revision fb8acd8 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 24, 2018, 10:20 (GMT) |
optionally restore old activation behavior with broken constraints this allows easier breaking / collapsing of objects |
February 24, 2018, 02:00 (GMT) |
GHOST: OSX: Make OGL 3.3 core profile defaults. We are using 3.3 features for Blender 2.8. There is no other choice. |
February 24, 2018, 01:56 (GMT) |
GHOST: OSX: Force opengl multithread initialisation. This may not be what I think it is. But it might solve some problems we are having with DrawManager and separate contexts. |
February 24, 2018, 01:46 (GMT) |
GHOST: GLX: Use a pbuffer for offscreen context. Some implementation does not work well with offscreen context without a drawable surface. |
|
|
|


Master Commits
MiikaHweb | 2003-2021