Closed vignedev closed 1 year ago
Certain addons provide their own icons to draw in their UI (eg. Polyhaven's addon). The id is a nullptr in such cases and will crash Blender, this commit just provides a simple check.
id
nullptr
Thanks for that! :3
Certain addons provide their own icons to draw in their UI (eg. Polyhaven's addon). The
id
is anullptr
in such cases and will crash Blender, this commit just provides a simple check.