Skip to content

Instantly share code, notes, and snippets.

@Andrej730
Andrej730 / blend.bt
Last active October 13, 2024 13:07
Blender DNA structure example
char BLENDER[7];
char pointer_size;
char endianness;
char version[3];
struct Block {
char block_id[4];
int size;
int64 address;
int sdna_index;
@Andrej730
Andrej730 / rawHide.py
Last active May 14, 2025 05:52
rawHide - numpy 1.20+ fix
bl_info = {
"name": "rawHide",
"description": "toggle hide solution",
"author": "luiSSeyfer",
"version": (0, 0, 1),
"category": "View 3D",
"location": "View 3D",
"blender": (2, 80, 0)
}