Generated new code and added initial data handling
This commit is contained in:
@@ -21,6 +21,11 @@ namespace BlendFile.DNA {
|
||||
public float[] add = new System.Single[3];
|
||||
[DNAFieldAttribute(2, "float", "remove[3]", 4)]
|
||||
public float[] remove = new System.Single[3];
|
||||
public NodeCryptomatte_Runtime() {
|
||||
this.layers = default;
|
||||
this.add = default;
|
||||
this.remove = default;
|
||||
}
|
||||
public NodeCryptomatte_Runtime(ListBase layers, float[] add, float[] remove) {
|
||||
this.layers = layers;
|
||||
this.add = add;
|
||||
|
||||
Reference in New Issue
Block a user