Dwayne-Slater
  • Joined on 2024-06-06
Dwayne-Slater commented on issue blender/blender#101778 2024-07-06 12:12:12 +02:00
Node Tools Overview

Wondering about live preview/update support. Since mouse position is exposed it seems like a natural next step.

Tools should be able to receive events on each live update. e.g. mouse left…

Dwayne-Slater commented on issue blender/blender#99197 2024-06-09 00:06:34 +02:00
Geometry Nodes: writing attributes (from procedurally created geometry) to vertex groups not working

Unfortunately, there is some controversy with that change, because it goes in the opposite direction of where we want to be going eventually.. (which is that all places should support generic…

Dwayne-Slater commented on issue blender/blender#99197 2024-06-06 00:32:05 +02:00
Geometry Nodes: writing attributes (from procedurally created geometry) to vertex groups not working

I put together a quick and dirty patch to fix this. It converts from custom attributes to vertex groups when a new mesh is returned from a modifier. I'm unsure if it breaks anything, but in my…