Revision 2604bad by Jacques Lucke / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 31, 2020, 14:23 (GMT) |
Cleanup: reduce variable scope |
Revision 383c971 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 31, 2020, 14:23 (GMT) |
LineArt: Better line intersection function and handling. |
Revision 501d064 by Clément Foucault / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 31, 2020, 14:23 (GMT) |
Cleanup: GPU: Remove unused attr_binding and primitive code |
Revision 6d5794e by Philipp Oeser / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 31, 2020, 14:23 (GMT) |
Fix T80126: Alembic Import dialogue has overwrite protection UI Use `FILE_OPENFILE` when importing, rather than `FILE_SAVE`. Reviewed By: sybren Differential Revision: https://developer.blender.org/D8715 |
Revision 7c0068c by Dalai Felinto / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 31, 2020, 14:23 (GMT) |
Linux: 2.90 release information in appdata |
Revision 7efa3ce by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 31, 2020, 14:23 (GMT) |
LineArt: CMake clean up. |
Revision 9282b3b by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 31, 2020, 14:23 (GMT) |
LineArt: Enable vector line intersection code (isect_v2_v2) |
Revision 9640714 by Hans Goudey / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 31, 2020, 14:23 (GMT) |
Cleanup: Resolve unused variable warning in lite build |
Revision a47a64d by Clément Foucault / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 31, 2020, 14:23 (GMT) |
GPUImmediate: GL backend isolation This is part of the Vulkan backend task T68990. This is mostly a cleanup, however, there is a small change: We don't use a special Vertex Array binding function for Immediate anymore and just reuse the one for batches. This might create a bit more state changes but this could be fixed easily if it causes perf regression. # Conflicts: # source/blender/gpu/intern/gpu_context.cc |
Revision a823597 by Clément Foucault / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 31, 2020, 14:23 (GMT) |
Cleanup: GPU_immediate: Change assert to BLI_assert |
Revision adfa705 by Germano Cavalcante / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 31, 2020, 14:23 (GMT) |
Fix T79973: Re-ordering face maps messes up the names of other face maps Use a remap function instead a swap. Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D8739 |
Revision bfe2225 by Clément Foucault / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 31, 2020, 14:23 (GMT) |
GLContext: Fix framebuffer deletion to GPUContext This has more meaning as it's the base class who holds the pointer. # Conflicts: # source/blender/gpu/opengl/gl_context.cc |
Revision d0e2ce5 by Jacques Lucke / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 31, 2020, 14:23 (GMT) |
Cleanup: reduce variable scope and use LISTBASE_FOREACH |
Revision f18f6d5 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 31, 2020, 07:07 (GMT) |
LineArt: DNA/RNA cleanup. |
Revision 0e1dd86 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 31, 2020, 07:03 (GMT) |
LineArt: Names clean up. |
Revision 10f8a79 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 31, 2020, 02:49 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp |
Revision b45728b by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 30, 2020, 02:43 (GMT) |
LineArt: added ratio() after interp() functions in math lib. |
Revision f14bb97 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 30, 2020, 02:23 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp |
Revision 00eee50 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 29, 2020, 04:26 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp # Conflicts: # build_files/cmake/config/blender_full.cmake # build_files/cmake/config/blender_lite.cmake # build_files/cmake/config/blender_release.cmake |
Revision 5f4be7f by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) August 29, 2020, 04:24 (GMT) |
LineArt: Better desctiption for enable linked objects |
|