Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2008-11-29 22:08:46 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-11-29 22:08:46 +0300
commit2b7e3909670bd06f967884a908b9f805ec10dc3f (patch)
treec11930bb998dd1a30297a45a1673ff6cd6aa3358 /source/blender/makesrna/intern/rna_color.c
parent2ff4ac139ba430e606accf44874a3fce10e9c635 (diff)
RNA
* Fix sensor data pointer code, also made sensor type non editable, would need to do more work than just setting the type. * Fix a fairly obscure bug related to inheritance and sorting. * Complete DNA_ID.h wrapping, just a few extra properties and the Library struct, most of this is internal.
Diffstat (limited to 'source/blender/makesrna/intern/rna_color.c')
-rw-r--r--source/blender/makesrna/intern/rna_color.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_color.c b/source/blender/makesrna/intern/rna_color.c
index ff20a83e51e..d5c1b79d466 100644
--- a/source/blender/makesrna/intern/rna_color.c
+++ b/source/blender/makesrna/intern/rna_color.c
@@ -37,7 +37,6 @@
void RNA_def_color(BlenderRNA *brna)
{
StructRNA *srna;
- PropertyRNA *prop;
srna= RNA_def_struct(brna, "CurveMapPoint", NULL, "CurveMapPoint");