Wrapped constraint dna. There are a couple of things left to look at, all noted, but 99.5% of constraint uses are taken care of.

This commit is contained in:
2009-01-20 03:55:30 +00:00
parent 989a7e5b20
commit 2fd331475f
2 changed files with 1128 additions and 27 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -611,7 +611,7 @@ static StructRNA *rna_def_object(BlenderRNA *brna)
prop= RNA_def_property(srna, "constraint_channels", PROP_COLLECTION, PROP_NONE);
RNA_def_property_collection_sdna(prop, NULL, "constraintChannels", NULL);
RNA_def_property_struct_type(prop, "UnknownType");
RNA_def_property_struct_type(prop, "Constraint");
RNA_def_property_ui_text(prop, "Constraint Channels", "Ipo curves for the object constraints.");
prop= RNA_def_property(srna, "modifiers", PROP_COLLECTION, PROP_NONE);