Regenerated all the files
This commit is contained in:
@@ -11,13 +11,20 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public struct ParticleBrushData {
|
||||
[DNAFieldAttribute(0, "short", "size", 2)]
|
||||
public short size;
|
||||
[DNAFieldAttribute(1, "short", "step", 2)]
|
||||
public short step;
|
||||
[DNAFieldAttribute(2, "short", "invert", 2)]
|
||||
public short invert;
|
||||
[DNAFieldAttribute(3, "short", "count", 2)]
|
||||
public short count;
|
||||
[DNAFieldAttribute(4, "int", "flag", 4)]
|
||||
public int flag;
|
||||
[DNAFieldAttribute(5, "float", "strength", 4)]
|
||||
public float strength;
|
||||
public ParticleBrushData(short size, short step, short invert, short count, int flag, float strength) {
|
||||
this.size = size;
|
||||
|
||||
Reference in New Issue
Block a user