|
53cbb0fa55
|
Cleanup: pep8
|
2014-11-05 10:42:59 +01:00 |
|
|
aaf0805297
|
support for zipping (--mode=ZIP/FILE)
|
2014-10-22 15:31:12 +02:00 |
|
|
90ec0d9f4f
|
Support for mesh external data
also cleaner fix for confusing blend files with textures
allow default argument for BlendFileBlock.get()
|
2014-10-22 14:37:41 +02:00 |
|
|
49cafea29c
|
Include struct name in error
|
2014-10-21 17:12:01 +02:00 |
|
|
e92c624df7
|
rename name -> name_full
|
2014-10-19 15:49:59 +02:00 |
|
|
f8d881d87a
|
raise an error trying to resolve struct-in-a-struct
|
2014-10-19 11:45:16 +02:00 |
|
|
6cc1c62eff
|
use dict lookup for fields
|
2014-10-18 20:13:10 +02:00 |
|
|
1e66a2c2f2
|
Add index support to path resolving
|
2014-10-17 12:04:09 +02:00 |
|
|
bde34ddb35
|
simplify DNAField.calc_name_only
|
2014-10-17 10:06:29 +02:00 |
|
|
149c8212ee
|
print fields in block __str__ (overkill but handy)
|
2014-10-16 20:25:48 +02:00 |
|
|
0a561193ab
|
Speedup BlendFile.find_block_from_offset (use hash)
|
2014-10-16 20:00:46 +02:00 |
|
|
010798af5d
|
add arguments to refine the pointer type
|
2014-10-16 19:51:24 +02:00 |
|
|
1814c0b46c
|
Add BlendFileBlock.refine_type_from_index
avoid lookup
|
2014-10-16 19:31:16 +02:00 |
|
|
a19abf9ca7
|
use dict lookup for sdna index
|
2014-10-16 19:25:39 +02:00 |
|
|
6dce38f2ae
|
remove DNACatalog class, this only stored a list
|
2014-10-16 19:02:57 +02:00 |
|
|
d4a164b09a
|
merge DMAStruct and type list
Was very confusing to have data spread out
now DNAStruct contains all info for a given type.
|
2014-10-16 18:47:10 +02:00 |
|
|
d1c4c5379b
|
Add method to refine types (needed for non ID blocks)
|
2014-10-16 18:21:46 +02:00 |
|
|
4987505ed5
|
Add BlendFileBlock.get_pointer helper function
|
2014-10-16 16:29:23 +02:00 |
|
|
f3fa2d9407
|
Fix error in last commit (file offsets were wrong)
|
2014-10-16 16:29:03 +02:00 |
|
|
ef5f4bb1eb
|
Cleanup: simplify block path resolving
move into own function, use from field get/set
|
2014-10-16 16:28:01 +02:00 |
|
|
754c571210
|
use more logical layout for dna-fields
replace tuple with field struct
|
2014-10-16 16:28:01 +02:00 |
|
|
bedc16fb15
|
move field lookups into their own function
|
2014-10-16 16:28:00 +02:00 |
|
|
b82aa439fa
|
raise an exception when get/setting a value that doesn't exist
|
2014-10-16 16:28:00 +02:00 |
|
|
96ee7bf19b
|
move packing util into its own directory
|
2014-10-16 12:15:20 +02:00 |
|