Paul Kotelevets 1D_Inc
  • Joined on 2015-01-16
Paul Kotelevets commented on issue blender/blender#78393 2024-07-07 12:54:43 +02:00
UV editor and 3d viewport selection sync per default

I also think it is reasonable to have vertex selected in 3d space even if only partial corner selected in UV space (agree with Kohl) since such a behaviour allow to find its location with…

Paul Kotelevets commented on issue blender/blender#78393 2024-07-07 04:05:12 +02:00
UV editor and 3d viewport selection sync per default

Similar gradient highlighting has been implemented in draw xray addon.

4:00 https://youtu.be/tLi3UMlDVfc?si=HYcoYY_OtQbFSvj7

Not sure about separate corners though - but at the time we…

Paul Kotelevets commented on pull request blender/blender#116240 2024-07-02 08:59:08 +02:00
UI: Consistent Use of Chevron Disclosure Icons

@Harley A thicker/bold chevron might work better for hierarchical lists, making it less letter-like.

Paul Kotelevets commented on issue blender/blender#123287 2024-06-28 20:50:17 +02:00
2 actions not being registered to the undo/redo history

Thing like undo canvas rotation also could be mentioned there https://blender.community/c/rightclickselect/023V/#

Paul Kotelevets commented on pull request blender/blender#116240 2024-06-26 13:21:45 +02:00
UI: Consistent Use of Chevron Disclosure Icons

Also not sure that all the collapsibles are semantically equal.

Paul Kotelevets commented on issue blender/blender#123651 2024-06-25 13:20:09 +02:00
Checker Deselect operates abnormally

This is also 2.8+ known issue when checker deselect stopped to keep the active element in the selection. Offset sometimes can fix the result when it's value is set to highlight the active back.

Paul Kotelevets commented on pull request blender/blender#117157 2024-06-24 21:47:23 +02:00
UI: Improvements to Confirmation of Apply Transforms

But it is necessary to take into account that current state is more a unresolved limitation rather than proper solution to the problem of applying transform to the instances.

Paul Kotelevets commented on pull request blender/blender#117157 2024-06-24 18:42:55 +02:00
UI: Improvements to Confirmation of Apply Transforms

So at the current state a proper warning might sound like "Warning: Multiple objects share the same data, but the selection is mixed or incomplete." "Make single user and then apply transformati…

Paul Kotelevets commented on issue blender/blender#120412 2024-06-24 18:02:44 +02:00
Adjusting hotkey behavior for bone (de)selection

Alt is occupied with object mode and 3button mouse emulation. There were proposed to change emulation to alt+RMB in order to avoid lots of functional collisions, but it is a separate topic.

Paul Kotelevets commented on issue blender/blender#120412 2024-06-24 05:35:42 +02:00
Adjusting hotkey behavior for bone (de)selection

(so we started from object mode)

Paul Kotelevets commented on pull request blender/blender#117157 2024-06-24 04:38:27 +02:00
UI: Improvements to Confirmation of Apply Transforms

For example

"Warning: Multiple objects share the same data."

Assumes that there are no cases when applying transform to multiple objects that shares the same data are technically…

Paul Kotelevets commented on pull request blender/blender#117157 2024-06-24 04:24:39 +02:00
UI: Improvements to Confirmation of Apply Transforms

Or am I missing something?

Perhaps that this PR was only to do with changing the words on the confirmation dialog when you select an operator designed to specifically make single user…

Paul Kotelevets commented on pull request blender/blender#117157 2024-06-23 17:19:06 +02:00
UI: Improvements to Confirmation of Apply Transforms

Aw, it looks like again only a third of a context has been taken into account during solving the problem. Nevermind...

Paul Kotelevets commented on issue blender/blender#120412 2024-06-23 12:16:30 +02:00
Adjusting hotkey behavior for bone (de)selection

I think that having ctrl+smb for deselection could be useful, but removing deselecting from shift+smb is not at least for the sake of the consistency across the entire program.

Paul Kotelevets commented on pull request blender/blender#121941 2024-06-23 12:06:06 +02:00
Implement pan and zoom gizmos for node editors

"widgets", not "gizmos" I guess...

Paul Kotelevets commented on pull request blender/blender#117157 2024-06-23 11:13:21 +02:00
UI: Improvements to Confirmation of Apply Transforms

Sounds strange, I thought that applying transforms to instances has been already resolved without making single users...

Paul Kotelevets commented on issue blender/blender#123287 2024-06-22 02:39:37 +02:00
2 actions not being registered to the undo/redo history

Loop selection and picking selection allow to use repeat last, which is pretty handy, but selection performed with pick shortest path disallow, while it possibly could. Repeat history has been…

Paul Kotelevets commented on issue blender/blender#123287 2024-06-18 22:06:01 +02:00
2 actions not being registered to the undo/redo history

There are other things tgat may benefit from removing from undo stacks, for example - pick shortest path. Say, you made bevel on some edges and you want to make the same bevel on some other edges…

Paul Kotelevets commented on issue blender/blender#123287 2024-06-18 21:53:33 +02:00
2 actions not being registered to the undo/redo history

maybe in object mode it could be registered, but not in edit mode?

Object mode fall into the same conditions. For example, when you need to rotate some conplex objectmode selection around a…