Regenerated codefiles

This commit is contained in:
Samuele Lorefice
2025-03-04 18:48:04 +01:00
parent 8bbfb49720
commit 8e4eac0568
937 changed files with 16011 additions and 16181 deletions

View File

@@ -14,12 +14,12 @@ namespace BlendFile.DNA {
using BlendFile;
[DNAClassAttribute(671, "NodeCryptomatte_Runtime", 40)]
public struct NodeCryptomatte_Runtime {
[DNAFieldAttribute(0, "ListBase", "layers", "ListBase", 16, false, 0)]
public class NodeCryptomatte_Runtime {
[DNAFieldAttribute(16, "ListBase", 0, "layers", "ListBase", false, 0)]
public ListBase layers;
[DNAFieldAttribute(1, "float", "add[3]", "System.Single[]", 12, false, 16)]
[DNAFieldAttribute(12, "float", 1, "add[3]", "System.Single[]", false, 16)]
public float[] add = new System.Single[3];
[DNAFieldAttribute(2, "float", "remove[3]", "System.Single[]", 12, false, 28)]
[DNAFieldAttribute(12, "float", 2, "remove[3]", "System.Single[]", false, 28)]
public float[] remove = new System.Single[3];
public NodeCryptomatte_Runtime() {
this.layers = default;