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:
authorXiao Xiangquan <xiaoxiangquan@gmail.com>2011-08-18 19:53:30 +0400
committerXiao Xiangquan <xiaoxiangquan@gmail.com>2011-08-18 19:53:30 +0400
commited158eeeb9cbdd549746777c3f6e370a5ec92753 (patch)
treee823ba348db079ee59d0313f865fff82328ab14b /source/blender/makesrna/intern/rna_access.c
parent18d95a8462a7b6386becfecb962657022afdb82b (diff)
update property strings cover. 461 new items
Diffstat (limited to 'source/blender/makesrna/intern/rna_access.c')
-rw-r--r--source/blender/makesrna/intern/rna_access.c18
1 files changed, 15 insertions, 3 deletions
diff --git a/source/blender/makesrna/intern/rna_access.c b/source/blender/makesrna/intern/rna_access.c
index df821ac4a87..0d7a34b17ff 100644
--- a/source/blender/makesrna/intern/rna_access.c
+++ b/source/blender/makesrna/intern/rna_access.c
@@ -147,6 +147,7 @@ void RNA_types_init_gettext(void)
&RNA_Action, &RNA_ActionFCurves, &RNA_ActionGroup, &RNA_ActionGroups, &RNA_ActionPoseMarkers,
&RNA_BackgroundImage,
&RNA_ConsoleLine,
+ &RNA_Constraint,
&RNA_DopeSheet,
&RNA_Event,
&RNA_FileSelectParams,
@@ -154,11 +155,19 @@ void RNA_types_init_gettext(void)
&RNA_KeyMap, &RNA_KeyMapItem, &RNA_KeyMapItems,
&RNA_KeyboardSensor,
&RNA_KeyingSetsAll,
+ &RNA_Macro,
+
+ &RNA_Material, &RNA_MaterialHalo, &RNA_MaterialRaytraceMirror, &RNA_MaterialRaytraceTransparency,
+ &RNA_MaterialSlot, &RNA_MaterialStrand, &RNA_MaterialSubsurfaceScattering,
+ &RNA_MaterialTextureSlot, &RNA_MaterialVolume,
+ &RNA_Mesh,
+ &RNA_Modifier,
+
&RNA_Object,
+ &RNA_ParticleSettingsTextureSlot,
&RNA_RenderLayer, &RNA_RenderSettings,
- &RNA_Macro,
- &RNA_Material,
- &RNA_Scene,
+
+ &RNA_Scene, &RNA_SceneRenderLayer,
&RNA_Scopes,
&RNA_Space,
@@ -180,10 +189,13 @@ void RNA_types_init_gettext(void)
&RNA_SpaceUVEditor,
&RNA_SpaceUserPreferences,
+ &RNA_Texture, &RNA_TextureSlot,
&RNA_Theme, &RNA_ThemeBoneColorSet, &RNA_ThemeWidgetColors,
&RNA_ToolSettings,
&RNA_UserPreferences, &RNA_UserPreferencesEdit, &RNA_UserPreferencesFilePaths,
&RNA_UserPreferencesInput, &RNA_UserPreferencesSystem, &RNA_UserPreferencesView,
+ &RNA_UnitSettings,
+ &RNA_World, &RNA_WorldLighting,
/* for test */
NULL
};