Revision 518b8a4 by Antonio Vazquez (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 17, 2020, 09:30 (GMT) |
Merge branch 'master' into lanpr-under-gp |
August 17, 2020, 09:30 (GMT) |
Merge branch 'master' into greasepencil-object |
August 17, 2020, 09:30 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
August 17, 2020, 09:28 (GMT) |
Fix: UV Dash drawing |
August 17, 2020, 09:25 (GMT) |
Cleanup: move function |
August 17, 2020, 09:16 (GMT) |
Merge branch 'master' into uvimage-editor-drawing |
August 17, 2020, 09:10 (GMT) |
Fix T77267: Render EEVEE AO pass when AO disabled. In EEVEE the AO renderpass influenced other render passes. Until now the pass wasn't selectable when AO was disabled in the scene to remove these render artifacts. This patch allows rendering EEVEE AO pass without enabling it in the scene. It does this by binding a fallback texture that is used by the surface shaders. Reviewed By: Cl�ment Foucault Differential Revision: https://developer.blender.org/D7956 |
August 17, 2020, 09:04 (GMT) |
Workaround (followup): textview: do not add padding on multiline text |
August 17, 2020, 08:53 (GMT) |
Fix error in recent bpy_interface.c split (missed moving define) Error in 7341ceb674b2f, this missed moving a local-define when splitting. |
August 17, 2020, 08:50 (GMT) |
Fix: Workbench Depth Of Field Crash Depth of field compilation failed due to recent refactoring. This only happened in blender 2.91. This change uses the shader lib to find dependencies. |
August 17, 2020, 08:32 (GMT) |
Cleanup: split BPY_run_string_ex into two functions Using a boolean to select between eval/exec behavior wasn't very readable. |
August 17, 2020, 08:32 (GMT) |
Cleanup: move Python script execution into BPY_extern_run.h This commit renames 'execute' to 'run' because: - This follows Python's "PyRun" which these functions wrap. - Execution functions can use either exec/eval modes, making naming awkward (for future API refactoring). |
August 17, 2020, 08:31 (GMT) |
Cleanup: Pass 'FILE *' instead of 'void *' for BPY_python_backtrace This was committed as a temporary workaround in 82150f5641364 as release builds were failing (only debug builds worked). This adds `stdio.h` to the header which is now split into a file that contains more specialized functionality. Also move function body inside BPY_python_backtrace, removing PyC_StackPrint as we have PyC_StackSpit() for similar functionality that can be called from a debugger. |
August 17, 2020, 07:33 (GMT) |
Use premultiplied alpha |
August 17, 2020, 07:20 (GMT) |
Cleanup: split BPY_extern_python into it's own header Currently BPY_extern.h includes too much mixed functionality. |
August 17, 2020, 06:46 (GMT) |
Move file open errors to constructors. |
August 17, 2020, 06:45 (GMT) |
Add a public member function in MaterialWrap. |
August 17, 2020, 06:07 (GMT) |
Merge branch 'master' into uvimage-editor-drawing |
Revision fded457 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 17, 2020, 02:50 (GMT) |
LineArt: The line art panel in material is for mesh not for grease pencil. |
August 17, 2020, 02:40 (GMT) |
Cleanup: sort CMake path lists |
|
|
|


Master Commits
MiikaHweb | 2003-2021