Lukas Tönne LukasTonne
Lukas Tönne pushed to node-group-declaration at LukasTonne/blender 2023-06-19 18:07:24 +02:00
07a48f20a4 New DNA file for serializable node group interface declaration types.
Lukas Tönne created branch node-group-declaration in LukasTonne/blender 2023-06-19 18:07:23 +02:00
Lukas Tönne pushed to new_nodegroup_interface at LukasTonne/blender 2023-06-19 14:28:10 +02:00
dc7d45c1f1 Merge branch 'main' into new_nodegroup_interface
550c61d34f Fix: Added missing header include for STRNCPY.
Compare 2 commits »
Lukas Tönne pushed to main at blender/blender 2023-06-19 14:27:41 +02:00
550c61d34f Fix: Added missing header include for STRNCPY.
Lukas Tönne pushed to new_nodegroup_interface at LukasTonne/blender 2023-06-19 14:16:17 +02:00
3a2d943dd7 Merge branch 'main' into new_nodegroup_interface
8bcad285de Cleanup: remove strcpy usage
4a3b6bfeac UI: Show wait icon for file/asset browser previews while loading
fb81740adc GPv3: Select random operator
81b99c327b Fix GPv3 experimental link
Compare 56 commits »
Lukas Tönne commented on issue blender/blender#108819 2023-06-19 13:57:18 +02:00
Regression: Mesh Deform modifier is broken in 4.0 for older scenes

First commit showing this behavior is 0652945dbda76e5ba329a7e5aee45afc0d3a83d3 It changed the way the "Merge by Distance" node works, using always the point with the lowest index (at least that's…

Lukas Tönne commented on issue blender/blender#108819 2023-06-19 12:17:05 +02:00
Regression: Mesh Deform modifier is broken in 4.0 for older scenes

The bake path is only used when you have simulation zones and run the bake operator in the physics tab. That does not apply in this case, i don't see a connection to the cache system at all.

Wil…

Lukas Tönne commented on issue blender/blender#108901 2023-06-19 11:56:42 +02:00
Points not rendered when indices are higher than 67.5 million(roughly)

@fclem @Jeroen-Bakker Can you confirm that this is an OpenGL buffer limitation?

Lukas Tönne commented on issue blender/blender#108901 2023-06-19 11:38:11 +02:00
Points not rendered when indices are higher than 67.5 million(roughly)

@MiroHorvath I didn't mean this as a solution in geometry nodes. It appears to be primarily an OpenGL problem with limited buffer sizes. If you push it too far you'll hit a memory limit in GN as…

Lukas Tönne commented on issue blender/blender#108901 2023-06-19 11:09:42 +02:00
Points not rendered when indices are higher than 67.5 million(roughly)

I'm guessing we're hitting some machine-specific limit like GL_MAX_ELEMENTS_INDICES here (post on this topic). May be…

Lukas Tönne commented on issue blender/blender#108901 2023-06-19 11:07:19 +02:00
Points not rendered when indices are higher than 67.5 million(roughly)

I'm getting a crash in release mode in drawing code, full backtrace attached

1   ??                                                0x7fffebb92929 
2   ??                                  …
Lukas Tönne pushed to new_nodegroup_interface at LukasTonne/blender 2023-06-16 20:54:03 +02:00
fbbfaf4dd0 Fix drag&drop ordering in some corner cases.
Lukas Tönne pushed to new_nodegroup_interface at LukasTonne/blender 2023-06-16 19:16:46 +02:00
3c7448aa5e Drag and drop support, with some glitches.
Lukas Tönne pushed to new_nodegroup_interface at LukasTonne/blender 2023-06-16 16:34:31 +02:00
3c2892a2ea Support full updates after renaming by passing on the bContext.
Lukas Tönne pushed to new_nodegroup_interface at LukasTonne/blender 2023-06-16 15:50:54 +02:00
f733ce81f8 Support renaming of panels and sockets through the tree view items.
Lukas Tönne pushed to new_nodegroup_interface at LukasTonne/blender 2023-06-16 14:38:49 +02:00
70911abeb6 Rename panel.
a0fbfd458b Draw socket circles to indicate inputs and outputs.
Compare 2 commits »
Lukas Tönne pushed to new_nodegroup_interface at LukasTonne/blender 2023-06-16 13:05:19 +02:00
381f979000 Added unique panel comparison and activation.
Lukas Tönne pushed to new_nodegroup_interface at LukasTonne/blender 2023-06-16 10:44:05 +02:00
5f5fda9091 Merge branch 'main' into new_nodegroup_interface
2557185df2 TreeViewItems for panels.
8c8e1ebdd2 CMake: Use lld when using Clang compiler
4a0468c1ed Fix #109019: Crash when creating a new collection for light linking
be99d8ef7d Merge branch 'main' into new_nodegroup_interface
Compare 26 commits »