Germano Cavalcante mano-wii
Germano Cavalcante commented on issue blender/blender#130078 2024-11-10 15:44:08 +01:00
Add cube tool grid snapping will not work on top of other objects

I made a PR with the fix. I also added some GIFs in the description to make it easier to understand the problem.

Germano Cavalcante created pull request blender/blender#130092 2024-11-10 15:42:57 +01:00
Fix #130078: Snap to Grid ignored if occluded in Add Object Tool
Germano Cavalcante created branch fix_add_tool_snap_grid in mano-wii/blender 2024-11-10 15:38:52 +01:00
Germano Cavalcante pushed to fix_add_tool_snap_grid at mano-wii/blender 2024-11-10 15:38:52 +01:00
bb75f8cc2d Fix #130078: Snap to Grid ignored if occluded in Add Object Tool
1c8669f8c9 Fix: sphinx_doc_gen.py syntax error while generating PyDoc
ab051e1f17 Fix: GPv3: "Lineart" and "Opacity" modifier don't follow alphabetical order
9b3108462f Fix #129925: SLIM UV unwrap with holes
f0e2d7e5ca Fix #107696: Use correct API when importing USD mesh vertex normals
Compare 10 commits »
Germano Cavalcante closed issue blender/blender#130050 2024-11-09 01:30:15 +01:00
Add Single Vertex not available in Object Mode
Germano Cavalcante commented on issue blender/blender#130050 2024-11-09 01:30:12 +01:00
Add Single Vertex not available in Object Mode

Not a bug AFAICS, so closing. Feel free to comment if there is misunderstanding.

Germano Cavalcante commented on pull request blender/blender#129974 2024-11-09 01:23:43 +01:00
WIP: Windows: Show popup after crash

I implemented the solution of opening the last saved .blend. (For this I just stored the directory in G.filepath_last_blend whenever a .blend file is written for autosave or for save).

(This…

Germano Cavalcante pushed to crash_popup at mano-wii/blender 2024-11-09 01:16:25 +01:00
4b141088e7 Avoid reopening a .blend file that was not saved during the session. This can cause an infinite loop if the crash occurs when opening Blender.
Germano Cavalcante pushed to crash_popup at mano-wii/blender 2024-11-09 01:10:19 +01:00
79ce98401d Cleanup rename functions
Germano Cavalcante commented on pull request blender/blender#129974 2024-11-09 01:07:14 +01:00
WIP: Windows: Show popup after crash

I decided to remove this information from the popup. It wasn't part of the mockup. It was an artistic liberty but it ended up looking ugly.

Germano Cavalcante pushed to crash_popup at mano-wii/blender 2024-11-09 01:04:12 +01:00
67d48796c1 Load last saved blend file if crash
ec1a07b172 Merge remote-tracking branch 'origin/main' into crash_popup
7337fa428d Avoid using the global variable current_exception
7ce080cf72 Refactor: prevent storing dangling pointers
65018a1557 Merge branch 'blender-v4.3-release'
Compare 71 commits »
Germano Cavalcante deleted branch fix_windows_exception_handle from mano-wii/blender 2024-11-08 23:18:03 +01:00
Germano Cavalcante merged pull request blender/blender#129999 2024-11-08 23:18:00 +01:00
Refactor: prevent storing dangling pointers
Germano Cavalcante pushed to main at blender/blender 2024-11-08 23:18:00 +01:00
7ce080cf72 Refactor: prevent storing dangling pointers
Germano Cavalcante commented on issue blender/blender#130045 2024-11-08 21:26:11 +01:00
Grease Pencil Length modifier behaviour issue

I can confirm. And there is even an assert when enabling the modifier:

>	blender.exe!_BLI_assert_abort() Line 52	C
 	blender.exe!blender::MutableSpan<int>::slice(const
Germano Cavalcante closed issue blender/blender#130046 2024-11-08 21:18:04 +01:00
GPv3: the cursor is hidden always
Germano Cavalcante commented on issue blender/blender#130046 2024-11-08 21:18:00 +01:00
GPv3: the cursor is hidden always

The 3D cursor is disabled in the 2D Animation template. You can unhide it by toggling the checkbox in the Viewport Overlays popover.

Not a bug AFAICS, so closing.

Feel free to comment if…

Germano Cavalcante closed issue blender/blender#130044 2024-11-08 20:34:21 +01:00
VSE: Vertical video loading horizontally
Germano Cavalcante commented on issue blender/blender#130044 2024-11-08 20:34:17 +01:00
VSE: Vertical video loading horizontally

Hi, I can confirm, however this issue has been reported before, see #107493. So I will merge reports. Please subscribe in #107493 if you want to see further updates.

Germano Cavalcante commented on issue blender/blender#130042 2024-11-08 19:53:58 +01:00
EEVEE: Slow file saving because of render settings

As a suggestion, one solution could be to break the samples if the time exceeds 1 second. If the samples is broken, maybe Blender could display a warning: "Rendering Thumbnail Interrupted!" (This…