|
2066.
|
|
|
Action Group that this F-Curve belongs to
|
|
|
:src: bpy.types.FCurve.group
|
|
|
|
(no translation yet)
|
|
|
|
2067.
|
|
|
RNA Path to property affected by F-Curve
|
|
|
:src: bpy.types.FCurve.data_path
|
|
|
|
(no translation yet)
|
|
|
|
2068.
|
|
|
RNA Array Index
|
|
|
:src: bpy.types.FCurve.array_index
:src: bpy.types.KeyingSetPath.array_index
|
|
|
|
(no translation yet)
|
|
|
|
2069.
|
|
|
Index to the specific property affected by F-Curve if applicable
|
|
|
:src: bpy.types.FCurve.array_index
|
|
|
|
(no translation yet)
|
|
|
|
2070.
|
|
|
Color Mode
|
|
|
:src: bpy.types.FCurve.color_mode
:src: bpy.types.ImageFormatSettings.color_mode
|
|
|
|
(no translation yet)
|
|
|
|
2071.
|
|
|
Method used to determine color of F-Curve in Graph Editor
|
|
|
:src: bpy.types.FCurve.color_mode
|
|
|
|
(no translation yet)
|
|
|
|
2072.
|
|
|
Auto Rainbow
|
|
|
:src: bpy.types.FCurve.color_mode:'AUTO_RAINBOW'
|
|
|
|
(no translation yet)
|
|
|
|
2073.
|
|
|
Cycle through the rainbow, trying to give each curve a unique color
|
|
|
:src: bpy.types.FCurve.color_mode:'AUTO_RAINBOW'
|
|
|
|
(no translation yet)
|
|
|
|
2074.
|
|
|
Auto XYZ to RGB
|
|
|
:src: bpy.types.FCurve.color_mode:'AUTO_RGB'
|
|
|
|
(no translation yet)
|
|
|
|
2075.
|
|
|
Use axis colors for transform and color properties, and auto-rainbow for the rest
|
|
|
:src: bpy.types.FCurve.color_mode:'AUTO_RGB'
|
|
|
|
(no translation yet)
|
|
|