Types
BlendBasicType = enum B_char, B_uchar, B_short, B_ushort, B_int32, B_long, B_ulong, B_float, B_double, B_int64, B_uint64, B_void, B_int8
- Source Edit
BlendFile = ref BlendFileVal
- Source Edit
BlendFileVal = object mem: pointer file_path*: string dna: TypeAttrsRef blocks: FNodesByAddress named_blocks*: NamedBlocks struct_to_type: StructToTypeMap type_lengths: TypeLengths type_names: seq[cstring] old_mem_ptr: pointer endp: pointer byte_seq: seq[byte]
- Source Edit
Procs
proc `$`(n: FNode; depth = 0; max_depth = 3; just_name = false; dump_pointers = false): string {....raises: [KeyError], tags: [].}
- Source Edit
proc basic_type(n: FNode): BlendBasicType {....raises: [], tags: [].}
- Source Edit
proc debug_dump(f: BlendFile) {....raises: [KeyError], tags: [].}
- Source Edit
proc find_pointer_usage(n: FNode) {....raises: [], tags: [].}
- Source Edit
proc openBlendFile(path: string; data: pointer; len: int): BlendFile {. ...raises: [ValueError, KeyError], tags: [].}
- Source Edit