Commit Graph

13 Commits

Author SHA1 Message Date
dbee95aa96 Fix for error path remapping with indirectly linked libraries 2014-12-05 14:59:40 +01:00
930981acd1 cleanup 2014-12-03 14:02:12 +01:00
d706610a7b path-walker: use real logging 2014-12-02 14:26:12 +01:00
f7cf15e708 use multi-platform os.sep 2014-12-02 14:22:19 +01:00
60f47d2d38 cleanup 2014-12-02 13:52:29 +01:00
aae6de1af3 blendfile: ignore built-in fonts
also add filepath_absolute, readonly property
2014-11-28 16:59:28 +01:00
3e846a8127 test for linked blendfile writing 2014-11-28 12:45:00 +01:00
6e825c02a0 blend-file walker support for walking sequence strip 2014-11-28 12:45:00 +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
2fdc73de76 temp disable library check, need to investigate this more 2014-11-07 16:58:08 +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