This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
char BLENDER[7]; | |
char pointer_size; | |
char endianness; | |
char version[3]; | |
struct Block { | |
char block_id[4]; | |
int size; | |
int64 address; | |
int sdna_index; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bl_info = { | |
"name": "rawHide", | |
"description": "toggle hide solution", | |
"author": "luiSSeyfer", | |
"version": (0, 0, 1), | |
"category": "View 3D", | |
"location": "View 3D", | |
"blender": (2, 80, 0) | |
} | |
OlderNewer