Dalai Felinto dfelinto
  • Joined on 2006-06-02
Dalai Felinto pushed to compositor-inline at dfelinto/blender 2023-09-14 12:32:59 +02:00
e3093cc2ca Merge branch 'main' into compositor-inline
8a387d8ed6 Fix: Graph Editor first key handles not drawn
340b3ca9cb Fix #112094: negative delta time values in simulation nodes
e09ee01848 Fix #112094: pass through simulation before first simulated frame
e914004678 Fix #111411: crash with group node that references linked-but-not-found group
Compare 60 commits »
Dalai Felinto pushed to compositor-inline at dfelinto/blender 2023-09-14 12:32:36 +02:00
fad7492abd Fixup from Lukas
Dalai Felinto commented on pull request blender/blender#112367 2023-09-14 11:49:14 +02:00
WIP: Compositor Nodes support for inlined sockets

@blender-bot package linux

Dalai Felinto commented on pull request blender/blender#112355 2023-09-14 11:48:52 +02:00
Geometry Nodes: Show uncategorized assets in separate menus

I think we need to add a separator between the other Asset catalogs and the Uncategorized.

Otherwise we will either have it out of order. Let's say we also have a Vertex catalog:

e.g., *…

Dalai Felinto commented on pull request blender/blender#112367 2023-09-14 11:45:31 +02:00
WIP: Compositor Nodes support for inlined sockets

@bot package

Doing a new build now with the options on top.

Dalai Felinto pushed to compositor-inline at dfelinto/blender 2023-09-14 11:45:09 +02:00
22051dce0f Merge branch 'main' into compositor-inline
11b2ac54a6 Fix #111166: crash when enabling render pass with equally named AOV
726bd3887f Fix #112335: particle instance modifier outputs wrong attributes
d2fac8ba84 Cleanup: remove redundant text access (missed in review)
96339fc313 Text Editor: Auto Close Pairs on Selected Text
Compare 56 commits »
Dalai Felinto pushed to compositor-inline at dfelinto/blender 2023-09-14 11:43:03 +02:00
1752408a29 Move Options to be drawn on top of inline
Dalai Felinto commented on pull request blender/blender#112367 2023-09-14 11:39:08 +02:00
WIP: Compositor Nodes support for inlined sockets

@blender-bot package

Dalai Felinto created pull request blender/blender#112367 2023-09-14 11:38:55 +02:00
WIP: Compositor Nodes support for inlined sockets
Dalai Felinto created pull request dfelinto/blender#1 2023-09-14 11:37:11 +02:00
WIP: compositor-inline
Dalai Felinto pushed to main at dfelinto/blender 2023-09-14 11:35:29 +02:00
11b2ac54a6 Fix #111166: crash when enabling render pass with equally named AOV
726bd3887f Fix #112335: particle instance modifier outputs wrong attributes
d2fac8ba84 Cleanup: remove redundant text access (missed in review)
96339fc313 Text Editor: Auto Close Pairs on Selected Text
b3f9663011 Cleanup: use a mask combining all pie menu directions
Compare 3970 commits »
Dalai Felinto pushed to compositor-inline at dfelinto/blender 2023-09-14 11:34:46 +02:00
3ac87f9eae Mockup of compositor nodes in-line
25df1d69f3 Construct a flat vector of item pointers instead of using an iterator.
8c71238c29 Use span iterators instead of raw pointers for node socket iterator.
4331d1bc30 class instead of struct for iterator with private variables.
fc50353d9d Extended comment to explain the purpose of NodeInterfaceSocketData.
Compare 13 commits »
Dalai Felinto commented on pull request blender/blender#112295 2023-09-13 11:12:11 +02:00
UV: tweak packing heuristics to reduce rotations

@blender-bot package

(the build has failed on Windows and MacOS apparently :/ - trying it again for @DanielBystedt )

Dalai Felinto commented on pull request blender/blender#112295 2023-09-12 20:59:15 +02:00
UV: tweak packing heuristics to reduce rotations

@blender-bot package

Dalai Felinto created branch compositor-inline in dfelinto/blender 2023-09-12 16:44:11 +02:00
Dalai Felinto pushed to compositor-inline at dfelinto/blender 2023-09-12 16:44:11 +02:00
9b503c16b4 Mockup of compositor nodes in-line
9872092742 Merge remote-tracking branch 'origin/main' into node-inline-sockets
5f8dfa231d CMake: Fix building with WITH_VULKAN_BACKEND
6c4eb80cc3 Anim: clarify BKE_armature_find_bone_name docstring
0519e8d711 UI: Remove panel name size limit for complex character languages
Compare 10 commits »
Dalai Felinto commented on issue blender/blender#107353 2023-09-12 13:17:11 +02:00
Regression: Array Caps broken on empty mesh in 3.5.

From what I can grasp this was never intended to be removed, but more a by-product of an unrelated fix.

In this case, how hard would be to bring the old functionality back?

Dalai Felinto commented on issue blender/blender#107500 2023-09-12 12:09:36 +02:00
Python API: Mesh editing: Editing uvs after normals with a previously assigned variable doesn't work

Given that #108014 is no longer aimed at 4.0 what is the status of this task?

On a related note, what was agreed on regarding 3.6. Is this fixed there?

Is it possible to have a solution that…

Dalai Felinto commented on pull request blender/blender#112250 2023-09-12 09:58:10 +02:00
Nodes: Support for input/output sockets in same vertical space

Hi Lukas, could you please check what am I doing wrong? Because on my initial tests this is not working for me in two ways:

  • The inlined sockets are still drawing one above the other.
  • The…
Dalai Felinto opened issue blender/blender#112237 2023-09-11 15:26:10 +02:00
UI: Try the node panels and inline in production node-trees