WIP: DNA: experiment with supporting decentralized DNA structs #110322

Draft
Jacques Lucke wants to merge 3 commits from JacquesLucke/blender:decentralize-dna into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 51d372be1f - Show all commits

View File

@ -14,7 +14,6 @@ enum GeometryNodeMeshToPointsMode {
};
struct NodeGeometryMeshToPoints {
// uint8_t mode;
struct DNA {
/** #GeometryNodeMeshToPointsMode */
uint8_t mode;