Germano Cavalcante mano-wii
Germano Cavalcante pushed to transform_documentation at mano-wii/blender-manual 2024-03-28 14:21:49 +01:00
dd87c8931d Add Grid Info | Remove Absolute Grid Snap | Update Image | Rename Snap To
Germano Cavalcante pushed to main at blender/blender 2024-03-28 14:20:42 +01:00
7f3be1ddd8 Fix: Remove reference to non-existing "use_snap_uv_grid_absolute"
Germano Cavalcante commented on issue blender/blender#119987 2024-03-28 13:30:27 +01:00
Snap(G+B) - it works incorrectly

The behavior shown in the video is expected. I will add more details about this in the manual.

Snap…

Germano Cavalcante commented on pull request blender/blender#119971 2024-03-28 13:09:38 +01:00
Fix tracking slide zones are not intuitive under certain UI scale/zoom

RMB selection also presentes the same behavior. It might not be intentional, but it's a pretty noticeable change:

Germano Cavalcante suggested changes for blender/blender#119976 2024-03-27 20:33:33 +01:00
Cleanup: Remove BLI_array macros in editmesh_knife

Nice cleanup.

Germano Cavalcante commented on pull request blender/blender#119976 2024-03-27 20:33:32 +01:00
Cleanup: Remove BLI_array macros in editmesh_knife

I think it has to return false here?

Germano Cavalcante reopened pull request blender/blender#119977 2024-03-27 19:52:03 +01:00
Refactor: Select Engine: Draw actual indices instead of 'Original Indices'
Germano Cavalcante closed pull request blender/blender#119977 2024-03-27 19:51:49 +01:00
Refactor: Select Engine: Draw actual indices instead of 'Original Indices'
Germano Cavalcante commented on pull request blender/blender#119977 2024-03-27 19:51:46 +01:00
Refactor: Select Engine: Draw actual indices instead of 'Original Indices'

How is this a "Cleanup"? At the very least it's a refactor, or a performance improvement. But it seems to add complexity everywhere in most places in this diff.

In fact, since we have changes…

Germano Cavalcante commented on pull request blender/blender#119977 2024-03-27 19:46:21 +01:00
Refactor: Select Engine: Draw actual indices instead of 'Original Indices'

This change is related, since this offset indicates the number of indexes of the object. Before we only had the original indices, now we have the real indices that can be greater or less than the…

Germano Cavalcante commented on pull request blender/blender#119971 2024-03-27 19:29:06 +01:00
Fix tracking slide zones are not intuitive under certain UI scale/zoom

I didn't notice a difference. The main behavior reported there was that before (3.4), with LMB type selection, you could select within the search region and drag to move the entire marker. It…

Germano Cavalcante created pull request blender/blender#119977 2024-03-27 18:58:43 +01:00
Cleanup: Select Engine: Draw actual indices instead of 'Original Index'
Germano Cavalcante created branch draw_select_id_cleanup in mano-wii/blender 2024-03-27 18:56:11 +01:00
Germano Cavalcante pushed to draw_select_id_cleanup at mano-wii/blender 2024-03-27 18:56:11 +01:00
f7d2a77871 Cleanup: Select Engine: Draw actual indices instead of 'Original Index'
75a9cbed24 UI: Improvements to Revert File Operator Confirmation Popup
10bc136a1a Fix #119935: Attribute set operator support for 2D integer vector lost
8682ad1908 Fix: Memory leak and race condition with particle effector RNG
d2b38a475f Fix: Cycles Python error after previous commit
Compare 10 commits »
Germano Cavalcante closed issue blender/blender#66427 2024-03-27 15:14:42 +01:00
Snap to Grid in Perspective View performed only at ground level
Germano Cavalcante commented on issue blender/blender#66427 2024-03-27 15:14:38 +01:00
Snap to Grid in Perspective View performed only at ground level

Thanks for the suggestions @Teds, for now just porting the existing Absolute Grid Snap to use a specific level seems fine. Resolved by f0479e915f

Germano Cavalcante pushed to main at blender/blender 2024-03-27 14:56:15 +01:00
3031146097 Fix #119957: Crash when using 'angle constraint' Relative in Knife tool
Germano Cavalcante closed issue blender/blender#119957 2024-03-27 14:56:14 +01:00
with the knife tool active it closes by pressing double A
Germano Cavalcante commented on issue blender/blender#119963 2024-03-27 14:16:05 +01:00
Sun Beams Filter very slow and not alpha

I couldn't replicate the issue yet. @AbrahamCastilla, could you provide a simplified .blend so we can investigate more easily.

Reminds me of: cbb738191e: Compositor: Redesign Sun Beams node…