Skip to content

Instantly share code, notes, and snippets.

View SuperFLEB's full-sized avatar

FLEB SuperFLEB

View GitHub Profile
@SuperFLEB
SuperFLEB / and_much_more.md
Last active April 5, 2024 04:24
...and much more!

The SuperFLEB Extended Universe...

...because six pins just aren't enough!

Blender Addons

Add-ons for the 3D software, Blender

Plaidiator, a Blender addon for creating plaids and tartans easily with a stripe-based approach

@SuperFLEB
SuperFLEB / blender_python_memory_jogs.md
Last active March 28, 2024 22:32
Blender Python Memory Jobs

Blender Python Memory Jogs

This is a list of things that I'm always forgetting how to do, especially things I tend to have trouble looking up, for some reason or another.

Display the reason an operator poll failed

Use the cls.poll_message_set(...) function:

 @classmethod