Question regarding Blender #55793
Labels
No Label
Meta
Good First Issue
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 & Devices
Module
Python API
Module
Rendering & Cycles
Module
Sculpt, Paint & Texture
Module
User Interface
Module
VFX & Video
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Information 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
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-manual#55793
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Dear Campbell
My name is Hoang and I'm involved in correcting Vietnamese translation for Blender. I'm living in London, UK. In the po.vi, I found this text line:
msgid "Edge Rail"
This is located in the source file:
/home/htran/blender-git/blender/source/blender/editors/mesh/editmesh_inset.c
Line: (530)
and I believe it was committed by you:
commit 6d8e25dfdc44ecb068ab73fc52af31683483a663
Author: Campbell Barton ideasman42@gmail.com
Date: Mon Apr 1 10:18:01 2013 +0000
Could you pls explain what do you mean by the word: "Edge Rail"?
I tested and found that it affects on the cross lines only, as found in the test file attached. Tab into edit mode then perform 'I' (Inset faces). You should be able to select 'Edge Rail' and see the effects.
Does this mean
"Follow the railing edge" (as in the railway line)
"Keep straight with railing edge"
or what?
Best Regards,
Hoang Tran
Ps. You can use this file to test it out.
20180619_inset_faces_edge_rail_0001.blend
Added subscriber: @hoanguk
Hi @hoanguk, thanks for helping with our documentation.
The term rail in this case is like a railway or track.
The way this works is:
Try:
You will see the difference
Thank you so much. I worked out the differences. There is another term you used in the file:
source/blender/editors/space_sequencer/sequencer_select.c
(line 745)
where it says:
and this was made by the commit:
commit 931527e648acfbc2c7b71b59ce661dad9a4c1038
Author: Campbell Barton ideasman42@gmail.com
Date: Sun Mar 29 02:15:13 2009 +0000
Could you please clarify the term:
"Pick Linked"
Did you mean 'to select' the part that has been 'Picked' by the mouse action, and they are 'linked', or what?
Regards,
Hoang Tran
PS. I e-mailed you on ideasman42@gmail.com but the mail hasn't been answered and that's why I resorted to use this logging system. I honestly don't know which is preferred way of communicating with members of development team.
Added subscriber: @brecht
Changed status from 'Open' to: 'Archived'
Yes, you pick an element with the mouse and everything linked to that is also selected. As opposed to Selected Linked which selects everything linked to the selection, and does not take the mouse location into account.
Thank you very much for the answer, Brecht. Appreciated. Cheers!