Commit Graph

18 Commits

Author SHA1 Message Date
29795e1fbe image sequence support 2014-12-18 22:15:33 +01:00
7a209ba558 correct asserts packing blend files
- absolute windows paths made packing fail
- files with '.blend' in the path name would assert
2014-12-18 11:33:15 +01:00
8d368dc74f remove json options from blendfile_pack, add quiet option 2014-12-17 16:39:31 +01:00
48f5e7751e Fix for packing zipfiles (without a bam project root) 2014-12-17 14:46:56 +01:00
441742a496 Add option to checkout all deps (even unused-indirect deps)
eg:
    bam checkout path/ --all-deps
2014-12-16 11:17:13 +01:00
81908c8b5d Replace SHA1 with hex(length) + sha512 2014-12-11 16:27:05 +01:00
7e37742383 Normalize the path when remapping
In some cases it could output very odd paths which wouldn't resolve on OSX
for now simple to normalize.
2014-12-11 11:10:38 +01:00
dbee95aa96 Fix for error path remapping with indirectly linked libraries 2014-12-05 14:59:40 +01:00
85fd8513ae cleanup 2014-11-27 13:10:40 +01:00
d99d9e1adf re-work packer so absolute paths have '_' prefix. 2014-11-27 12:32:41 +01:00
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
064421ab1b add libs to UUID list 2014-11-07 17:40:38 +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
8b1085edd1 rename/reshuffle modules 2014-11-05 14:52:35 +01:00