95c744fd3e
docs: minor tweaks
2014-12-03 23:06:55 +01:00
c1eee3c0aa
add a local version of sphinx argparse extension
...
note, this has a local fix, the extension was documenting every alias separately,
submitted for inclusion upstream.
2014-12-03 22:50:20 +01:00
47666731b0
docs: terse descriptions for each subcommand
2014-12-03 22:27:23 +01:00
58955c2e7c
docs: use sphinx arg parser extension to document args
2014-12-03 19:07:03 +01:00
89e4caa75a
Documentation update
2014-12-03 18:55:15 +01:00
fe54e3cadc
refactor, cleanup remapping paths
2014-12-03 18:41:36 +01:00
7d7045060c
refector (baby steps)
2014-12-03 17:54:45 +01:00
4880615660
Fix for committing paths which start out with absolute remapping "_" prefix
2014-12-03 17:20:55 +01:00
2b7cb9ed7a
add doc & clean targets
2014-12-03 17:20:39 +01:00
721780efc5
WIP test, it fails!
2014-12-03 15:40:51 +01:00
4ad5a396ae
fix for silly mistake in test
2014-12-03 14:22:06 +01:00
9404e2e08c
cleanup: rebane fn -> f, (when used for files, not functions)
2014-12-03 14:06:01 +01:00
930981acd1
cleanup
2014-12-03 14:02:12 +01:00
fe3c51401a
update test for absolute/relative paths
2014-12-03 14:02:12 +01:00
1ce4508a80
Fix for absolute relative path handling
2014-12-03 14:02:07 +01:00
88021db1a1
linking example files (relative and absolute paths)
2014-12-03 11:22:59 +01:00
ac68fe6a8e
ignore blend1's
2014-12-03 10:51:34 +01:00
fa31b285fe
tests: add a test that checks new files are added at the correct directory
2014-12-02 17:04:32 +01:00
e613dacac5
bam-path-deps, write the project path into the json file
...
this is so we can tell what project directory we're relative to.
2014-12-02 17:04:24 +01:00
0a503a42d6
Fix to tests comment
2014-12-02 15:42:50 +01:00
f69121af52
Adding no auth cache for svn commit
2014-12-02 15:16:16 +01:00
090a5803d5
bam cli: status was using json
2014-12-02 14:50:13 +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
a9be59f7c3
fix for json output
2014-12-02 13:38:21 +01:00
f3e75471b6
remove unused function
2014-12-02 12:56:08 +01:00
b65962cf62
bam cli deps: improved output
2014-11-28 17:09:20 +01:00
aae6de1af3
blendfile: ignore built-in fonts
...
also add filepath_absolute, readonly property
2014-11-28 16:59:28 +01:00
1cd189ec18
cleanup: use a tuple for ignore data
2014-11-28 14:59:13 +01:00
b5ef800f5b
Commits now update the sha1's so we know the data is changed
2014-11-28 14:53:17 +01:00
366204b50c
bamignore now prints the exact error
2014-11-28 13:12:30 +01:00
301582e4b7
tests: add convenience function to run bam and get json output
2014-11-28 12:45:46 +01:00
b9be648b4e
bam cli: status now supports json output
2014-11-28 12:45:46 +01:00
72ecb1ca5a
Test for broken regex in bamignore
2014-11-28 12:45:00 +01:00
7faf554cdd
Support for .bamignore on the client side
2014-11-28 12:45:00 +01:00
935fc23434
bam cli: generalize shared args into functions
2014-11-28 12:45:00 +01:00
4743d24b4e
bam cli: status now supports json output
2014-11-28 12:45:00 +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
62f8a03f81
BAM checkout now cares about symlinks
2014-11-28 12:45:00 +01:00
13993426ac
Get blender binary from evn if set
2014-11-27 15:06:38 +01:00
85fd8513ae
cleanup
2014-11-27 13:10:40 +01:00
4aabfb09dc
support passing arguments to template create commands
2014-11-27 12:51:04 +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
afcb6acf5d
tests: quiet webserver log, generalize the blendfile deps test
2014-11-26 10:56:30 +01:00
8147461e2d
tests: initial test path remapping works as expected
...
note, this is disabled now, will impliment and enable the test next
2014-11-25 17:16:40 +01:00
94e3ae86e9
bam cli: updates
...
- deps now supports --json
- paths are now committed relative to their session dir (TODO, remapping)
2014-11-25 17:15:37 +01:00
e846ce8d3b
bam cli: remove redundant callback wrappers.
2014-11-25 00:00:39 +01:00