Dataprep - Two-Sided Distance Field Generation

Hello,

I struggle a bit with custom Dataprep nodes. What I need is Two-Sided Distance Field Generation for imported meshes.
Is it possible to set?
I couldn’t find any BP nodes to set that.

I’m not sure how many things I can do with Blueprints but especially regarding to import automation, it looks like there are many things that I can’t do.

If you just want to change the property, you could do a custom blueprint inheriting from DataprepEditingOperation, then you get your custom node for your dataprep c.f. DEO_SetDistanceField.zip (12.8 KB) and

1 Like

Thanks a lot, it seems that this is what I was looking for. I’m going to dig deeper into Blueprints to solve my doubts.