Generated new code and added initial data handling
This commit is contained in:
@@ -19,6 +19,10 @@ namespace BlendFile.DNA {
|
||||
public char use_subsurface_auto_radius;
|
||||
[DNAFieldAttribute(1, "char", "_pad[3]", 1)]
|
||||
public char[] _pad = new System.Char[3];
|
||||
public NodeShaderPrincipled() {
|
||||
this.use_subsurface_auto_radius = default;
|
||||
this._pad = default;
|
||||
}
|
||||
public NodeShaderPrincipled(char use_subsurface_auto_radius, char[] _pad) {
|
||||
this.use_subsurface_auto_radius = use_subsurface_auto_radius;
|
||||
this._pad = _pad;
|
||||
|
||||
Reference in New Issue
Block a user