Lukas Tönne LukasTonne
Lukas Tönne suggested changes for blender/blender#119433 2024-03-14 13:48:02 +01:00
GPv3: Add layer masks operators and UI
Lukas Tönne commented on pull request blender/blender#119433 2024-03-14 13:48:01 +01:00
GPv3: Add layer masks operators and UI

Is this flag the correct way around? Looks like it checks that GP_LAYER_TREE_NODE_USE_MASKS is not set.

Lukas Tönne commented on pull request blender/blender#118739 2024-03-14 12:22:13 +01:00
GPv3: Build Modifer migration

Ah sorry, i didn't realize. In that case maybe just leave it as is to avoid mixing the namespaces.

Lukas Tönne pushed to gp3-sculpt-tools at LukasTonne/blender 2024-03-14 12:20:01 +01:00
0a6cc62f98 Merge branch 'main' into gp3-sculpt-tools
a3587ee078 Fix: Anti-Aliasing node contrast limit has no effect
61dd7cc117 Transform: restore default rotation snapping increments
a07a558ac5 GPv3: Add view layer name property
ecffea86b1 Metal: Fix Storage buffer read sync affecting surfels
Compare 35 commits »
Lukas Tönne opened issue blender/blender#119454 2024-03-14 12:16:42 +01:00
Brush panel does not show up in file with sculpt mode enabled
Lukas Tönne pushed to gp3-sculpt-tools at LukasTonne/blender 2024-03-14 12:08:09 +01:00
334a425291 Make initial mode change work from editors init.
Lukas Tönne commented on pull request blender/blender#119337 2024-03-14 11:42:18 +01:00
Fix #118509: Grease Pencil frames no longer disappearing while being transformed in the timeline

I managed to make it crash, looks like the issue with invalidated drawing_index is still around. Steps:

  1. make a bunch of keyframes
  2. scale keyframes so they collapse onto the same…
Lukas Tönne commented on pull request blender/blender#118739 2024-03-14 11:13:40 +01:00
GPv3: Build Modifer migration

There is a enum_items_filter utility function to make filtering existing enum items lists more compact. It's used in geometry node runtime RNA (the outer lambda won't work for static RNA, but the function body can be a two-liner):

Lukas Tönne pushed to gp3-sculpt-tools at LukasTonne/blender 2024-03-14 10:59:20 +01:00
d0b9043d68 Revert a bunch of debug code and unused extra panels.
Lukas Tönne pushed to gp3-sculpt-tools at LukasTonne/blender 2024-03-14 10:46:36 +01:00
91f0e9ec49 Add the .paint_common context to SCULPT_GREASE_PENCIL context mode.
Lukas Tönne pushed to socket-type-inference at LukasTonne/blender 2024-03-14 09:50:08 +01:00
0e2be8a6e7 set_variable_names logger function.
Lukas Tönne pushed to node_inferencing_visualizer at LukasTonne/blender-addons 2024-03-14 09:49:25 +01:00
4a07945c25 more drawing
Lukas Tönne pushed to node_inferencing_visualizer at LukasTonne/blender-addons 2024-03-14 09:19:44 +01:00
8fc362f12d Addon for loading and visualizing node debugging data.
Lukas Tönne pushed to node_inferencing_visualizer at LukasTonne/blender-addons 2024-03-14 09:18:27 +01:00
23981a2673 Import_3ds: Fixed KeyError if active collection is None
6eab88a9aa IO: Option to import each 3DS file on a new collection
774686bb99 Fix #97652: Show error exporting objects when none are selected
5a8c9161e5 glTF Exporter: Base of export extra animation
570afbc795 glTF Exporter: Broacast animation option
Compare 10 commits »
Lukas Tönne created branch node_inferencing_visualizer in LukasTonne/blender-addons 2024-03-14 09:18:27 +01:00
Lukas Tönne pushed to socket-type-inference at LukasTonne/blender 2024-03-13 18:42:08 +01:00
483b14da79 Cleanup: more specialized logging functions.