Cleanup: view-port --> 2D/3D Viewport
This commit is contained in:
@@ -414,8 +414,8 @@ class CLIP_OT_delete_proxy(Operator):
|
||||
|
||||
|
||||
class CLIP_OT_set_viewport_background(Operator):
|
||||
"""Set current movie clip as a camera background in 3D view-port """ \
|
||||
"""(works only when a 3D view-port is visible)"""
|
||||
"""Set current movie clip as a camera background in 3D Viewport """ \
|
||||
"""(works only when a 3D Viewport is visible)"""
|
||||
|
||||
bl_idname = "clip.set_viewport_background"
|
||||
bl_label = "Set as Background"
|
||||
|
||||
@@ -116,7 +116,7 @@ class EditExternally(Operator):
|
||||
|
||||
|
||||
class ProjectEdit(Operator):
|
||||
"""Edit a snapshot of the view-port in an external image editor"""
|
||||
"""Edit a snapshot of the 3D Viewport in an external image editor"""
|
||||
bl_idname = "image.project_edit"
|
||||
bl_label = "Project Edit"
|
||||
bl_options = {'REGISTER'}
|
||||
|
||||
Reference in New Issue
Block a user