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:
authorHamed Zaghaghi <hamed.zaghaghi@gmail.com>2008-12-01 01:48:43 +0300
committerHamed Zaghaghi <hamed.zaghaghi@gmail.com>2008-12-01 01:48:43 +0300
commite66fff7906dd6c3045d42bbf15ddfffb129136dc (patch)
treef0c555b5fbaa7e7d4234135f9f94007ab3a182e1 /source/blender/makesrna/intern/rna_ID.c
parentcfa5c7c39600e8d4d22db54ed4b9885f5219f522 (diff)
* added rna_world with porperties of two first panel in the current UI
Diffstat (limited to 'source/blender/makesrna/intern/rna_ID.c')
-rw-r--r--source/blender/makesrna/intern/rna_ID.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_ID.c b/source/blender/makesrna/intern/rna_ID.c
index 6c014f41354..4d65ea95b71 100644
--- a/source/blender/makesrna/intern/rna_ID.c
+++ b/source/blender/makesrna/intern/rna_ID.c
@@ -71,6 +71,7 @@ static StructRNA *rna_ID_refine(PointerRNA *ptr)
case ID_OB: return &RNA_Object;
case ID_SCE: return &RNA_Scene;
case ID_SCR: return &RNA_Screen;
+ case ID_WO: return &RNA_World;
case ID_WM: return &RNA_WindowManager;
default: return &RNA_ID;
}