regenerate files
This commit is contained in:
@@ -13,13 +13,13 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(371, "LineStyleColorModifier_DistanceFromObject")]
|
||||
[DNAClassAttribute(371, "LineStyleColorModifier_DistanceFromObject", 120)]
|
||||
public class LineStyleColorModifier_DistanceFromObject {
|
||||
[DNAFieldAttribute(0, "LineStyleModifier", "modifier", "LineStyleModifier", 96, false)]
|
||||
public LineStyleModifier modifier;
|
||||
[DNAFieldAttribute(1, "Object", "*target", "Object", 4, true)]
|
||||
[DNAFieldAttribute(1, "Object", "*target", "Object", 8, true)]
|
||||
public Object ptr_target;
|
||||
[DNAFieldAttribute(2, "ColorBand", "*color_ramp", "ColorBand", 4, true)]
|
||||
[DNAFieldAttribute(2, "ColorBand", "*color_ramp", "ColorBand", 8, true)]
|
||||
public ColorBand ptr_color_ramp;
|
||||
[DNAFieldAttribute(3, "float", "range_min", "float", 4, false)]
|
||||
public float range_min;
|
||||
|
||||
Reference in New Issue
Block a user