Germano Cavalcante mano-wii
Germano Cavalcante commented on issue blender/blender#104780 2023-02-15 18:27:26 +01:00
Unable to output pictures correctly when rendering version 3.2 demo with 65536*65536 resolution

It can really be a bug. But I can't test it since 65536 * 65536 px is above the limit my GPU (and RAM) can handle.

I will direct the investigation to the Render & Cycles team.

Grap…
Germano Cavalcante commented on issue blender/blender#99445 2023-02-15 17:18:18 +01:00
picker isn't working on cryptomatte matte id picker

Different problem, but may be related to #101058

Germano Cavalcante pushed to main at blender/blender 2023-02-14 19:48:14 +01:00
87f96b7664 Fix wrong variable being used as plan in 'gizmo_3d_dial_matrixbasis_calc'
a755e6e63f Revert "MSVC: lower C4100 warning level from 4 to 3"
f72d28d7e7 Gizmo: use the final matrix for the dial3D clip plane
Compare 3 commits »
Germano Cavalcante deleted branch w34100 from mano-wii/blender 2023-02-14 18:38:14 +01:00
Germano Cavalcante pushed to main at blender/blender 2023-02-14 18:37:39 +01:00
db4e7616f3 MSVC: lower C4100 warning level from 4 to 3
Germano Cavalcante commented on pull request blender/blender#104624 2023-02-14 18:12:31 +01:00
Transform: improve visualization when dragging Gizmos

I redid the calculation of the offset matrix. It simplifies and improves performance. Needs testing.

Germano Cavalcante pushed to xform_gizmo_v2 at mano-wii/blender 2023-02-14 18:10:31 +01:00
7baa2aff0d Transform: redo calculation the matrix of the gizmos
a2f439a53a Gizmo: use the final matrix for the dial3D clip plane
d2a2385507 Transform: improve visualization when dragging Gizmos
eb9647c53d Cleanup: rename vertex buffer attribute to be more specific
7ba59c8a62 Assets: show all assets by default instead of current file
Compare 42 commits »
Germano Cavalcante created pull request blender/blender#104729 2023-02-14 06:05:16 +01:00
Transform: use only one gizmogroup for tool and context
Germano Cavalcante pushed to xform_single_gizmo at mano-wii/blender 2023-02-14 06:02:08 +01:00
25a7c1b166 Transform: use only 1 gizmogroup for tool and context
46c34ba1f6 GNUmakefile: include install directory in 'make deps' message
d02f863b18 Update RNA to User manual mappings
d851c91856 PyDocs: update links in generated API docs for GITEA migration
a6dcf6e6cb Cleanup: avoid redundant sqrt when picking reroute nodes
Compare 10 commits »
Germano Cavalcante created branch xform_single_gizmo in mano-wii/blender 2023-02-14 06:02:08 +01:00
Germano Cavalcante closed issue blender/blender#66195 2023-02-14 01:35:46 +01:00
Alt+Wheel mouse doesn't work in "Loop Cut & Slide" operator (and in Slide operators) to change the control edge with (E)Even option
Germano Cavalcante commented on issue blender/blender#66195 2023-02-14 01:35:44 +01:00
Alt+Wheel mouse doesn't work in "Loop Cut & Slide" operator (and in Slide operators) to change the control edge with (E)Even option

This is kinda a duplicate of blender/documentation#101429

The solution was to remove the feature (which is incompatible with multiple objects) and update the…

Germano Cavalcante pushed to main at blender/blender 2023-02-14 01:26:42 +01:00
36937e523a Fix #66863: Bisect plane rotation behavior bugged for side/cut view
Germano Cavalcante closed issue blender/blender#66863 2023-02-14 01:26:42 +01:00
Bisect plane rotation behavior bugged for side/cut view
Germano Cavalcante closed issue blender/blender#104639 2023-02-13 22:12:29 +01:00
Transform isn't sticking to the proper global axis when rotation isn't applied
Germano Cavalcante commented on issue blender/blender#104639 2023-02-13 22:12:28 +01:00
Transform isn't sticking to the proper global axis when rotation isn't applied

This is a limitation that has already been reported in #69775 (Weird scaling with Cursor location (optionally orientation)). Basically what happens is that Objects in Blender don't have a Shear

Germano Cavalcante commented on pull request blender/blender#104624 2023-02-13 21:41:40 +01:00
Transform: improve visualization when dragging Gizmos
  • Implement new arrow gizmo option named ED_GIZMO_ARROW_STYLE_TRANSFORM_TOOL. This option replaces the ED_GIZMO_PRIMITIVE_STYLE_PLANE primitive gizmo. With this new option we can draw the…
Germano Cavalcante pushed to xform_gizmo_v2 at mano-wii/blender 2023-02-13 21:37:21 +01:00
fedbaf822c Transform: improve visualization when dragging Gizmos
c92c52f0c9 Cleanup: Move draw_attributes.hh to C++
dfacaf4f40 Fix: Incorrect BMesh to Mesh attribute copying
0dfc102531 Fix #104588: Initialize Face Sets from edit mode selection broken
1e794d9a92 BMesh: Add flexibility for future lazily created UV selection
Compare 18 commits »
Germano Cavalcante closed issue blender/blender#102325 2023-02-13 19:16:11 +01:00
Dragging image input from Image Texture node with already specified image datablock into Group Input will create unremovable image datablock user
Germano Cavalcante commented on issue blender/blender#102325 2023-02-13 19:16:09 +01:00
Dragging image input from Image Texture node with already specified image datablock into Group Input will create unremovable image datablock user

Hm, I see the image specified in the modifier! So it's not really "unused" anymore. So I believe it's resolved by 0ea15a6fbb