Germano Cavalcante mano-wii
Germano Cavalcante commented on pull request blender/blender#126477 2024-10-06 02:48:09 +02:00
UI Experiment: Operator Preferences on Status Bar

It seems good to reveal these half-hidden options in the status bar itself!

Germano Cavalcante commented on pull request blender/blender#126477 2024-10-06 02:48:07 +02:00
UI Experiment: Operator Preferences on Status Bar

To check if the operator supports any of these settings, you could check the vod->nav_type->flag and the flags VIEWOPS_FLAG_ORBIT_SELECT and VIEWOPS_FLAG_PERSP_ENSURE.

Germano Cavalcante commented on pull request blender/blender#126477 2024-10-06 02:48:06 +02:00
UI Experiment: Operator Preferences on Status Bar

Changes to vod->viewops_flag here seem to be OK, but I think changes to U.uiflag should only be made upon operator confirmation.

Germano Cavalcante deleted branch transform_event_simplify from mano-wii/blender 2024-10-05 22:11:30 +02:00
Germano Cavalcante merged pull request blender/blender#128563 2024-10-05 22:11:26 +02:00
Transform: Simplify and specialize event handling
Germano Cavalcante pushed to main at blender/blender 2024-10-05 22:11:26 +02:00
6d5d3ce975 Transform: Simplify and specialize the handling of events
Germano Cavalcante commented on pull request blender/blender#128563 2024-10-05 22:05:18 +02:00
Transform: Simplify and specialize event handling

An example of where I am confused with transforms is #126477. There the thought is adding some user preferences to the status bar that alter the behavior of some transforms. So changing "auto…

Germano Cavalcante commented on issue blender/blender#128643 2024-10-05 21:51:33 +02:00
Snap gird bug

Hi, thanks for the report. But I didn't understood the problem. Maybe you are having trouble with Snap Base? You can change the Snap Base using B. By default it is the Median Point of selected…

Germano Cavalcante pushed to transform_event_simplify at mano-wii/blender 2024-10-05 20:33:11 +02:00
c9bc704212 Cleanup: includes
f6468c23ca Merge branch 'main' into transform_event_simplify
ed1c708619 Merge branch 'blender-v4.3-release'
e82ce39e17 Fix: Snap Toggle not updating snap status after a transform operation
5eae28e685 Fix: Snap Toggle not updating snap status after a transform operation
Compare 17 commits »
Germano Cavalcante commented on pull request blender/blender#128507 2024-10-05 20:03:08 +02:00
Transform: Simplify Modal Map

[-] Shift+tab doesnot work globally anymore (doesnot turn regular snapping on/off).

It was not working globally in PR or main. It was a regression from 3.6. Fixed now in 4.3 main

I brought…

Germano Cavalcante pushed to transform_modal_next at mano-wii/blender 2024-10-05 19:59:16 +02:00
f28489421f Bring Back "Snap Invert" modal keymap
8b2f200322 Merge branch 'main' into transform_modal_next
ed1c708619 Merge branch 'blender-v4.3-release'
e82ce39e17 Fix: Snap Toggle not updating snap status after a transform operation
5eae28e685 Fix: Snap Toggle not updating snap status after a transform operation
Compare 18 commits »
Germano Cavalcante pushed to main at blender/blender 2024-10-05 19:24:13 +02:00
ed1c708619 Merge branch 'blender-v4.3-release'
e82ce39e17 Fix: Snap Toggle not updating snap status after a transform operation
Compare 2 commits »
Germano Cavalcante pushed to blender-v4.3-release at blender/blender 2024-10-05 19:23:22 +02:00
e82ce39e17 Fix: Snap Toggle not updating snap status after a transform operation
Germano Cavalcante pushed to main at blender/blender 2024-10-05 19:20:01 +02:00
5eae28e685 Fix: Snap Toggle not updating snap status after a transform operation
Germano Cavalcante commented on pull request blender/blender#128507 2024-10-05 01:45:59 +02:00
Transform: Simplify Modal Map

It's strange that the Windows build didn't work. It must have been an error in the buildbot.

I'm also a bit concerned about mixing hold and click, but in testing, the only thing that can get in…

Germano Cavalcante pushed to transform_modal_next at mano-wii/blender 2024-10-05 01:38:38 +02:00
decfdeeddb Merge remote-tracking branch 'origin/main' into transform_modal_next
8165d52f90 Fix: Overlay: Broken shader compilation
61ae777fbd Merge branch 'blender-v4.3-release'
826ba8e27a Fix #128231: Wrong padding for gizmo and menu tooltips
3364cb34ee Merge branch 'blender-v4.3-release'
Compare 121 commits »
Germano Cavalcante commented on pull request blender/blender#128563 2024-10-05 01:10:18 +02:00
Transform: Simplify and specialize event handling

The constructor of WorkspaceStatus calls BKE_workspace_status_clear and also tags the status area from redraw (area.cc 864). It seems to work okay without those in your PR. I'm mostly curious if…

Germano Cavalcante pushed to transform_event_simplify at mano-wii/blender 2024-10-05 00:59:11 +02:00
e0e0a17fee Remove calls to BKE_workspace_status_clear
39807b25bc Restore WM_window_status_area_tag_redraw
708e12cd80 Merge remote-tracking branch 'origin/main' into transform_event_simplify
8165d52f90 Fix: Overlay: Broken shader compilation
741c2d137f Merge remote-tracking branch 'origin/main' into transform_event_simplify
Compare 97 commits »
Germano Cavalcante commented on pull request blender/blender#128563 2024-10-04 02:19:19 +02:00
Transform: Simplify and specialize event handling

@Harley, since this change messes with some of the code you implemented in 03cd8b359b, I wonder if you have any observations about it.

@blender-bot build

Germano Cavalcante created pull request blender/blender#128563 2024-10-04 02:17:06 +02:00
Transform: Simplify and specialize event handling