November 20, 2019, 07:12 (GMT) |
Cleanup: comments |
Revision bb38766 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lanpr-review, temp-lineart-contained, temp_lineart_contained) November 20, 2019, 07:01 (GMT) |
LANPR: Clipping topology data error fixed. Also cleaned up some dead code inside. |
November 20, 2019, 06:53 (GMT) |
Fix T71680: _PyObject_LookupAttr memory leak |
Revision 45eb04a by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lanpr-review, temp-lineart-contained, temp_lineart_contained) November 20, 2019, 05:21 (GMT) |
Merge remote-tracking branch 'origin/master' into arcpatch-D5442 |
November 20, 2019, 03:54 (GMT) |
Cleanup: remove WITH_RAYOPTIMIZATION This is redundant as WITH_CPU_SSE adds these flags when they're supported. |
November 20, 2019, 03:54 (GMT) |
Fix assert running remesh with OpenVDB disabled |
November 20, 2019, 03:42 (GMT) |
Outliner: Fixup for previous commit on tooltip/crash fix The issue was actually in Python extras (where it shows the ENUM option). I got a bit distracted by the "(undocumented operator)" message. It made me miss the missing ENUM once the crash was gone. |
November 20, 2019, 03:29 (GMT) |
November 19, 2019, 22:04 (GMT) |
Merge branch 'master' into greasepencil-object |
November 19, 2019, 18:54 (GMT) |
GPencil: Replace wrong values in luminance The code is disabled but want to keep the right formula. |
November 19, 2019, 18:03 (GMT) |
Overlay Engine: Edit Mesh: Port Occlusion detection to shader This moves the occluded wire fading at the edit cage drawing, thus removing the need for a fullscreen compositing pass. |
November 19, 2019, 17:28 (GMT) |
Outliner: Don't show id operations (make single user) when not supported For the make single user operation to work we expect a parent of the datablock to be around. However this is often not the case when not accessing the data from Scenes or Viewlayer display modes. For now we simply not show them in the other cases. They can be added later though, by testing the outliner tree parent compatibility with the expected parent id. Fix T71673 Differential Revision: https://developer.blender.org/D6276 |
November 19, 2019, 17:27 (GMT) |
Cleanup: Slight adjustments to comment |
November 19, 2019, 15:58 (GMT) |
Subdiv: Tweak threading settings Ensure that all threads on a multi-core system are used. The issue was that BLI_task module was trying to be smart and used heuristic to find optimal number of iterations per thread. This heuristic assumes that tasks are light-weight, which is not a case for subdivision surface. On a higher subdivision level with a file from T70826 the evaluation time goes down from 0.25 to 0.17 seconds per modifier evaluation. When D6189 is finalized we can being some extra performance improvement. |
November 19, 2019, 15:11 (GMT) |
Merge branch 'master' into temp-graph-select-changes |
November 19, 2019, 14:37 (GMT) |
Use mutex for lock in image.c Usage of spinlock during heavy IO gave reduced performance see D6267 for details. Reviewed By: sergey Differential Revision: https://developer.blender.org/D6267 |
November 19, 2019, 14:33 (GMT) |
Remove files to sync with latest changes in patches |
November 19, 2019, 14:31 (GMT) |
Merge branch 'temp-openxr-blenderside' into soc-2019-openxr |
November 19, 2019, 14:30 (GMT) |
Merge branch 'temp-openxr-ghostxr' into temp-openxr-blenderside |
November 19, 2019, 14:29 (GMT) |
Merge branch 'temp-openxr-directx' into temp-openxr-ghostxr |
|
|
|


Master Commits
MiikaHweb | 2003-2021