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:
authorCampbell Barton <ideasman42@gmail.com>2010-08-17 11:49:53 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-08-17 11:49:53 +0400
commitb9d99b9c5b03f5e4741753f07eafe5c882bfcd02 (patch)
tree4d69b94175d7047a713b793757b7b8a853c0cb3b /source/blender/makesrna/rna_cleanup
parent40bf37e3b661cf7675cbd578391c379332522c40 (diff)
apply all rna naming changes for rna_space.c
Diffstat (limited to 'source/blender/makesrna/rna_cleanup')
-rw-r--r--source/blender/makesrna/rna_cleanup/rna_properties.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/rna_cleanup/rna_properties.txt b/source/blender/makesrna/rna_cleanup/rna_properties.txt
index 6b13505d155..af9ec148382 100644
--- a/source/blender/makesrna/rna_cleanup/rna_properties.txt
+++ b/source/blender/makesrna/rna_cleanup/rna_properties.txt
@@ -1983,7 +1983,7 @@ TODO MOVE TO COLLECTION * KeyingSet.active_path -> active_path: pointer "Acti
+ * KeyingSet.insertkey_needed -> use_insertkey_needed: boolean "Only insert keyframes where theyre needed in the relevant F-Curves"
+ * KeyingSet.insertkey_visual -> use_insertkey_visual: boolean "Insert keyframes based on visual transforms"
+ * KeyingSet.insertkey_xyz_to_rgb -> use_insertkey_xyz_to_rgb: boolean "Color for newly added transformation F-Curves (Location, Rotation, Scale) and also Color is based on the transform axis"
-+ * KeyingSet.absolute -> use_path_absolute: boolean "Keying Set defines specific paths/settings to be keyframed (i.e. is not reliant on context info)"
++ * KeyingSet.absolute -> is_path_absolute: boolean "Keying Set defines specific paths/settings to be keyframed (i.e. is not reliant on context info)"
+ * KeyingSetInfo.bl_idname -> bl_idname: string "NO DESCRIPTION"
+ * KeyingSetInfo.bl_label -> bl_label: string "NO DESCRIPTION"
+ * KeyingSetInfo.insertkey_needed -> use_insertkey_needed: boolean "Only insert keyframes where theyre needed in the relevant F-Curves"