Cut function in sequencer confused with copy and paste and should be renamed into Split #68690

Closed
opened 2019-08-15 13:53:22 +02:00 by Michael Soluyanov · 21 comments

System Information
Operating system: Linux-4.15.0-55-generic-x86_64-with-Ubuntu-18.04-bionic 64 Bits
Graphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 390.116

Blender Version
Broken: version: 2.81 (sub 1), branch: Unknown, commit date: Unknown Unknown, hash: rBUnknown

Short description of error
Cut function in sequencer confused with copy and paste and should be renamed into Split

Exact steps for others to reproduce the error
Look at this:

Снимок экрана от 2019-08-15 14-41-44.png

Cut, Copy and Paste are in one block, so users might think that they perform similar task, because Cut, Copy and Paste in other programs always placed nearby:
Снимок экрана от 2019-08-15 14-41-39.png

In Sony Vegas and Audacity this function called Split, So i think this function in sequencer should be renamed into Split to avoid confusing

**System Information** Operating system: Linux-4.15.0-55-generic-x86_64-with-Ubuntu-18.04-bionic 64 Bits Graphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 390.116 **Blender Version** Broken: version: 2.81 (sub 1), branch: Unknown, commit date: Unknown Unknown, hash: `rBUnknown` **Short description of error** Cut function in sequencer confused with copy and paste and should be renamed into Split **Exact steps for others to reproduce the error** Look at this: ![Снимок экрана от 2019-08-15 14-41-44.png](https://archive.blender.org/developer/F7665780/Снимок_экрана_от_2019-08-15_14-41-44.png) Cut, Copy and Paste are in one block, so users might think that they perform similar task, because Cut, Copy and Paste in other programs always placed nearby: ![Снимок экрана от 2019-08-15 14-41-39.png](https://archive.blender.org/developer/F7665793/Снимок_экрана_от_2019-08-15_14-41-39.png) In Sony Vegas and Audacity this function called Split, So i think this function in sequencer should be renamed into Split to avoid confusing
Author
Member

Added subscriber: @crantisz

Added subscriber: @crantisz
Member

Added subscribers: @iss, @WilliamReynish, @lichtwerk

Added subscribers: @iss, @WilliamReynish, @lichtwerk
Member

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Philipp Oeser self-assigned this 2019-08-16 10:38:32 +02:00
Member

Thx for pointing out, but to me this doesnt sound like a bug.

  • there is already a separator in the UI between [Cut Hold Cut] and [Copy Paste ...]
  • renaming a tool just because the name is used for different things (in different contexts) does not neccessarily make it better.
  • I mean it could be changed, but that sounds more like a feature request that could go to https://blender.community/c/rightclickselect/

I will close this [unless @iss or @WilliamReynish have objections?], thx for the report anyways!

Thx for pointing out, but to me this doesnt sound like a bug. - there is already a separator in the UI between [`Cut` `Hold Cut`] and [`Copy` `Paste` ...] - renaming a tool just because the name is used for different things (in different contexts) does not neccessarily make it better. - I mean it could be changed, but that sounds more like a feature request that could go to https://blender.community/c/rightclickselect/ I will close this [unless @iss or @WilliamReynish have objections?], thx for the report anyways!

It’s not a bad point. Split certainly would remove ambiguity here.

It’s not a bad point. Split certainly would remove ambiguity here.

Added subscriber: @tintwotin

Added subscriber: @tintwotin

+1 for split.

For the exact same reasons was Cut renamed to Split(as in separate) in the VSE Reworked Project, and then Cut could be used in the traditional cut/copy/paste sense(as in remove(extract/lift)):
image.png

Nb. on the shortcut, in ex. Premiere Ctrl+K is split active channels and Shift + K is split all channels. This way the industry standard of playing J(reverse), K(stop) and L(forward) can be preserved. Currently it is only K(for cut) which is the way for assigning the industry standard J,K&L playback controls. So maybe it is worth considering assigning Ctrl+K for Split.

+1 for split. For the exact same reasons was Cut renamed to Split(as in separate) in the VSE Reworked Project, and then Cut could be used in the traditional cut/copy/paste sense(as in remove(extract/lift)): ![image.png](https://archive.blender.org/developer/F7667143/image.png) Nb. on the shortcut, in ex. Premiere Ctrl+K is split active channels and Shift + K is split all channels. This way the industry standard of playing J(reverse), K(stop) and L(forward) can be preserved. Currently it is only K(for cut) which is the way for assigning the industry standard J,K&L playback controls. So maybe it is worth considering assigning Ctrl+K for Split.
Member

Changed status from 'Archived' to: 'Open'

Changed status from 'Archived' to: 'Open'
Philipp Oeser removed their assignment 2019-08-16 13:14:27 +02:00
William Reynish was assigned by Philipp Oeser 2019-08-16 13:14:27 +02:00
Member

OKi, lets keep this open then.

OKi, lets keep this open then.

You can rename this, or I want to work in this area soon so I can also.

You can rename this, or I want to work in this area soon so I can also.

Added subscriber: @StephenSwaney

Added subscriber: @StephenSwaney

Cut is a term of art in the film and video editing world.
Are we building a video editor or a word processor?

Cut is a term of art in the film and video editing world. Are we building a video editor or a word processor?
Member

Added subscriber: @GDQuest

Added subscriber: @GDQuest
Member

I just put up a patch: https://developer.blender.org/D5542

Please tell me if I should rename variables and related functions in the source code too.

@StephenSwaney: in video editing programs, the operation can be called splitting clips, and the tool that allows that is the razor tool. It's the case in Olive, and in Adobe Premiere at least, probably in other tools as well.

I just put up a patch: https://developer.blender.org/D5542 Please tell me if I should rename variables and related functions in the source code too. @StephenSwaney: in video editing programs, the operation can be called splitting clips, and the tool that allows that is the razor tool. It's the case in Olive, and in Adobe Premiere at least, probably in other tools as well.

Added subscriber: @cerebral

Added subscriber: @cerebral

I always thought it was K for Knife, like the knife tool for performing this sort of operation in the rest of Blender. Would it make sense to call it Knife for consistency?

I always thought it was K for Knife, like the knife tool for performing this sort of operation in the rest of Blender. Would it make sense to call it Knife for consistency?
Member

@GDQuest : thxfor the patch!

Since this gets positive feedback, I'll confirm this now (to get out of the "Needs Triage" limbo... but change to TODO, since it is not really a bug)

@iss: do you want to add this to {#69190}?

@GDQuest : thxfor the patch! Since this gets positive feedback, I'll confirm this now (to get out of the "Needs Triage" limbo... but change to TODO, since it is not really a bug) @iss: do you want to add this to {#69190}?

Added subscriber: @Bearcat

Added subscriber: @Bearcat

In #68690#757104, @StephenSwaney wrote:
Cut is a term of art in the film and video editing world.
Are we building a video editor or a word processor?

  • 1 for slice
    Exactly @stiv. Why not just add the word "make" to it so that it becomes "Make Cut" or "Make Hold Cut". Alternatively, but longer, "Make [Film, Sequence] Cut" or "Make [Film, Sequence] Hold Cut"?
> In #68690#757104, @StephenSwaney wrote: > Cut is a term of art in the film and video editing world. > Are we building a video editor or a word processor? - 1 for slice Exactly @stiv. Why not just add the word "make" to it so that it becomes "Make Cut" or "Make Hold Cut". Alternatively, but longer, "Make [Film, Sequence] Cut" or "Make [Film, Sequence] Hold Cut"?

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'

This has been commited already by 819af2094b, so I will close this task

This has been commited already by 819af2094b, so I will close this task
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
9 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#68690
No description provided.