Germano Cavalcante mano-wii
Germano Cavalcante created pull request blender/blender#117487 2024-01-24 20:21:48 +01:00
Cleanup: Pass some non-nullptr pointers by reference
Germano Cavalcante pushed to cleanup_reference at mano-wii/blender 2024-01-24 20:21:23 +01:00
aae3baf49a Cleanup: Pass some non-nullptr pointers by reference
8087dd9e96 Cleanup: Cycles: use one fewer object struct member for motion data
5b6f2ef5a2 Cleanup: Cycles: rename some legacy names to new ones
f7303dbaa2 Cleanup: Move curves sculpt poll functions to C++ namespace
b689027b3a Fix #114028: Cycles displace splits faces with smooth and flat faces
Compare 6 commits »
Germano Cavalcante created branch cleanup_reference in mano-wii/blender 2024-01-24 20:21:23 +01:00
Germano Cavalcante commented on pull request blender/blender#117047 2024-01-24 19:40:52 +01:00
Refactor: Store a 'Mesh' in the editmesh snap cache and use it for snapping

I did some time profiling tests on a High-poly Edit Mesh (A subdivided Suzane).

For now I only focused on cache time (creation of BVHTrees and other datas), as this is the most affected.

I…

Germano Cavalcante pushed to snap_refactor at mano-wii/blender 2024-01-24 19:24:56 +01:00
080a65fe09 Refactor: Store a 'Mesh' in the editmesh snap cache and use it for snapping
75f06bf92a Fix #117459: Sharp shading from only edges ignored in edit mode
7c9c916b02 Build: improve make icons detection of Inkscape and Blender on macOS
407dbdbcdc Fix: make icons command fails on macOS due to not finding inkscape
ae27daf834 Fix: only use preserveInvariance for Z fighting when supported by macOS
Compare 361 commits »
Germano Cavalcante commented on issue blender/blender#114817 2024-01-24 16:16:11 +01:00
Blender 4.0 won't open ?.

Hi @Christine-Haylett. I understand that it's frustrating to encounter compatibility issues with your GPU.

I'm glad to hear that you found a workaround by installing Linux and successfully…

Germano Cavalcante closed issue blender/blender-addons#105143 2024-01-24 14:12:49 +01:00
boolean not working
Germano Cavalcante commented on issue blender/blender-addons#105143 2024-01-24 14:12:48 +01:00
boolean not working

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 closed issue blender/blender-addons#105142 2024-01-23 20:16:02 +01:00
ARIFKHAN
Germano Cavalcante commented on issue blender/blender-addons#105142 2024-01-23 20:16:01 +01:00
ARIFKHAN

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#117435 2024-01-23 20:13:22 +01:00
Exception Module: OpenColorIO_2_3.dll

While I cannot personally replicate the issue, given the information provided by @brecht and @LazyDodo, I'm increasing the priority of this report.

Waiting now for the output of `OCIO_CPUINFO.ex…

Germano Cavalcante closed issue blender/blender#117438 2024-01-23 19:55:41 +01:00
Regression: Performance with the new Smooth by Angle is significantly slower then auto smooth in 4.0
Germano Cavalcante commented on issue blender/blender#117438 2024-01-23 19:55:37 +01:00
Regression: Performance with the new Smooth by Angle is significantly slower then auto smooth in 4.0

Thank you for providing some insight @HooglyBoogly.

So it appears that the conversion from BMesh to Mesh, commonly used in modifiers, can be time-consuming and challenging to handle in this…

Germano Cavalcante closed issue blender/blender#117450 2024-01-23 16:47:14 +01:00
Poly build tool doesn't recognize vertex positions
Germano Cavalcante commented on issue blender/blender#117450 2024-01-23 16:47:11 +01:00
Poly build tool doesn't recognize vertex positions

Hi @atdynax,

Thank you for reporting this issue. However, this issue has already been reported in #115510 and fixed by 2824e45678. Unfortunately, Blender 4.0 is no longer receiving bug…

Germano Cavalcante commented on issue blender/blender#117438 2024-01-23 14:21:34 +01:00
Regression: Performance with the new Smooth by Angle is significantly slower then auto smooth in 4.0

Hi @Dangry,

I checked the information provided in #93551 titled "Mesh Normals and Auto Smooth in 4.1". That document discuss some changes made to the calculation of mesh normals to address…

Germano Cavalcante commented on issue blender/blender#117435 2024-01-23 13:42:17 +01:00
Exception Module: OpenColorIO_2_3.dll

@G.L, can you try running Blender with factory settings (you can do this by launching Blender from the blender_factory_startup.cmd).

Also please double-check if the drivers are up to date.…

Germano Cavalcante commented on issue blender/blender#117421 2024-01-22 22:52:44 +01:00
Crashing with ERROR (gpu.debug): : GL_INVALID_FRAMEBUFFER_OPERATION : Cubemap Workaround End9

Hi @Miyoku-shizuki,

The error message "GL_INVALID_FRAMEBUFFER_OPERATION" doesn't provide much information and is usually a false warning. However, the crash log you provided indicates that the…

Germano Cavalcante closed issue blender/blender#117396 2024-01-22 22:45:39 +01:00
VSE: Retiming selection and moving issues