projects
/
blender.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fixed remaining syntax errors in OSL files. node_sepcomb_rgb.osl is split into 2...
[blender.git]
/
extern
/
libmv
/
mkfiles.sh
1
#!/bin/sh
2
3
find ./libmv/ -type f | sed -r 's/^\.\///' | sort > files.txt
4
find ./third_party/ -mindepth 2 -type f | grep -v third_party/ceres | sed -r 's/^\.\///' | sort >> files.txt