Block a user
Cleanup: Use utility function to find groups in node tree
Currently this uses the term group
and tree
. While we generally use those terms synonymously, it would be better to be consistent within a single function declaration.
Cleanup: Use utility function to find groups in node tree
This should internally avoid to enter the same node group multiple times. For very large node trees, with lots of nesting that could be quite heavy.
Rotation C++ API
For now it is implemented as
AngleRadian
to leave no doubt.
Don't have a very strong opinion, but I'm fine with AngleRadian
. Currently, I don't see a need for AngleDegree
so I'd just…
Geometry Node: Changing modifier input values with python no cause update
@erik85 While I'm not generally against deferring updates, it something that has to be done with great care because it's a bit against current principles of the RNA/Python API. In this specific…
Assets: bundle essentials with Blender
f0ebd3d5f6
use publish directory
4525481e59
Merge branch 'main' into bundled-assets
WIP: Core: use generic copy-on-write system to avoid unnecessary data copies
06e1b3f9f6
Merge branch 'main' into temp-copy-on-write-customdata
43f308f216
Make update: Ignore submodules
aab707ab70
Un-ignore modules in .gitmodules configuration
4ed8a360e9
Fix references to the main branch in the .gitmodules
4d3bfb3f41
Subdivision Surface: fix a serious performance hit when mixing CPU & GPU.
WIP: use generic copy-on-write system to avoid unnecessary data copies
Jacques Lucke
pushed to temp-copy-on-write-customdata at JacquesLucke/blender
2023-02-08 14:48:56 +01:00
06e1b3f9f6
Merge branch 'main' into temp-copy-on-write-customdata
43f308f216
Make update: Ignore submodules
aab707ab70
Un-ignore modules in .gitmodules configuration
4ed8a360e9
Fix references to the main branch in the .gitmodules
4d3bfb3f41
Subdivision Surface: fix a serious performance hit when mixing CPU & GPU.
WIP: Curves: initial surface collision for curves sculpt mode
Jacques Lucke
pushed to temp-curves-surface-collision at JacquesLucke/blender
2023-02-08 14:45:37 +01:00
b18e5c9cac
Merge branch 'main' into temp-curves-surface-collision
43f308f216
Make update: Ignore submodules
aab707ab70
Un-ignore modules in .gitmodules configuration
4ed8a360e9
Fix references to the main branch in the .gitmodules
4d3bfb3f41
Subdivision Surface: fix a serious performance hit when mixing CPU & GPU.
Curves: initial surface collision for curves sculpt mode
c9f943daf7
Merge branch 'main' into sculpt-edit-overlay
43f308f216
Make update: Ignore submodules
aab707ab70
Un-ignore modules in .gitmodules configuration
4ed8a360e9
Fix references to the main branch in the .gitmodules
4d3bfb3f41
Subdivision Surface: fix a serious performance hit when mixing CPU & GPU.
43f308f216
Make update: Ignore submodules
aab707ab70
Un-ignore modules in .gitmodules configuration
4ed8a360e9
Fix references to the main branch in the .gitmodules
4d3bfb3f41
Subdivision Surface: fix a serious performance hit when mixing CPU & GPU.
d781e52ee0
Cleanup: use enum literals, order likely case first in polyfill_2d