Regenerated all the files
This commit is contained in:
@@ -11,12 +11,18 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct LineStyleGeometryModifier_SpatialNoise {
|
||||
[DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)]
|
||||
public LineStyleModifier modifier;
|
||||
[DNAFieldAttribute(1, "float", "amplitude", 4)]
|
||||
public float amplitude;
|
||||
[DNAFieldAttribute(2, "float", "scale", 4)]
|
||||
public float scale;
|
||||
[DNAFieldAttribute(3, "int", "octaves", 4)]
|
||||
public int octaves;
|
||||
[DNAFieldAttribute(4, "int", "flags", 4)]
|
||||
public int flags;
|
||||
public LineStyleGeometryModifier_SpatialNoise(LineStyleModifier modifier, float amplitude, float scale, int octaves, int flags) {
|
||||
this.modifier = modifier;
|
||||
|
||||
Reference in New Issue
Block a user