regenerated files
This commit is contained in:
@@ -15,9 +15,9 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(685, "NodeGeometryPointsToVolume")]
|
||||
public struct NodeGeometryPointsToVolume {
|
||||
[DNAFieldAttribute(0, "uchar", "resolution_mode", "uchar", 1)]
|
||||
[DNAFieldAttribute(0, "uchar", "resolution_mode", "uchar", 1, false)]
|
||||
public byte resolution_mode;
|
||||
[DNAFieldAttribute(1, "uchar", "input_type_radius", "uchar", 1)]
|
||||
[DNAFieldAttribute(1, "uchar", "input_type_radius", "uchar", 1, false)]
|
||||
public byte input_type_radius;
|
||||
public NodeGeometryPointsToVolume() {
|
||||
this.resolution_mode = default;
|
||||
|
||||
Reference in New Issue
Block a user