Regenerated codefiles
This commit is contained in:
@@ -14,30 +14,30 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(657, "NodeKeyingData", 48)]
|
||||
public struct NodeKeyingData {
|
||||
[DNAFieldAttribute(0, "float", "screen_balance", "float", 4, false, 0)]
|
||||
public class NodeKeyingData {
|
||||
[DNAFieldAttribute(4, "float", 0, "screen_balance", "float", false, 0)]
|
||||
public float screen_balance;
|
||||
[DNAFieldAttribute(1, "float", "despill_factor", "float", 4, false, 4)]
|
||||
[DNAFieldAttribute(4, "float", 1, "despill_factor", "float", false, 4)]
|
||||
public float despill_factor;
|
||||
[DNAFieldAttribute(2, "float", "despill_balance", "float", 4, false, 8)]
|
||||
[DNAFieldAttribute(4, "float", 2, "despill_balance", "float", false, 8)]
|
||||
public float despill_balance;
|
||||
[DNAFieldAttribute(3, "int", "edge_kernel_radius", "int", 4, false, 12)]
|
||||
[DNAFieldAttribute(4, "int", 3, "edge_kernel_radius", "int", false, 12)]
|
||||
public int edge_kernel_radius;
|
||||
[DNAFieldAttribute(4, "float", "edge_kernel_tolerance", "float", 4, false, 16)]
|
||||
[DNAFieldAttribute(4, "float", 4, "edge_kernel_tolerance", "float", false, 16)]
|
||||
public float edge_kernel_tolerance;
|
||||
[DNAFieldAttribute(5, "float", "clip_black", "float", 4, false, 20)]
|
||||
[DNAFieldAttribute(4, "float", 5, "clip_black", "float", false, 20)]
|
||||
public float clip_black;
|
||||
[DNAFieldAttribute(6, "float", "clip_white", "float", 4, false, 24)]
|
||||
[DNAFieldAttribute(4, "float", 6, "clip_white", "float", false, 24)]
|
||||
public float clip_white;
|
||||
[DNAFieldAttribute(7, "int", "dilate_distance", "int", 4, false, 28)]
|
||||
[DNAFieldAttribute(4, "int", 7, "dilate_distance", "int", false, 28)]
|
||||
public int dilate_distance;
|
||||
[DNAFieldAttribute(8, "int", "feather_distance", "int", 4, false, 32)]
|
||||
[DNAFieldAttribute(4, "int", 8, "feather_distance", "int", false, 32)]
|
||||
public int feather_distance;
|
||||
[DNAFieldAttribute(9, "int", "feather_falloff", "int", 4, false, 36)]
|
||||
[DNAFieldAttribute(4, "int", 9, "feather_falloff", "int", false, 36)]
|
||||
public int feather_falloff;
|
||||
[DNAFieldAttribute(10, "int", "blur_pre", "int", 4, false, 40)]
|
||||
[DNAFieldAttribute(4, "int", 10, "blur_pre", "int", false, 40)]
|
||||
public int blur_pre;
|
||||
[DNAFieldAttribute(11, "int", "blur_post", "int", 4, false, 44)]
|
||||
[DNAFieldAttribute(4, "int", 11, "blur_post", "int", false, 44)]
|
||||
public int blur_post;
|
||||
public NodeKeyingData() {
|
||||
this.screen_balance = default;
|
||||
|
||||
Reference in New Issue
Block a user