March 8, 2021, 03:40 (GMT) |
Cleanup: rename offs to offscreen |
March 8, 2021, 03:39 (GMT) |
Cleanup: add use prefix for boolean |
March 8, 2021, 00:57 (GMT) |
Merging latest USD import changes. |
March 7, 2021, 23:13 (GMT) |
Speedup for usual non-manifold exact boolean case. The commit rB6f63417b500d that made exact boolean work on meshes with holes (like Suzanne) unfortunately dramatically slowed things down on other non-manifold meshes that don't have holes and didn't need the per-triangle insideness test. This adds a hole_tolerant parameter, false by default, that the user can enable to get good results on non-manifold meshes with holes. Using false for this parameter speeds up the time from 90 seconds to 10 seconds on an example with 1.2M triangles. |
March 7, 2021, 22:03 (GMT) |
Fix modernize-raw-string-literal complaints from clang-tidy. |
Revision 42bf732 by Michael Kowalski (temp-usd-importer-T81257-merge, usd, usd-importer-T81257-merge) March 7, 2021, 20:10 (GMT) |
USD Import: Convert to Z Up option. Added a Convert to Z Up import option and logic to rotate imported root objects 90 degrees about the X-axis if this option is checked and the USD stage up-axis is Y. |
March 7, 2021, 20:02 (GMT) |
apply changes from code review branch |
March 7, 2021, 19:21 (GMT) |
Fix compile errors |
March 7, 2021, 17:06 (GMT) |
Merge branch 'master' into sculpt-dev |
March 7, 2021, 17:05 (GMT) |
Cleanup: fix compiler warning |
March 7, 2021, 16:53 (GMT) |
Geometry Nodes: simplify allocating dynamically sized buffer on stack |
March 7, 2021, 16:50 (GMT) |
GHOST: Vulkan: Fix compilation error |
March 7, 2021, 16:36 (GMT) |
Merge branch 'master' into cycles_procedural_api |
March 7, 2021, 16:28 (GMT) |
Merge branch 'master' into tmp-vulkan |
March 7, 2021, 16:22 (GMT) |
Merge branch 'master' into tmp-vulkan # Conflicts: # source/blender/blenkernel/BKE_global.h # source/blender/gpu/intern/gpu_context.cc # source/blender/windowmanager/intern/wm_window.c # source/creator/creator_args.c |
March 7, 2021, 16:22 (GMT) |
Cleanup: do not pass class member to class methods |
March 7, 2021, 16:16 (GMT) |
Alembic procedural: fix missing update when only the transforms change The missing update has two sources: The TimeSampling used for looking up transformations in the cache was uninitialized. To fix this, simply use the TimeSampling from the last transformation in the hierarchy (that is the object's parent), which should also contain the time information for all of its parents. The objects are not tagged for update when their trasformations change. |
March 7, 2021, 16:16 (GMT) |
Alembic procedural: fix infinite update loop when modifying Object level properties |
March 7, 2021, 16:03 (GMT) |
Cleanup: remove dead code |
March 7, 2021, 15:08 (GMT) |
Cleanup: remove dead code |
|
|
|


Master Commits
MiikaHweb | 2003-2021