-
ed1eb6df6f
Add support for mesh-cache modifier
Campbell Barton
2015-02-12 00:38:54 +11:00
-
535886c915
add revert
Campbell Barton
2015-01-30 04:51:06 +11:00
-
98f67c5d7f
test local replay of edits, needed for local cache
Campbell Barton
2015-01-23 20:30:19 +11:00
-
27a0f7471b
minor var rename (to sync with branch)
Campbell Barton
2015-01-28 17:55:37 +11:00
-
e30d18487f
tweak, test to ensure UUID's are ok for variations
Campbell Barton
2015-01-27 23:34:57 +11:00
-
52a9c508cb
Raise an exception when trying to run cli.py directly.
Campbell Barton
2015-01-15 03:51:29 +11:00
-
fbd65538ed
cleanup: syntax, comments, naming
Campbell Barton
2015-01-14 23:51:52 +11:00
-
8d36a542fb
Added test for checkout with missing a image
Francesco Siddi
2015-01-14 11:16:49 +01:00
-
3c2a4beec9
Fix for pack failing with missing files
Campbell Barton
2015-01-14 23:45:32 +11:00
-
25053f9c68
Added SQLALCHEMY_DATABASE_URI on config.py.example
Eibriel
2015-01-12 15:59:36 -03:00
-
0f80f31ac4
Support for the bundle command
Francesco Siddi
2015-01-12 18:15:54 +01:00
-
1379f375ee
Add test for image variations
Campbell Barton
2015-01-09 05:18:51 +11:00
-
b16801dd6c
Initial Variation support
Campbell Barton
2014-12-17 11:38:55 +01:00
-
3ddc2551c7
bam deps: disallow zero paths tp be passed
Campbell Barton
2015-01-08 18:36:48 +11:00
-
9c8521c629
ignore ".svn" when returning lists
Campbell Barton
2015-01-07 17:51:19 +11:00
-
e6022ee4a8
correct docs
Campbell Barton
2014-12-23 15:59:51 +11:00
-
07c2bc5075
doc generation for commandline now extracted into an RST directly.
Campbell Barton
2014-12-20 16:21:46 +01:00
-
229b49e88d
add support for nested arguments.
Campbell Barton
2014-12-20 03:23:55 +01:00
-
1b2c641884
Web service tests and bundle command
Francesco Siddi
2014-12-20 18:21:39 +01:00
-
8585580b83
use FORCE for phony commands
Campbell Barton
2014-12-20 02:33:10 +01:00
-
c5d25dce15
update comments
Campbell Barton
2014-12-20 02:32:51 +01:00
-
1ed725876a
cleanup
Campbell Barton
2014-12-20 01:59:07 +01:00
-
be47a97149
bump version
Campbell Barton
2014-12-19 16:14:04 +01:00
-
7aaf6a64e8
fix for rare case when a file path points to a directory
Campbell Barton
2014-12-19 16:09:40 +01:00
-
975a0a5f49
Don't compress common filetypes which are already compressed
Campbell Barton
2014-12-19 14:19:26 +01:00
-
6cfefb0ea1
Fix for walking over sequence paths
Campbell Barton
2014-12-19 14:19:12 +01:00
-
d5b2327740
path walker: expand more links
Campbell Barton
2014-12-19 12:24:18 +01:00
-
f8438d9419
bam cli: add compression level support
Campbell Barton
2014-12-19 11:22:59 +01:00
-
bf9098102e
setup now functional
Campbell Barton
2014-12-19 02:36:17 +01:00
-
fc5a206686
Sanitize paths before packing
Campbell Barton
2014-12-19 01:57:11 +01:00
-
871600312c
re-arrange modules, preparing for python-package-index
Campbell Barton
2014-12-19 00:28:47 +01:00
-
54ef179788
Add support for image sequence strip
Campbell Barton
2014-12-18 21:32:03 +01:00
-
29795e1fbe
image sequence support
Campbell Barton
2014-12-18 19:29:37 +01:00
-
6c5b0d002d
Resources refactoring into own module
Francesco Siddi
2014-12-18 15:45:39 +01:00
-
9a821c70c6
correct example command
Campbell Barton
2014-12-18 14:52:33 +01:00
-
7a209ba558
correct asserts packing blend files
Campbell Barton
2014-12-18 11:33:15 +01:00
-
afbebb8cf8
support for reading old blend files (some missing struct members)
Campbell Barton
2014-12-18 11:32:31 +01:00
-
5f619eef9f
improve reporting of packing & resolve an exception when key not found
Campbell Barton
2014-12-18 11:30:51 +01:00
-
05ebc867e0
batch packer now works & reports useful output
Campbell Barton
2014-12-17 21:55:29 +01:00
-
bcb5184b45
minor cleanup: prefer explicit dict syntax
Campbell Barton
2014-12-17 16:53:59 +01:00
-
8d368dc74f
remove json options from blendfile_pack, add quiet option
Campbell Barton
2014-12-17 16:37:28 +01:00
-
aef19f9ab8
Add initial batch packing test
Campbell Barton
2014-12-17 16:30:58 +01:00
-
5388aade23
bam cli: add --quiet argument (only used for packing)
Campbell Barton
2014-12-17 16:28:40 +01:00
-
48f5e7751e
Fix for packing zipfiles (without a bam project root)
Campbell Barton
2014-12-17 14:46:56 +01:00
-
7e554bf17c
bam cli: add bam pack command
Campbell Barton
2014-12-17 14:01:16 +01:00
-
dc2846ae49
add initial directory for batch testing
Campbell Barton
2014-12-17 11:47:09 +01:00
-
711c39fc26
tests: split off update class
Campbell Barton
2014-12-16 16:46:28 +01:00
-
7494c913bc
tests: don't populate the repo by default
Campbell Barton
2014-12-16 16:43:08 +01:00
-
c17099b249
correct typo, thanks to Tim Blokdijk for pointing out.
Campbell Barton
2014-12-16 15:55:53 +01:00
-
27ec9f20a2
cleanup: unused vars & wrong comment
Campbell Barton
2014-12-16 11:48:09 +01:00
-
441742a496
Add option to checkout all deps (even unused-indirect deps)
Campbell Barton
2014-12-16 11:17:13 +01:00
-
1f7fb125b9
cleanup: reduce a lookup getting command args
Campbell Barton
2014-12-16 11:04:57 +01:00
-
eb93f34206
cleanup: don't overwrite log
Campbell Barton
2014-12-16 10:58:21 +01:00
-
eb1a43df10
add test for path remapping
Campbell Barton
2014-12-13 14:24:40 +01:00
-
2dd2fd9c8d
refactor: move json writing into utility functions
Campbell Barton
2014-12-12 14:32:35 +01:00
-
4e3a9ca9b7
Improve output for path remapper
Campbell Barton
2014-12-11 22:32:11 +01:00
-
5622c410b6
Added test for commits after new session creation
Francesco Siddi
2014-12-11 20:08:20 +01:00
-
40e459937b
update paths_remap file on commit
Campbell Barton
2014-12-11 20:02:45 +01:00
-
5903abe6e2
for now only log errors
Campbell Barton
2014-12-11 16:42:28 +01:00
-
04ceba076e
bam path remap: use the 'size + sha' in bytes as a hash
Campbell Barton
2014-12-11 16:31:56 +01:00
-
81908c8b5d
Replace SHA1 with hex(length) + sha512
Campbell Barton
2014-12-11 16:27:05 +01:00
-
c322c30fe5
add option to recurse data in indirectly linked blend files
Campbell Barton
2014-12-11 12:44:47 +01:00
-
24716712d9
bam cli: path remap command
Campbell Barton
2014-12-10 23:05:08 +01:00
-
7e37742383
Normalize the path when remapping
Campbell Barton
2014-12-11 00:20:04 +01:00
-
64090436cd
Add API to resolve the abs path with your own basedir
Campbell Barton
2014-12-10 23:04:37 +01:00
-
25419a42fa
Add support for expanding pose-bone custom pointers
Campbell Barton
2014-12-05 15:48:27 +01:00
-
06ac67772f
Fix blendfile exception when refining types
Campbell Barton
2014-12-05 15:48:07 +01:00
-
dbee95aa96
Fix for error path remapping with indirectly linked libraries
Campbell Barton
2014-12-05 14:59:15 +01:00
-
405973c551
Client docs
Francesco Siddi
2014-12-05 14:49:57 +01:00
-
fe49ad2c62
Adding a default .bamignore to every new session
Francesco Siddi
2014-12-05 11:08:09 +01:00
-
3d162bf9bc
cleanup: rename suffix argument
Campbell Barton
2014-12-05 10:10:54 +01:00
-
8613e98327
Prevent checkout in existing sessions.
Francesco Siddi
2014-12-04 18:50:04 +01:00
-
a1b132fc56
cleanup: return status result (was taking args)
Campbell Barton
2014-12-04 16:12:41 +01:00
-
6553450a3b
Update to docs
Francesco Siddi
2014-12-04 15:38:45 +01:00
-
4b8942a6a8
tests: simple update example
Campbell Barton
2014-12-04 15:20:34 +01:00
-
b3e5408256
cleanup: use common imports at top of file
Campbell Barton
2014-12-04 13:00:46 +01:00
-
63078e277b
initial support for update
Campbell Barton
2014-12-04 12:58:53 +01:00
-
2cd93b317c
Docs updates
Francesco Siddi
2014-12-04 11:06:41 +01:00
-
b140c79324
Use regex to ignore versioned blend's
Campbell Barton
2014-12-04 09:34:33 +01:00
-
95c744fd3e
docs: minor tweaks
Campbell Barton
2014-12-03 23:06:55 +01:00
-
c1eee3c0aa
add a local version of sphinx argparse extension
Campbell Barton
2014-12-03 22:50:20 +01:00
-
47666731b0
docs: terse descriptions for each subcommand
Campbell Barton
2014-12-03 22:27:23 +01:00
-
58955c2e7c
docs: use sphinx arg parser extension to document args
Campbell Barton
2014-12-03 19:07:03 +01:00
-
89e4caa75a
Documentation update
Francesco Siddi
2014-12-03 18:55:13 +01:00
-
fe54e3cadc
refactor, cleanup remapping paths
Campbell Barton
2014-12-03 18:33:09 +01:00
-
7d7045060c
refector (baby steps)
Campbell Barton
2014-12-03 17:54:45 +01:00
-
4880615660
Fix for committing paths which start out with absolute remapping "_" prefix
Campbell Barton
2014-12-03 17:20:55 +01:00
-
2b7cb9ed7a
add doc & clean targets
Campbell Barton
2014-12-03 17:20:39 +01:00
-
721780efc5
WIP test, it fails!
Campbell Barton
2014-12-03 15:40:51 +01:00
-
4ad5a396ae
fix for silly mistake in test
Campbell Barton
2014-12-03 14:22:06 +01:00
-
9404e2e08c
cleanup: rebane fn -> f, (when used for files, not functions)
Campbell Barton
2014-12-03 14:06:01 +01:00
-
930981acd1
cleanup
Campbell Barton
2014-12-03 14:00:03 +01:00
-
fe3c51401a
update test for absolute/relative paths
Campbell Barton
2014-12-03 13:58:27 +01:00
-
1ce4508a80
Fix for absolute relative path handling
Campbell Barton
2014-12-03 13:55:43 +01:00
-
88021db1a1
linking example files (relative and absolute paths)
Campbell Barton
2014-12-03 10:51:42 +01:00
-
ac68fe6a8e
ignore blend1's
Campbell Barton
2014-12-03 10:51:34 +01:00
-
fa31b285fe
tests: add a test that checks new files are added at the correct directory
Campbell Barton
2014-12-02 17:04:32 +01:00
-
e613dacac5
bam-path-deps, write the project path into the json file
Campbell Barton
2014-12-02 17:03:33 +01:00
-
0a503a42d6
Fix to tests comment
Francesco Siddi
2014-12-02 15:42:50 +01:00
-
f69121af52
Adding no auth cache for svn commit
Francesco Siddi
2014-12-02 15:16:16 +01:00