regenerated files

This commit is contained in:
mm00
2025-02-18 18:16:57 +01:00
parent 305186b2a9
commit bc3ac0ad86
937 changed files with 9598 additions and 9586 deletions

View File

@@ -15,13 +15,13 @@ namespace BlendFile.DNA {
[DNAClassAttribute(1039, "VolumeRender")]
public struct VolumeRender {
[DNAFieldAttribute(0, "int", "precision", 4)]
[DNAFieldAttribute(0, "int", "precision", "int", 4)]
public int precision;
[DNAFieldAttribute(1, "int", "space", 4)]
[DNAFieldAttribute(1, "int", "space", "int", 4)]
public int space;
[DNAFieldAttribute(2, "float", "step_size", 4)]
[DNAFieldAttribute(2, "float", "step_size", "float", 4)]
public float step_size;
[DNAFieldAttribute(3, "float", "clipping", 4)]
[DNAFieldAttribute(3, "float", "clipping", "float", 4)]
public float clipping;
public VolumeRender() {
this.precision = default;