Germano Cavalcante mano-wii
Germano Cavalcante commented on issue blender/blender#129434 2024-11-04 17:03:02 +01:00
Grid Snap drifts when performing transformations in Object Mode

If you zoom in you may notice they are slightly offset from the grid now for no discernible reason.

The snap to grid tries to work in the same way as the Absolute Grid Snap worked, and that…

Germano Cavalcante commented on pull request blender/blender#106631 2024-11-04 16:43:58 +01:00
Modifiers: Boolean Fast Mode Refactor

It's much better, but I couldn't fully solve the case shown in blender/blender#106631 (comment).

I don't think this case is very important, because…

Germano Cavalcante pushed to boolean_fast_refactor at mano-wii/blender 2024-11-04 16:30:09 +01:00
b92b7bc3d5 Fixes: Assert with triagles sharing vertices; Improve edgenet per face; Isect planar geometry
Germano Cavalcante pushed to main at mano-wii/.profile 2024-11-04 12:40:21 +01:00
8bc0e1c8e2 2024: October 28 - November 3
Germano Cavalcante commented on pull request blender/blender#106631 2024-11-02 15:30:09 +01:00
Modifiers: Boolean Fast Mode Refactor

The problem with the file persists...

Germano Cavalcante commented on pull request blender/blender#106631 2024-11-01 23:17:40 +01:00
Modifiers: Boolean Fast Mode Refactor

I tried to separate a cleanup commit but in the end the changes are too many anyway. So the patch would look the same.

I further improved the case of coplanar faces. The solution for the file…

Germano Cavalcante pushed to boolean_fast_refactor at mano-wii/blender 2024-11-01 23:06:00 +01:00
0bd7543539 Remove "No support for holes"; Improve function names; Add comments
Germano Cavalcante pushed to boolean_fast_refactor at mano-wii/blender 2024-11-01 22:57:42 +01:00
c6b7d4aed8 Modifiers: Boolean Fast Mode Refactor
f736c1aa93 Merge branch 'blender-v4.3-release'
c38484107f Fix #129697: Crash renaming node interface input to empty string
e311c6dd4f Cleanup: Metal: Fix clang tidy warnings
2e4da3bf60 Cleanup: Reduce indentation in UI panel function
Compare 258 commits »
Germano Cavalcante commented on issue blender/blender#129655 2024-11-01 18:21:53 +01:00
Brush settings reset after closing Blender

I can confirm. Caused by commit 7b0ea0f1b4 Cc @JulianEisel.

Germano Cavalcante commented on pull request blender/blender#106631 2024-11-01 14:41:28 +01:00
Modifiers: Boolean Fast Mode Refactor

changes to use C++ data structures and other cleanups/refactors would ideally be committed separately

I tried this on !129130

The problem is that, when switching from using GHash to…

Germano Cavalcante commented on issue blender/blender#129651 2024-11-01 14:01:01 +01:00
Regression: NodeTree: Copy/Paste nodegroup to new file with keyboard shortcut crashes Blender

It seems that the behavior has changed in 4.3 In this version I can't even copy a node from another file (I don't know if this was possible before, since only a "Missing Data-Block" node would…

Germano Cavalcante commented on issue blender/blender#129647 2024-10-31 22:30:46 +01:00
Python API: Can to achieve the Grease Pencil Annotation functionality in Blender 4.3 with new API

Hi @azhornyak,

Since this doesn't seem to be a bug, I suggest moving the discussion to devtalk or one of the [community websites](https://www.blender.org/communit

Germano Cavalcante commented on issue blender/blender#129646 2024-10-31 22:18:22 +01:00
Uncomfortable Experience with Split Windows Since 4.3

I can confirm. As I see, I shouldn't change the operation from join to split when the cursor is in the target area. (It seems like a regression).

@Harley 👋

Germano Cavalcante commented on issue blender/blender#129632 2024-10-31 22:05:13 +01:00
Editing Grease Pencil vertex group weights in the Data properties also edits selected points from other keyframes

I can confirm. Since other points are selected in other keyframes, you end up removing the vertex groups/weights of those points in other keyframes as well. This seems a bit destructive.

Addin…

Germano Cavalcante pushed to boolean_fast_refactor at mano-wii/blender 2024-10-31 21:34:31 +01:00
8006b509d4 Fix cases of coplanar faces
80f65428b9 Cleanup: Unused FACE_OVERLAP_INDEX
Compare 2 commits »
Germano Cavalcante commented on pull request blender/blender#106631 2024-10-31 15:53:32 +01:00
Modifiers: Boolean Fast Mode Refactor

I haven't touched on the algorithm that detects when a face is "inside" or "outside" the geometry. So the same somewhat random criteria of what to do when the face is on the surface remains the…

Germano Cavalcante commented on issue blender/blender#129630 2024-10-31 15:25:50 +01:00
Markers selection seems inconsistent

I can confirm the issue. It worked in Blender 3.1.2, and the inconsistency in 4.2 can be classified as a regression bug. Not sure if it is related, but the [release notes](https://developer.blend

Germano Cavalcante commented on issue blender/blender#129629 2024-10-31 14:53:11 +01:00
Crash when applying Geometry Nodes modifier on all keyframes on a Grease Pencil object

I can confirm.

Call stack for the crash:

>	blender.exe!bNodeTreeInterface::ensure_items_cache() Line 1430	C++
 	blender.exe!bNodeTree::ensure_interface_cache() Line 613	C++
Germano Cavalcante commented on issue blender/blender#129624 2024-10-31 13:55:09 +01:00
Pure black world render outputs strange [0,0,1,1,0] pixels to PNG-8bit

Thanks for the report, I can confirm this issue. The resulting image contains apparently random pixels [0,0,0,255] and [1,1,1,255].

This occurs using both EEVEE and Cycles. I'm not sure if…

Germano Cavalcante pushed to boolean_fast_refactor at mano-wii/blender 2024-10-30 22:21:51 +01:00
ac1bf52152 Improve intersections