Germano Cavalcante mano-wii
Germano Cavalcante merged pull request blender/blender#116799 2024-01-05 13:59:12 +01:00
Fix #105460: Overlay "Backwire Opacity" is 0.0 in new 3D Views
Germano Cavalcante commented on issue blender/blender#116770 2024-01-04 21:04:59 +01:00
Viewport compositor depth support does not work if overlay is disabled

Render Passes are not supported in the Viewport Compositor which uses the Depth buffer available in the viewport. This depth is not the same as the Cycles depth pass and is not updated in Cycles…

Germano Cavalcante commented on issue blender/blender#116778 2024-01-04 20:41:35 +01:00
Keymap: Imported (from previous Blender version) hotkeys resetting after restarting Blender

Addons often add hotkeys as soon as they are enabled. The configuration of these hotkeys is not expected to be saved together with the Blender keymap, (as they would be broken if the addon is…

Germano Cavalcante closed issue blender/blender#116675 2024-01-04 20:27:26 +01:00
Blender hangs for multiple minutes when opening blend file from networked drive
Germano Cavalcante created pull request blender/blender#116799 2024-01-04 20:23:22 +01:00
Fix #105460: Overlay "Backwire Opacity" is 0.0 in new 3D Views
Germano Cavalcante pushed to fix_105460 at mano-wii/blender 2024-01-04 20:21:49 +01:00
12d86b0ad0 Fix #105460: Overlay "Backwire Opacity" is 0.0 in new 3D Views
1ccc958150 UI: Improved Confirmation Dialog for Clear Recent List
f40d4e0bda UI: Improved Operator Confirmations
00ef4f9309 Fix: Do not show WM_OT_clear_recent_files on Splash
5412bd48a9 Alembic: export render resolution on cameras
Compare 10 commits »
Germano Cavalcante created branch fix_105460 in mano-wii/blender 2024-01-04 20:21:49 +01:00
Germano Cavalcante commented on pull request blender/blender#107755 2024-01-04 17:13:46 +01:00
Fix #105460: set default backwire opacity for 3D view overlay

For a quick fix, this looks good. But since we can't edit "backwire_opacity" from the UI, it might be better to remove this member from View3DOverlay.

Investigating where it was added, I…

Germano Cavalcante closed issue blender/blender#116765 2024-01-04 16:46:06 +01:00
X-Ray mode not working in Geometry Nodes tab.
Germano Cavalcante commented on issue blender/blender#116765 2024-01-04 16:46:03 +01:00
X-Ray mode not working in Geometry Nodes tab.

Thanks for the report, I can confirm, however this issue has been reported before, see: #105460: New 3D Viewports do not show X-Ray shading correctly

There is even a Fix to this issue in…

Germano Cavalcante commented on issue blender/blender#115935 2024-01-04 15:27:05 +01:00
Slow start of Blender 4.0.1 and 4.0.2

Since the commit 81017772f5 was made, could this situation have improved somehow? Please try the latest daily build: https://builder.blender.org/download/daily/

Germano Cavalcante commented on issue blender/blender#116675 2024-01-04 15:21:05 +01:00
Blender hangs for multiple minutes when opening blend file from networked drive

@BB12, since 81017772f5 was committed, can you check if this issue was fixed in latest daily build? https://builder.blender.org/download/daily/

Germano Cavalcante commented on pull request blender/blender#116751 2024-01-04 15:09:43 +01:00
Fix #116734: Measure Tool Undo crash.

It appears that tweak the ruler ("GIZMOGROUP_OT_gizmo_tweak") is not expected to write Undo step. So just making sure Layer GP was added with "VIEW3D_GT_ruler_item" seems good enough imho.

Germano Cavalcante commented on issue blender/blender#116734 2024-01-04 14:58:17 +01:00
Measure Tool Undo crash

view3d_ruler_to_gpencil can be called from gizmo_ruler_exit, which (as far as I can follow code and guess) seems to happen after the undo step is saved?

I am not very familiar with this…

Germano Cavalcante closed issue blender/blender-addons#105103 2024-01-04 13:54:49 +01:00
VR View
Germano Cavalcante commented on issue blender/blender-addons#105103 2024-01-04 13:54:48 +01:00
VR View

This report does not contain all the requested information, which is required for us to investigate the issue.

A guideline for making a good bug report can be found at https://wiki.blender.org/w

Germano Cavalcante closed issue blender/blender-addons#105069 2024-01-04 13:53:26 +01:00
How is it works?
Germano Cavalcante commented on issue blender/blender-addons#105069 2024-01-04 13:53:25 +01:00
How is it works?

This report does not contain all the requested information, which is required for us to investigate the issue.

A guideline for making a good bug report can be found at https://wiki.blender.org/w

Germano Cavalcante approved blender/blender#116781 2024-01-04 13:52:21 +01:00
Fix #116367: Scale snapping not working in Graph Editor

It seems good to get rid of the dependency on Affect options.