September 16, 2020, 08:54 (GMT) |
Add method to free mesh; disambiguate triangulate method. |
September 16, 2020, 06:39 (GMT) |
Create MTLWriter object early, add methods for filename and file status. |
September 16, 2020, 06:28 (GMT) |
Cleanup: rename functions, use const, edit comments. |
September 16, 2020, 06:16 (GMT) |
Create IndexOffsets struct instead of array[3]. Make OBJ indices one-based in Writer, not in Object processor. |
September 16, 2020, 06:03 (GMT) |
Early return in a few places. Fix two consecutive group name `g ...` lines by adding an `else`. |
September 16, 2020, 05:58 (GMT) |
Remove UNUSED macro from poly elements writers. |
September 16, 2020, 05:56 (GMT) |
Break MTLWriter::append_materials into two functions. Silence unused lambda warning in release build. |
September 16, 2020, 05:50 (GMT) |
Log errors in fopen and fclose. |
September 16, 2020, 05:43 (GMT) |
CMake: Keep unconditional code together. |
September 16, 2020, 05:42 (GMT) |
Review update: Fix exporter UI issues: Simplify frame correction logic. Not reset bitflags checkbox. Use INT_MIN, not -INT_MAX. Simplify tool-tips. |
September 15, 2020, 15:51 (GMT) |
Merge branch 'master' into soc-2020-fluid-tools |
September 15, 2020, 15:44 (GMT) |
Tests: bundle tests for some modules in their own executables The ffmpeg, guardedalloc and blenlib are quite isolated and putting them in their own executable separate from blender_test is faster for development than linking the entire blender_tests executable. For Cycles, this also bundles all the unit tests into one executable. I also considered going back to having every test file in its own executable, but the size of these executables does add up quickly, and linking and running all blenlib tests is still < 1s here. Ref T79958 Reviewed By: LazyDodo Maniphest Tasks: T79958 Differential Revision: https://developer.blender.org/D8714 |
September 15, 2020, 15:44 (GMT) |
CMake: clean up setting of platform specific linker flags Set flags directly on the target, and use common function for all cases. |
September 15, 2020, 15:05 (GMT) |
GPencil: Define default destructor |
September 15, 2020, 14:43 (GMT) |
GPencil: Fix compiler warnings |
Revision 1a5106c by Antonio Vazquez (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) September 15, 2020, 13:27 (GMT) |
Merge branch 'master' into lanpr-under-gp |
September 15, 2020, 13:27 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
September 15, 2020, 13:26 (GMT) |
Merge branch 'master' into greasepencil-object |
September 15, 2020, 13:22 (GMT) |
GPencil: Fix warnings in wrong string format |
September 15, 2020, 12:51 (GMT) |
Merge branch 'master' into soc-2020-fluid-tools |
|
|
|


Master Commits
MiikaHweb | 2003-2021