How to create Preference hierarchy child tree item
-
It is possible to create python Preference plugin with child tree item?
Thanks!
-
Hello @mikeudin,
Thank you for reaching out to us. Doing this is possible with the argument
parentid
when registering the preferences hook.parentid (int) – The ID of the preference parent hook. Should be usually set to 0.
Cheers,
Ferdinand -
@ferdinand Thank you! I'll check it!