Lukas Tönne LukasTonne
Lukas Tönne commented on pull request blender/blender#111657 2023-08-29 16:06:13 +02:00
Fix for wobbly volume object outlines in the viewport

Some mathematical reasoning: Growing the surface by 1% does not directly lead to concrete vertex offsets, it requires solving a large equation system.

The current algorithm tries to arrive at a…

Lukas Tönne created pull request blender/blender#111657 2023-08-29 15:57:23 +02:00
Fix for wobbly volume object outlines in the viewport
Lukas Tönne created branch fix_wobbly_volume_outline in LukasTonne/blender 2023-08-29 15:54:54 +02:00
Lukas Tönne pushed to fix_wobbly_volume_outline at LukasTonne/blender 2023-08-29 15:54:54 +02:00
ca55e85ed2 Fix for wobbly volume object outlines in the viewport.
Lukas Tönne created repository LukasTonne/blender-manual 2023-08-29 14:05:39 +02:00
Lukas Tönne commented on pull request blender/blender#111348 2023-08-29 13:38:49 +02:00
Nodes: Panels integration with blend files and UI
Lukas Tönne commented on pull request blender/blender#111348 2023-08-29 13:07:43 +02:00
Nodes: Panels integration with blend files and UI

done

Lukas Tönne commented on pull request blender/blender#111348 2023-08-29 13:07:27 +02:00
Nodes: Panels integration with blend files and UI

Add label to the "Input/Output Type"

Changed to "Input/Output Type" but this is an awkward label. Can be changed later if some native speaker has a better idea ("Kind"?)

Put "Default…

Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-29 13:03:56 +02:00
eaeb6c0ef4 Cleanup: Formatting.
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-29 13:02:33 +02:00
f885ad1237 Merge branch 'main' into node-panels-final
c896561262 Replaced interface_cache with getters for inputs, outputs, and items.
a69352824e Cleanup: simplify terms in EEVEE multiscatter GGX
9c3bc873df Refactored versioning for sockets to avoid using external functions.
f518e86128 Cleanup: remove unused function
Compare 51 commits »
Lukas Tönne commented on pull request blender/blender#111348 2023-08-29 11:36:32 +02:00
Nodes: Panels integration with blend files and UI

Because we want to retain the conventional outputs..inputs socket order when making a group. blender/blender#111348 (comment)

Lukas Tönne commented on pull request blender/blender#111348 2023-08-29 09:56:46 +02:00
Nodes: Panels integration with blend files and UI

A simple test file is opening without any group inputs/outputs

I can't repro. Was this saved in the panels branch/main/3.6? What's supposed to be there? Can you attach the file?

Avoid…

Lukas Tönne pushed to geometry-nodes-flip at LukasTonne/blender 2023-08-29 09:12:41 +02:00
15ca2dd1ab Added a domain_transform callback to initialize grid buffer transforms.
Lukas Tönne pushed to geometry-nodes-flip at LukasTonne/blender 2023-08-28 22:02:27 +02:00
6974117159 Fixed linker error for BLI_volume function.
Lukas Tönne pushed to geometry-nodes-flip at LukasTonne/blender 2023-08-28 18:06:22 +02:00
e349de2841 Use the standard C++ allocator for grids to avoid incoherent free.
Lukas Tönne pushed to geometry-nodes-flip at LukasTonne/blender 2023-08-28 16:44:49 +02:00
32feda19a4 Merge branch 'main' into geometry-nodes-flip
a931c7e7b4 Writefile: Enable some checks systematically when writing blendfile.
779bfe2734 Cleanup: Make format
fb6687a790 Viewport: Add toggle for edit mode overlays fresnel
52300ccc87 Writefile: Add validation of ID names as part of pre-write checks.
Compare 22 commits »
Lukas Tönne commented on issue blender/blender#110052 2023-08-28 15:52:26 +02:00
Segfault with gdb debugger in PointsToVolume node

A workaround for running OpenVDB under a GDB debugger is to preload the dynamic OpenVDB libraries and its dependencies:

`LD_PRELOAD="/home/lukas/src/blender-git/lib/linux_x86_64_glibc_228/boost/…

Lukas Tönne commented on pull request blender/blender#111482 2023-08-28 11:20:20 +02:00
Geometry Nodes: Convert four nodes to use rotation socket

Agree with Jacques, the patch would be fine on its own but it needs a better plan for compatibility and ease of use with existing nodes.

I'd be ok with implicit conversions interpreting any…

Lukas Tönne commented on pull request blender/blender#111348 2023-08-28 11:07:44 +02:00
Nodes: Panels integration with blend files and UI
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-28 11:05:42 +02:00
6342365c0c Fixed typo in the bl_node_group_interface test.
b30255ad02 Cleanup: formatting.
Compare 2 commits »