Regenerated all the files
This commit is contained in:
@@ -11,9 +11,12 @@ using System;
|
||||
|
||||
|
||||
namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
public class LineStyleColorModifier_Tangent {
|
||||
[DNAFieldAttribute(0, "LineStyleModifier", "modifier", 96)]
|
||||
public LineStyleModifier modifier;
|
||||
[DNAFieldAttribute(1, "ColorBand", "*color_ramp", 776)]
|
||||
public ColorBand ptr_color_ramp;
|
||||
public LineStyleColorModifier_Tangent(LineStyleModifier modifier, ColorBand ptr_color_ramp) {
|
||||
this.modifier = modifier;
|
||||
|
||||
Reference in New Issue
Block a user