Germano Cavalcante mano-wii
Germano Cavalcante commented on issue blender/blender-addons#105250 2024-03-21 14:44:19 +01:00
Image As Plane need activate when i'm opening Blender

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#119710 2024-03-21 14:40:22 +01:00
Physics simulation cache appears to share start & end frame drivers (but not if numeric start/end values)

Hi @jamestomk, thanks for the report.

What is happening is that the driver is updating the point_cache that is active. It does not differentiate which point_cache is being used. I'm not…

Germano Cavalcante closed issue blender/blender#119700 2024-03-21 13:09:10 +01:00
Grid scale not honouring the values in the Grid Scale field.
Germano Cavalcante commented on issue blender/blender#119700 2024-03-21 13:09:06 +01:00
Grid scale not honouring the values in the Grid Scale field.

On the orthographic side view, the snap is made to the grid resolution (millimeters, centimeters ou Feet, Inches if you use Imperial). This is old behavior in Blender and is by design. Basically,…

Germano Cavalcante reopened pull request blender/blender#119723 2024-03-21 12:55:22 +01:00
UI: rename 'Snap With' and 'Snap To' to 'Snap Base' and 'Snap Target'
Germano Cavalcante closed pull request blender/blender#119723 2024-03-21 12:55:12 +01:00
UI: rename 'Snap With' and 'Snap To' to 'Snap Base' and 'Snap Target'
Germano Cavalcante commented on pull request blender/blender#119723 2024-03-21 12:55:10 +01:00
UI: rename 'Snap With' and 'Snap To' to 'Snap Base' and 'Snap Target'

I imagine I'll have to update the manual later. So tagging @Blendify for any input (if think needed).

Germano Cavalcante pushed to main at blender/blender 2024-03-21 03:48:25 +01:00
24be7bd99e Fix #119716: snap in curve editing when mesh is generated by Geometry Nodes
Germano Cavalcante closed issue blender/blender#119716 2024-03-21 03:48:24 +01:00
Curve snapping - unstable behavior using "Include Active" in Edit Mode
Germano Cavalcante commented on issue blender/blender#119716 2024-03-21 03:47:29 +01:00
Curve snapping - unstable behavior using "Include Active" in Edit Mode

Thank you for the report. I can confirm. Fix on the way.

Germano Cavalcante commented on issue blender/blender#108669 2024-03-21 03:11:07 +01:00
Snap Polishing

@1D_Inc, I missed the suggestion for GSoC participants, "Add Snap Point" for UV is something that is still missing and can be implemented.

@DanielBystedt, most of the proposals here have…

Germano Cavalcante created pull request blender/blender#119723 2024-03-21 03:04:47 +01:00
UI: rename 'Snap With' and 'Snap To' to 'Snap Base' and 'Snap Target'
Germano Cavalcante created branch snap_base_rename in mano-wii/blender 2024-03-21 03:04:30 +01:00
Germano Cavalcante pushed to snap_base_rename at mano-wii/blender 2024-03-21 03:04:30 +01:00
7f3a78189c UI: rename 'Snap With' and 'Snap To' to 'Snap Base' and 'Snap Target'
Germano Cavalcante commented on pull request blender/blender#116109 2024-03-21 02:47:21 +01:00
Transform: Implement Snap to Grid mode

Nice catch! Fixed now. @blender-bot package

Germano Cavalcante pushed to snap_to_grid at mano-wii/blender 2024-03-21 02:45:59 +01:00
9710a002a7 Merge branch 'main' into snap_to_grid
43e1e88223 Cleanup: use const pointers where possible in ED_view3d API
0d2c4df346 Fix extensions UI showing when developer extras are disabled
cf2d26302f Fix: Snap to Grid not working in X-Ray
03ebef0fad Cleanup: typos in recent code-comments
Compare 97 commits »
Germano Cavalcante pushed to main at blender/blender 2024-03-21 02:44:57 +01:00
43e1e88223 Cleanup: use const pointers where possible in ED_view3d API
Germano Cavalcante commented on issue blender/blender#119191 2024-03-20 13:14:20 +01:00
Unable to snap to curve if the curve object has a dependency relation with the transformed object

The reason for the problem is that the curve has a dependency relation with the transformed object: image

A transformed object does not…

Germano Cavalcante commented on issue blender/blender#119622 2024-03-19 15:07:05 +01:00
OBJECT_BAKE flag is true in object_bake_complete handler

I think it still falls to the question of definition (what is bake completed? What is job running?) I'm confirming the issue anyway. The fix can go either to the definition side, or to when…