Germano Cavalcante mano-wii
Germano Cavalcante commented on issue blender/blender#114830 2023-11-14 17:32:52 +01:00
Sculpt Mode: Line Project tool messing up the mesh

Thank you for submitting your report, @TheRedWaxPolice. I can confirm the issue.

Caused by 44b79af4fcad1f88959c7effc8b00c2c58d58606

Germano Cavalcante commented on issue blender/blender#114826 2023-11-14 16:17:38 +01:00
When turning around lattice by its points it doesnt deform correctly

Thank you for the report, @LucianoMunoz.

Based on the information provided, this issue appears to be a probable bug, concerning unexpected behavior when deforming a lattice using hooks and…

Germano Cavalcante commented on issue blender/blender#114811 2023-11-14 05:32:28 +01:00
Adaptive SubDiv is recalculated when using persistent data.

Thank you for the report, @silex.

Based on the provided details, this seems like a probable bug related to the persistent data feature when working with the adaptive subdivision in Cycles…

Germano Cavalcante commented on issue blender/blender#114820 2023-11-14 04:30:45 +01:00
Fusion360 to Blender .OBJ Dimensioning is off by 100x

Thank you for bringing this to our attention, @Peter-87.

This issue sounds like a bug regarding dimensional scaling discrepancies when importing .OBJ files from Fusion 360 to Blender.

But to…

Germano Cavalcante commented on issue blender/blender#114824 2023-11-14 04:22:05 +01:00
My blender file won't open due to blender quiting unexpectedly

Thank you for submitting your report, @Siantou-Ngako.

In order to classify the problem, it would be helpful to have more details about the circumstances under which Blender fails to start.

So…

Germano Cavalcante commented on issue blender/blender#114799 2023-11-14 04:17:42 +01:00
in current file, Asset browser Append does reuse data, instead of creating new data blocks (2 users instead of .001)

Thank you for the report regarding the behavior of the Asset Browser in Blender version 3.6.4, @loicbramoulle.

This issue appears to be a Bug, however, I cannot reproduce the problem…

Germano Cavalcante commented on issue blender/blender#114817 2023-11-14 03:42:54 +01:00
Blender 4.0 won't open ?.

Hello @Christine-Haylett,

Thank you for submitting your report. In order to classify the problem, it would be helpful to have more details about the circumstances under which Blender fails to…

Germano Cavalcante commented on issue blender/blender#114822 2023-11-14 03:38:19 +01:00
Data transfer modifier doesn't transfer per face corner normal data.

Seems to have been caused by 89e3ba4e25

@HooglyBoogly, can you check?

Germano Cavalcante commented on issue blender/blender#114822 2023-11-14 02:05:03 +01:00
Data transfer modifier doesn't transfer per face corner normal data.

931c176b06153522bba03a5c3d1bf78374713819

Thank you for the report, @NahuelBelich. I can confirm the regression.

I'm checking where the problem was introduced.

Germano Cavalcante commented on issue blender/blender#114790 2023-11-14 01:23:11 +01:00
Rigid Body in Camera Tracking

Thank you for submitting your report, @blenderhighschool.

Just to make sure the issue you are experiencing is a bug. Did you make sure to bake the simulation? I noticed in the file that the…

Germano Cavalcante pushed to main at blender/blender 2023-11-13 23:36:18 +01:00
f74ed4d45d Fix memory being written after the end of the heap buffer
9dcf73c715 Fix #114787: VSE: canceling move does not reset strip channel
Compare 2 commits »
Germano Cavalcante closed issue blender/blender#114787 2023-11-13 23:36:17 +01:00
VSE: Aborting move operation with rightclick does not reset channel
Germano Cavalcante commented on issue blender/blender#114787 2023-11-13 20:39:10 +01:00
VSE: Aborting move operation with rightclick does not reset channel

Thanks for the report. I can confirm. It looks like a regression introduced in Blender 3.5

Germano Cavalcante commented on issue blender/blender#114810 2023-11-13 20:12:07 +01:00
Regression: Blender 4.0 Transform Modal Keymap corruption

"VERT_EDGE_SLIDE", "TRACKBALL" and "ROTATE_NORMALS" were only implemented in version 3.6.1. "EDIT_SNAP_SOURCE_ON" and "EDIT_SNAP_SOURCE_OFF" were only implemented in version 4.0.4.

So it's…

Germano Cavalcante commented on issue blender/blender#114808 2023-11-13 19:56:51 +01:00
Blender 4.0 RC .blend file not registered.

Thank you @ROBERT-SMALL for submitting your issue report regarding a problem with Blender 4.0 RC and .blend file associations.

The issue you described seems to concern file association on a…

Germano Cavalcante closed issue blender/blender#114798 2023-11-13 19:44:55 +01:00
Can't apply an extrude (or any other operation) when working in a Python module (bpy)
Germano Cavalcante commented on issue blender/blender#114798 2023-11-13 19:44:52 +01:00
Can't apply an extrude (or any other operation) when working in a Python module (bpy)

You need to set the context of the 'edit_object':

    override_context['edit_object'] = active_object

    with bpy.context.temp_override(**override_context):
        bpy.ops.object.mo…
Germano Cavalcante deleted branch fix_114714 from mano-wii/blender 2023-11-13 14:30:29 +01:00