Commit Graph

25 Commits

Author SHA1 Message Date
8994385c63 Added support for Alembic caches. 2017-04-21 11:45:48 +02:00
c4dbf01f5f Fix T51131: Textures do not get packed when used in particle system 2017-04-05 12:50:28 +02:00
c43248a235 More control over logging + added extra DEBUG level 2017-04-05 12:50:28 +02:00
4c0de51d2a set_as_str() now also works for sets of non-string data.
Also not doubly-sorting any more.
2017-04-05 12:32:33 +02:00
9524c88b32 Added some type annotations to aid debugging. 2017-04-05 12:29:45 +02:00
a404ed8fdb Use relative import
This way the code can remain the same in both Blender's io_blend_utils
module and BAM.
2016-09-15 14:35:53 +02:00
4d6b5bf4c0 Use tuples for multi-part lookups
Also use real ints instead of extracting from strings.
2016-01-26 18:36:48 +11:00
fba8bf04d6 Fix for stupid typo 2015-06-12 23:50:00 +10:00
7d7fede5b2 Support context manager for opening blend file 2015-06-09 03:08:18 +10:00
88eefcf6bc check source mode before including alembic files 2015-06-08 23:47:18 +10:00
c3d4d85342 Only pack input cache 2015-06-02 21:46:50 +10:00
18901fa5f7 Add alembic support (with option so we can disable) 2015-05-08 01:17:24 +10:00
9e92aa7736 Fix T44099: Packing textures fails
files that touched the same path multiple times was broken
2015-03-25 04:03:51 +11:00
1111f24b04 Fix T43830: Packing skips some image datablocks
Add support for ParticleSystems (render as - object & group)
2015-03-03 10:39:00 +11:00
f23630e970 path walker: include object materials 2015-03-03 10:01:32 +11:00
a542c8bfc4 Fix for bug where library names could collide
Multiple libraries from one file wouldn't use unique ID.name members.
Now used memory address instead of the name to keep track of which blocks we've visited.
2015-02-20 21:11:00 +11:00
ed1eb6df6f Add support for mesh-cache modifier 2015-02-12 00:38:54 +11:00
98f67c5d7f test local replay of edits, needed for local cache 2015-01-28 20:29:29 +11:00
fbd65538ed cleanup: syntax, comments, naming 2015-01-14 23:51:52 +11:00
1379f375ee Add test for image variations 2015-01-09 05:21:21 +11:00
b16801dd6c Initial Variation support
See: T42930

Also added tests
2015-01-09 05:21:14 +11:00
1ed725876a cleanup 2014-12-20 01:59:07 +01:00
6cfefb0ea1 Fix for walking over sequence paths 2014-12-19 17:29:55 +01:00
d5b2327740 path walker: expand more links 2014-12-19 17:29:55 +01:00
871600312c re-arrange modules, preparing for python-package-index 2014-12-19 11:33:05 +01:00