Germano Cavalcante mano-wii
Germano Cavalcante commented on issue blender/blender#118223 2024-02-14 14:53:03 +01:00
Regression: Crash if you use the measure tool while changing certain user preferences in a 'depsgraph_update_post' handler

Thank you for providing the crash log, @Ric-Lopez. I analyzed the IPS file, but I didn't identify anything obvious that could indicate why it's crashing :\

Maybe the developers can figure it…

Germano Cavalcante commented on issue blender/blender#118206 2024-02-14 14:12:35 +01:00
After purge Blender not deleting assets\materials

Please. Provided steps to reproduce the issue. If it is to add the "assets" file to the assets directory, I have already done that, but I have not been able to replicate any problems…

Germano Cavalcante closed issue blender/blender#118206 2024-02-14 13:56:02 +01:00
After purge Blender not deleting assets\materials
Germano Cavalcante commented on issue blender/blender#118206 2024-02-14 13:55:59 +01:00
After purge Blender not deleting assets\materials

Based on the information provided, it seems that the materials in your file have a 'Fake User' enabled. The 'Fake User' feature in Blender allows materials to be saved even if they are not…

Germano Cavalcante commented on issue blender/blender#118219 2024-02-14 02:01:27 +01:00
Viewport Compositor does not tile images after Translate/Scale

I can confirm that the result from Viewport and Render are different. But I'm not sure if Wrapping is really expected to continue acting outside the bounds after Translate (on the file's Scale…

Germano Cavalcante commented on issue blender/blender#118223 2024-02-14 01:53:22 +01:00
Regression: Crash if you use the measure tool while changing certain user preferences in a 'depsgraph_update_post' handler

Hi @Ric-Lopez,

Thank you for reporting this issue.

To investigate the crash with the measure tool in Blender 4.10 Beta, could you to provide us with crash logs? These logs can help us…

Germano Cavalcante commented on issue blender/blender#118206 2024-02-14 01:35:04 +01:00
After purge Blender not deleting assets\materials

I'm confused. When opening the test_1.blend file, I only see 2 materials, and still with Fake User.

image

(Dots Stroke is used by…

Germano Cavalcante pushed to main at blender/blender 2024-02-14 01:28:02 +01:00
e6e4e6c287 Optimization: avoid calculating the contraint plane when transforming
Germano Cavalcante pushed to main at blender/blender 2024-02-14 01:09:07 +01:00
1a74b80d42 Refactor: replace 'isect_ray_plane_v3' with 'isect_ray_plane_v3_factor'
Germano Cavalcante pushed to main at blender/blender 2024-02-14 00:35:58 +01:00
c9bd326255 Merge branch 'blender-v4.1-release'
c6e229d3e4 Fix #118221: Snap to Edge with Constraint Plane shifts out of plane
Compare 2 commits »
Germano Cavalcante closed issue blender/blender#118221 2024-02-14 00:35:56 +01:00
Snapping to edge with locked axle depends on pivot type
Germano Cavalcante pushed to blender-v4.1-release at blender/blender 2024-02-14 00:35:26 +01:00
c6e229d3e4 Fix #118221: Snap to Edge with Constraint Plane shifts out of plane
Germano Cavalcante commented on issue blender/blender#118221 2024-02-13 23:37:07 +01:00
Snapping to edge with locked axle depends on pivot type

Thank you for reporting this issue. I can confirm that the bug exists in Blender versions 4.0.3 and 3.6.7.

Note: The snapping is being done to the intersection between the YZ plane and the edge…

Germano Cavalcante commented on issue blender/blender#118208 2024-02-13 19:44:59 +01:00
Edge attributes (like crease) in Mesh To Curve are converted to point domain and override other edge domains while joining

I can confirm that Edge attributes are converted to Point Attributes on the Curve generated by the Mesh to Curve node.

I can also confirm that when we join different geometries with…

Germano Cavalcante commented on issue blender/blender#118203 2024-02-13 19:16:38 +01:00
Node Tools lose performance when loaded from library.

I edited the description indicating the steps I followed to try to replicate the problem, but I didn't notice any lag or difference.

Does it depend on other details?

Please try the latest…

Germano Cavalcante commented on issue blender/blender#118147 2024-02-13 16:18:24 +01:00
GPUFrameBuffer.read_color() returns garbage

These steps to convert to numpy, reshape, then copy, are a bit obscure. It doesn't make it clear whether the buffer is copied (which can be slow).

Transpose should not be necessary as shown in…

Germano Cavalcante commented on issue blender/blender#118206 2024-02-13 16:06:13 +01:00
After purge Blender not deleting assets\materials

Hi @ManBlender, thank you for reporting this issue.

To troubleshoot this, I would suggest checking for any "Fake Users" that might be keeping the assets and materials in your project. You can…

Germano Cavalcante commented on issue blender/blender#118203 2024-02-13 16:01:50 +01:00
Node Tools lose performance when loaded from library.

Thanks for reporting this issue.

The step "make a tool that uses some position or rotation sliders" is a bit vague. Could you please provide us with a simple .blend file that contains a…

Germano Cavalcante commented on pull request blender/blender#118196 2024-02-13 15:44:18 +01:00
Fix #112395: Proportional editing indicator in Graph Editor and Dope Sheet

Just put GPU_blend(GPU_BLEND_NONE); at the end. GPU_BLEND_ALPHA is a little more computationally intensive, so for some micro-micro-efficiency, it is good to avoid GPU_BLEND_ALPHA being…