Commit Graph

14 Commits

Author SHA1 Message Date
673b0b0187 Path remapping for packing
This commit changes how relative paths are handled depending on weather they are nested or not.

Layout is as follows.

- ./shots/01/shot_01.blend
- ./shots/01/maps/special.png
- ./maps/generic.png

Maps to...
- ./shot_01.blend
- ./_maps/special.png
- ./maps/generic.png
2014-11-26 18:47:21 +01:00
aac29c824d cleanup: pep8 2014-11-21 21:12:28 +01:00
b6154953ad fix for deleting a non-blend file 2014-11-20 21:08:13 +01:00
a5646eeeb9 give better exceptions when the file type isnt a GZIP or a Blend 2014-11-19 16:31:26 +01:00
49e3c1e181 raise an exception when the file isn't a blend 2014-11-19 16:27:11 +01:00
064421ab1b add libs to UUID list 2014-11-07 17:40:38 +01:00
2fdc73de76 temp disable library check, need to investigate this more 2014-11-07 16:58:08 +01:00
7cb1e806af paths are now relative to project root when checked out 2014-11-06 14:42:38 +01:00
fa24540b4e move json writing out of path remap 2014-11-06 13:15:16 +01:00
5c9849f64f Cleanup: rename zip (not to conflict with zip func) 2014-11-06 12:48:09 +01:00
0ce5b61d12 Fix bug indirect library linking 2014-11-05 19:30:19 +01:00
2ca9bc1d46 'bam deps' command - working on basic level 2014-11-05 15:41:55 +01:00
8b1085edd1 rename/reshuffle modules 2014-11-05 14:52:35 +01:00
7f57c74f02 de-duplicate code, add generic modules dir 2014-11-05 10:04:40 +01:00