Germano Cavalcante mano-wii
Germano Cavalcante commented on issue blender/blender#116193 2023-12-14 22:19:01 +01:00
Assert on selecting object in outliner

I confirm the triggering of an assert caused by b840ba1f59 @mont29 ^

Germano Cavalcante reopened issue blender/blender#116176 2023-12-14 22:14:10 +01:00
Motion Blur with shape key and alembic files
Germano Cavalcante commented on issue blender/blender#116176 2023-12-14 22:14:07 +01:00
Motion Blur with shape key and alembic files

Could you please provide more detailed steps on how to reproduce the issue with shape keys? Alternatively, if you could provide a .blend file that showcases the problem, that would be helpful as…

Germano Cavalcante closed issue blender/blender#116176 2023-12-14 21:32:17 +01:00
Motion Blur with shape key and alembic files
Germano Cavalcante commented on issue blender/blender#116176 2023-12-14 21:32:14 +01:00
Motion Blur with shape key and alembic files

Thanks for the report, however this issue has been reported before, see: #82286: Alembic motion blur still fires random velocity vectors and crashes Blender

I will merge reports. Please…

Germano Cavalcante commented on issue blender/blender#116195 2023-12-14 21:25:35 +01:00
Crash – Switching from cycles to viewport shading.

The crash log has some similarities with the one reported in #103327: "Cycles GPU crash when switching to Rendered 3DViewport --MacOS 13.1--". Therefore I believe it is the same issue, and…

Germano Cavalcante closed issue blender/blender#116184 2023-12-14 21:09:36 +01:00
bpy.ops.uv.smart_project ignore context override
Germano Cavalcante commented on issue blender/blender#116184 2023-12-14 21:09:32 +01:00
bpy.ops.uv.smart_project ignore context override

Thank you @Mysteryem for providing an explanation of the situation. After reviewing the details, it seems that this issue is not considered a bug.

@sanek122005, the behavior you are experiencin…

Germano Cavalcante closed issue blender/blender#116204 2023-12-14 20:49:58 +01:00
Постоянно переключается на линию аннотации
Germano Cavalcante commented on issue blender/blender#116204 2023-12-14 20:49:55 +01:00
Постоянно переключается на линию аннотации

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#116156 2023-12-14 20:27:18 +01:00
Crash when rotating a bone (pose mode) on a model with subdiv modifier

Ohh! I can confirm this issue in version 4.0.3. However, this issue has already been fixed in the development version 4.1. I believe it was fixed in commit eb399678f5. This commit is on the list…

Germano Cavalcante created pull request blender/blender#116202 2023-12-14 19:08:28 +01:00
Fix #116183: Mirror sometimes chooses the wrong vertex
Germano Cavalcante pushed to fix_116183 at mano-wii/blender 2023-12-14 19:06:24 +01:00
8d9f4e2b90 Fix #116183: Mirror sometimes chooses the wrong vertex
5be9a1cce4 Cleanup: Slightly simplify some loops in delaunary triangulation
34bf1f6c0c Cleanup: Slightly simplify delaunay triangulation input gathering
bb2a289a9a Cleanup: Use utility function to calculate face normal
9bf942dcc9 Cleanup: Conver macros into functions
Compare 10 commits »
Germano Cavalcante created branch fix_116183 in mano-wii/blender 2023-12-14 19:06:24 +01:00
Germano Cavalcante commented on issue blender/blender#116183 2023-12-14 18:57:25 +01:00
Blender Mirror Vertex Bug

I can confirm and I have a solution for the issue with the transformation. The issue with vertex weights has a completely different system. Each issue needs to be reported separately.

Germano Cavalcante commented on issue blender/blender#116179 2023-12-14 17:26:35 +01:00
Blender 4.1 Alpha doesn't load icon

Needs Info from Developers. If I'm not mistaken, the asset system is @JulianEisel 's area.

Germano Cavalcante commented on issue blender/blender#116181 2023-12-14 17:20:15 +01:00
Duplicated materials in exported glb file

Thank you for the report. I can confirm the problem you described regarding the duplicated materials in the exported glb file. It seems to be a regression as it started happening in version…

Germano Cavalcante commented on issue blender/blender#116179 2023-12-14 17:01:19 +01:00
Blender 4.1 Alpha doesn't load icon

From the logs, apparently, with factory startup the problem does not appear, right?

Germano Cavalcante commented on issue blender/blender#116179 2023-12-14 16:43:16 +01:00
Blender 4.1 Alpha doesn't load icon

This is not a usual problem. I cannot repro. Not sure why asset_system. asset_catalog_service is trying to "load_from_disk" the path `C:\ProgramData\Blender Foundation\Blender\4.1\datafiles\icons…

Germano Cavalcante commented on pull request blender/blender#115951 2023-12-14 15:10:40 +01:00
Fix #115907: Select similar edge direction skips opposite direction

It seems really impossible to choose a single "positive" direction to find reliable matches and avoid duplicating the KDTree. But for performance, it might be worth trying a non-duplication…