Block a user
Lukas Tönne
deleted branch realize-instances-child-component-cleanup from LukasTonne/blender
2024-08-15 15:05:22 +02:00
Cleanup: Use boolean operator to combine booleans instead of bitwise OR
Cleanup: Use boolean operator to combine booleans instead of bitwise OR
Lukas Tönne
pushed to realize-instances-child-component-cleanup at LukasTonne/blender
2024-08-15 13:59:13 +02:00
1a75b63e32
Cleanup: Use boolean operator to combine booleans instead of bitwise OR.
Lukas Tönne
created branch realize-instances-child-component-cleanup in LukasTonne/blender
2024-08-15 13:59:12 +02:00
b6d505c7fe
Merge branch 'main' into geometry-nodes-rb-component
b664ece0fe
Build: Upgrade sse2neon
bb8460da9e
Tests: support generating code coverage report
ed3c16624b
GPv3: High level python API
a8667aa03f
Core: introduce MemoryCounter API
cecf1ceb77
Merge branch 'main' into principal-components-node
f0c2d4eeed
Cleanup: Add
int8_t
specifier to ED_grease_pencil.hh
enum classes
0f5dd1c55c
Refactor: pose_utils.cc
00be586a82
Fix #124565: EEVEE Environment Render Pass
925753c83b
Fix #125618: EEVEE: Cryptomatte Material Layer Incorrect
fc65bf18e5
Merge branch 'main' into geometry-nodes-rb-component
f0c2d4eeed
Cleanup: Add
int8_t
specifier to ED_grease_pencil.hh
enum classes
0f5dd1c55c
Refactor: pose_utils.cc
00be586a82
Fix #124565: EEVEE Environment Render Pass
925753c83b
Fix #125618: EEVEE: Cryptomatte Material Layer Incorrect
Principal Components node for 3D vectors
There hasn't been any official planning or approval for this, it was done as a test to see if it could replace the current crude estimates for the "average plane" in grease pencil drawings. I can…