Germano Cavalcante mano-wii
Germano Cavalcante commented on issue blender/blender#120366 2024-04-07 16:20:58 +02:00
Regression: Grid snap can be obstructed by other mesh

In fact it was intentional as it reuses the existing logic of when to calculate occlusion.

But after testing, it really seems to be better to avoid this occlusion.

And in Orthographic view…

Germano Cavalcante commented on pull request blender/blender-manual#104750 2024-04-07 15:58:12 +02:00
Update and improve snapping documentation

Fixed documentation. The changes were:

  • Remove note about Incremental Snap's "Default" behavior
  • Add description based on the removed Note for the Incremental Snap
  • Style and Formatting…
Germano Cavalcante pushed to transform_documentation at mano-wii/blender-manual 2024-04-07 15:55:44 +02:00
6a8fec1a4a Remove note about Incremental Snap's "Default" behavior | Add description for removed Note Based Incremental Snap | Style and Formatting Fixes | Improve/Fix Set Snap Base documentation
Germano Cavalcante pushed to main at blender/blender 2024-04-07 15:34:07 +02:00
115a925ffe Fix: Incremental snap not matching grid resolution
Germano Cavalcante closed issue blender/blender#81864 2024-04-07 15:05:57 +02:00
Cloth collision system improvements
Germano Cavalcante commented on issue blender/blender#81864 2024-04-07 15:05:54 +02:00
Cloth collision system improvements

I believe this deserves new planning. Therefore, closing.

Germano Cavalcante commented on pull request blender/blender#120280 2024-04-05 03:09:59 +02:00
WIP: Cycles: Skip Metal-RT check

@blender-bot package macos

Germano Cavalcante commented on pull request blender/blender#120279 2024-04-05 03:09:24 +02:00
WIP: Cycles: Reduce Metal Language Version

@blender-bot package macos

Germano Cavalcante pushed to fix_120239 at mano-wii/blender 2024-04-05 02:58:02 +02:00
bf53af062a Fix BitVector being copied in the function return
Germano Cavalcante pushed to fix_120239 at mano-wii/blender 2024-04-05 02:43:29 +02:00
ff54fca601 Fix BitVector being copied instead of referenced with BitSpan
Germano Cavalcante commented on issue blender/blender#120265 2024-04-04 21:28:51 +02:00
Tree View items names are blank / dont refresh properly when renaming is canceled

It seems to only happen with the interface editor of a node group. It happens whether with Input, Output or Panel.

Germano Cavalcante commented on issue blender/blender#120273 2024-04-04 21:23:56 +02:00
EEVEE Next: Lamps except the Sun turns the model dark (does not catch any light) with Intel UHD 620

This may be an issue with the integrated GPU "Intel(R) UHD Graphics 620"

I don't have similar hardware to test, so before forwarding to the developers, it would be useful to have some…

Germano Cavalcante closed issue blender/blender#120254 2024-04-04 21:14:02 +02:00
XRay toggle not working in pose mode
Germano Cavalcante commented on issue blender/blender#120254 2024-04-04 21:13:58 +02:00
XRay toggle not working in pose mode

This is a design issue that has been reported before: #99543: X RAY mode cannot be toggled while in pose mode

Maybe we could remove the "In Front" behavior and have a unique X-Ray type. Or…

Germano Cavalcante commented on issue blender/blender#120251 2024-04-04 21:05:00 +02:00
Undo has unpredictable results.

For me, this problem would be more expected to happen with global undo OFF.

Just to check if that is the case, @HotKnife, can you try with Factory Settings?

Go to File → Defaults → Load…

Germano Cavalcante pushed to fix_120239 at mano-wii/blender 2024-04-04 20:50:15 +02:00
5c3371b9cd Cleanup: rename variable
Germano Cavalcante closed issue blender/blender#120250 2024-04-04 20:49:07 +02:00
Greese penicl strocks are hidden drawing on a refernce image
Germano Cavalcante commented on issue blender/blender#120250 2024-04-04 20:49:04 +02:00
Greese penicl strocks are hidden drawing on a refernce image

Thanks for the report, but this issue is known and has already been reported before. You can find similar reports on the Blender bug tracker:

  • #85764: Grease pencil stroke partially invisible…
Germano Cavalcante commented on pull request blender/blender#120270 2024-04-04 19:46:56 +02:00
Fix #120239: Snap in edit mode is ignoring some self elements

Tagging @HooglyBoogly as reviewer because:

  • reviewed the PR from the mentioned commit
  • have worked on this BVHTree Utils code before.
  • was involved in creating the loose elements cache API.