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