Germano Cavalcante mano-wii
Germano Cavalcante commented on issue blender/blender#120465 2024-04-11 17:08:44 +02:00
Crash when using certain tools in viewport on Wayland

Good idea! Package build started. @max-mustermann, for testing, download it here when ready.

Germano Cavalcante closed issue blender/blender-addons#105277 2024-04-11 16:49:19 +02:00
SELECT SELECTION SET
Germano Cavalcante commented on issue blender/blender-addons#105277 2024-04-11 16:49:17 +02:00
SELECT SELECTION SET

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

Please submit a new report and carefully follow the instructions. Be sure to…

Germano Cavalcante commented on issue blender/blender#120473 2024-04-11 15:41:54 +02:00
Blender crashes during a render after rendering about 2 frames

Could you simplify the file and see if the same crash is observed when you reduce the image resolution, reduce the number of samples for a faster render? This way we can test, replicate and…

Germano Cavalcante commented on pull request blender/blender#120475 2024-04-11 15:14:58 +02:00
Fix #118694: snap cursor sometimes doesn't update when dragging and dropping assets

I'm not sure when win->eventstate is nullptr, but that should never happen, and should be a rare situation. In these cases, we don't exactly know if modifier keys have changed :\

I…

Germano Cavalcante pushed to fix_118694 at mano-wii/blender 2024-04-11 15:14:09 +02:00
d3a1752cdf Reuse last event_modifier if win->eventstate is nullptr
Germano Cavalcante commented on pull request blender/blender#120475 2024-04-11 14:45:05 +02:00
Fix #118694: snap cursor sometimes doesn't update when dragging and dropping assets

In fact, this change of passing event_state makes the code clearer. It became clear that the problem happens because wm->winactive or wm->winactive->eventstate is nullptr (not because…

Germano Cavalcante pushed to fix_118694 at mano-wii/blender 2024-04-11 14:41:24 +02:00
279bc37c16 Merge remote-tracking branch 'origin/main' into fix_118694
af30f9d6b6 Pass event->modifier instead of event
2f67c45b65 Fix: renaming an ID does not properly update actions in the NLA
168f3beb16 Fix #120463: Slow evaluation of disabled modifier pointing to a collection
a656ce5c16 UI: Remove active vertex theme option for 3d view and UV editor
Compare 48 commits »
Germano Cavalcante closed issue blender/blender#120474 2024-04-10 22:42:37 +02:00
I can't find Waveform (Parade) in VSE
Germano Cavalcante commented on issue blender/blender#120474 2024-04-10 22:42:33 +02:00
I can't find Waveform (Parade) in VSE

Thank for the report.

Since this is not a bug but rather a design task to make the Waveform (Parade) feature more easily accessible in the VSE, I will close this report in favor of the design…

Germano Cavalcante commented on issue blender/blender#120488 2024-04-10 21:07:42 +02:00
Importing a .ply file crashes Blender 4.0

I can confirm in 4.2. In a debug build an assert is raised:

BLI_assert failed: D:\BlenderDev\blender\source\blender\blenlib\intern\math_geom_inline.c:119, poly_to_tri_count(), at '!poly_coun…
Germano Cavalcante commented on issue blender/blender#120485 2024-04-10 20:45:45 +02:00
EEVEE-Next Light Probe (plane) doesn't reflect shadows

Thank you for the report, I can confirm the issue.

In fact, the shadows that are visible on the wall are not reflected. The walls in the reflections are left without shadow.

Cc. @fclem

Germano Cavalcante commented on issue blender/blender#120470 2024-04-10 20:09:31 +02:00
Keying Sets Export to File gets error

Thanks for the report. I can confirm the issue. Probably caused by 30b0c5b225 as the ks.use_insertkey_xyz_to_rgb member was apparently removed there.

@ChrisLend, could you check this?

Germano Cavalcante commented on issue blender/blender#120469 2024-04-10 19:55:13 +02:00
View animation not working with image sequence

Seems to work fine for me:

**System Information**
Operating system: Windows-10-10.0.22621-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 3060 Laptop GPU/PCIe/SSE2 NVIDIA Corporation 4.6.0…
Germano Cavalcante reopened issue blender/blender#120478 2024-04-10 19:45:00 +02:00
EEVEE-Next: Mix and Add shaders create artifacts
Germano Cavalcante closed issue blender/blender#120478 2024-04-10 19:44:51 +02:00
EEVEE-Next: Mix and Add shaders create artifacts
Germano Cavalcante commented on issue blender/blender#120478 2024-04-10 19:44:47 +02:00
EEVEE-Next: Mix and Add shaders create artifacts

Cannot reproduce on:

**System Information**
Operating system: Windows-10-10.0.22621-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 3060 Laptop GPU/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA…
Germano Cavalcante commented on issue blender/blender#120484 2024-04-10 19:32:26 +02:00
Typo in Blender API docs

Thank you for bringing this to our attention. The typo in the Blender API documentation has been fixed in commit ce354c4693

Germano Cavalcante pushed to main at blender/blender 2024-04-10 19:29:12 +02:00
ce354c4693 Fix #120484: Typo in Blender Python API docs