NewGraph icon indicating copy to clipboard operation
NewGraph copied to clipboard

Node Inspector panel doesn't use Custom PropertyDrawers

Open noio opened this issue 1 year ago • 0 comments

For the data types I'd like to use on my nodes, I've set up a lot of CustomPropertyDrawers, but it seems that the inspector panel ignores those.

I've tried changing my PropertyDrawers from IMGUI to UITK (i.e. OnGUI ➡️ CreatePropertyGUI) but I still think the inspector panel is not using them.

noio avatar May 02 '24 09:05 noio