dillongoostudios / goo-engine

Custom build of blender with some extra NPR features.
Other
958 stars 123 forks source link

GooEngine: Fix crash with Material Icon Rendering disabled #51

Closed vignedev closed 1 year ago

vignedev commented 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.

Lateasusual commented 1 year ago

Thanks for that! :3