June 11, 2018, 17:29 (GMT) |
Improve/partially fix overriding of Object material pointers. Basic workflow shall now work, still lots to do in the UI (ID template needs some love to reflect overriden status ;) ). |
June 11, 2018, 17:09 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-eeveelightcache |
June 11, 2018, 16:58 (GMT) |
Fix crash when doing Sculpt->Edit->Sculpt switch. We actually get fully rid of BKE_object_free_derived_mesh_caches usages, now always using BKE_object_free_derived_caches (bad name, btw, should be 'evaluated_caches ;) )... |
June 11, 2018, 16:39 (GMT) |
WM: use layout/draw callbacks for buttons space |
June 11, 2018, 16:39 (GMT) |
WM: split panel drawing into layout and draw This matches changes made to the header. |
June 11, 2018, 16:11 (GMT) |
Merge remote-tracking branch 'origin/blender2.8' into temp-eeveelightcache |
June 11, 2018, 16:04 (GMT) |
Outlines: Make Xray outlines 2px thick instead of 3px |
June 11, 2018, 16:04 (GMT) |
Outlines: Make outlines in xray mode not occluded. This is visually too distracting (flickering). Until we have a better solution, just disable occlusion fading. |
Revision d3f35b5 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) June 11, 2018, 15:55 (GMT) |
Add comments to review context creation in render |
June 11, 2018, 15:54 (GMT) |
Merge branch 'blender2.8' into soc-2018-bevel |
Revision 3bacfa0 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) June 11, 2018, 15:54 (GMT) |
Add missing parameter after merge |
Revision d296a84 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) June 11, 2018, 15:41 (GMT) |
Merge branch 'blender2.8' into greasepencil-object Conflicts: release/scripts/startup/bl_ui/space_view3d.py |
June 11, 2018, 15:39 (GMT) |
Revert previous commit and do proper fix for missing typeinfo in nodes. |
June 11, 2018, 15:33 (GMT) |
Merge branch 'blender2.8' into soc-2018-bevel |
June 11, 2018, 15:23 (GMT) |
GHOST: GLX: Remove XInitThreads This was needed because we were sharing opengl contexts across multiple threads. With the recent refactor this should be no longer needed. |
June 11, 2018, 15:12 (GMT) |
Fix crash in loading/applying static overrides of some nodal material. No real idea why node's typeinfo is NULL here... but think we do not care much in that case, so just adding some NULL checks for now. |
June 11, 2018, 15:07 (GMT) |
GHOST: Fix uninitialized values. |
June 11, 2018, 15:06 (GMT) |
Cleanup: remove unused DAG_EVAL_PREVIEW mode. |
June 11, 2018, 15:06 (GMT) |
Cleanup: remove object.is_visible. Depsgraph already iterates over visible objects, and since this was only valid for objects evaluated with the depsgraph it was confusing. |
June 11, 2018, 15:06 (GMT) |
Fix incorrect object selection test in outliner and rigid body. |
|
|
|


Master Commits
MiikaHweb | 2003-2021