UI: Adjust naming for recent Scene Strip options

- Use Sequencer rather than Sequence
  - Use Camera rather than 3D Camera
This commit is contained in:
William Reynish 2019-06-23 00:19:28 +02:00
parent a7c4eda3e3
commit 6182531baf
Notes: blender-bot 2023-02-14 03:00:45 +01:00
Referenced by issue #66203, Regression: Newly added Irradiance Volumes do not display sample points
1 changed files with 3 additions and 3 deletions

View File

@ -2209,11 +2209,11 @@ static void rna_def_scene(BlenderRNA *brna)
PropertyRNA *prop;
static const EnumPropertyItem scene_input_items[] = {
{0, "3D_CAMERA", ICON_VIEW3D, "3D Camera", "Use the Scene's 3D camera as input"},
{0, "CAMERA", ICON_VIEW3D, "Camera", "Use the Scene's 3D camera as input"},
{SEQ_SCENE_STRIPS,
"SEQUENCE",
"SEQUENCER",
ICON_SEQUENCE,
"Sequence",
"Sequencer",
"Use the Scene's Sequencer timeline as input"},
{0, NULL, 0, NULL, NULL},
};