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:
authorMichael Fox <mfoxdogg@gmail.com>2009-01-18 14:05:56 +0300
committerMichael Fox <mfoxdogg@gmail.com>2009-01-18 14:05:56 +0300
commitd862db2e4f8af141753647c9a4ffc69ce89964fc (patch)
treed98ae11e5bfdac8042c4be364a1c716086b6bd87 /source/blender/makesrna/intern/makesrna.c
parent97692a3bf5a91e83e04c9864e3723f2363006111 (diff)
2.5
******* added RNA for the Vpaint settings
Diffstat (limited to 'source/blender/makesrna/intern/makesrna.c')
-rw-r--r--source/blender/makesrna/intern/makesrna.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/makesrna.c b/source/blender/makesrna/intern/makesrna.c
index d61bd5a8fba..29c3ee36758 100644
--- a/source/blender/makesrna/intern/makesrna.c
+++ b/source/blender/makesrna/intern/makesrna.c
@@ -977,6 +977,7 @@ RNAProcessItem PROCESS_ITEMS[]= {
{"rna_sound.c", RNA_def_sound},
{"rna_userdef.c", RNA_def_userdef},
{"rna_vfont.c", RNA_def_vfont},
+ {"rna_vpaint.c", RNA_def_vpaint},
{"rna_wm.c", RNA_def_wm},
{"rna_world.c", RNA_def_world},
{NULL, NULL}};