regenerated files
This commit is contained in:
@@ -15,29 +15,29 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(657, "NodeKeyingData")]
|
||||
public struct NodeKeyingData {
|
||||
[DNAFieldAttribute(0, "float", "screen_balance", 4)]
|
||||
[DNAFieldAttribute(0, "float", "screen_balance", "float", 4)]
|
||||
public float screen_balance;
|
||||
[DNAFieldAttribute(1, "float", "despill_factor", 4)]
|
||||
[DNAFieldAttribute(1, "float", "despill_factor", "float", 4)]
|
||||
public float despill_factor;
|
||||
[DNAFieldAttribute(2, "float", "despill_balance", 4)]
|
||||
[DNAFieldAttribute(2, "float", "despill_balance", "float", 4)]
|
||||
public float despill_balance;
|
||||
[DNAFieldAttribute(3, "int", "edge_kernel_radius", 4)]
|
||||
[DNAFieldAttribute(3, "int", "edge_kernel_radius", "int", 4)]
|
||||
public int edge_kernel_radius;
|
||||
[DNAFieldAttribute(4, "float", "edge_kernel_tolerance", 4)]
|
||||
[DNAFieldAttribute(4, "float", "edge_kernel_tolerance", "float", 4)]
|
||||
public float edge_kernel_tolerance;
|
||||
[DNAFieldAttribute(5, "float", "clip_black", 4)]
|
||||
[DNAFieldAttribute(5, "float", "clip_black", "float", 4)]
|
||||
public float clip_black;
|
||||
[DNAFieldAttribute(6, "float", "clip_white", 4)]
|
||||
[DNAFieldAttribute(6, "float", "clip_white", "float", 4)]
|
||||
public float clip_white;
|
||||
[DNAFieldAttribute(7, "int", "dilate_distance", 4)]
|
||||
[DNAFieldAttribute(7, "int", "dilate_distance", "int", 4)]
|
||||
public int dilate_distance;
|
||||
[DNAFieldAttribute(8, "int", "feather_distance", 4)]
|
||||
[DNAFieldAttribute(8, "int", "feather_distance", "int", 4)]
|
||||
public int feather_distance;
|
||||
[DNAFieldAttribute(9, "int", "feather_falloff", 4)]
|
||||
[DNAFieldAttribute(9, "int", "feather_falloff", "int", 4)]
|
||||
public int feather_falloff;
|
||||
[DNAFieldAttribute(10, "int", "blur_pre", 4)]
|
||||
[DNAFieldAttribute(10, "int", "blur_pre", "int", 4)]
|
||||
public int blur_pre;
|
||||
[DNAFieldAttribute(11, "int", "blur_post", 4)]
|
||||
[DNAFieldAttribute(11, "int", "blur_post", "int", 4)]
|
||||
public int blur_post;
|
||||
public NodeKeyingData() {
|
||||
this.screen_balance = default;
|
||||
|
||||
Reference in New Issue
Block a user