Skip to content

Commit

Permalink
Merge pull request #117 from pedohorse/houdini-tools-otls
Browse files Browse the repository at this point in the history
Houdini tools otls
  • Loading branch information
pedohorse authored Nov 6, 2024
2 parents 2831689 + 3d526bd commit e5f34eb
Show file tree
Hide file tree
Showing 95 changed files with 6,632 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ There are multiple ways to get Lifeblood to try it out, refer to [installation s

In short - easiest way is to use [Lifeblood-Manager](https://github.com/pedohorse/lifeblood-manager/releases), as described in the docs

### DCC tools and submitters

Lifeblood-Manager can install houdini tools automatically.

For manual installation - sumbitters for Houdini and Blender are available in [releases](https://github.com/pedohorse/lifeblood/releases).

## Links

- [blog + support](https://www.patreon.com/xapkohheh)
Expand Down
4 changes: 3 additions & 1 deletion dcc_plugins_workspace/build_houdini.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ pushd $(dirname $0)
mkdir -p $OUT/otls

# assume houdini environment is initialized
hotl -l houdini/otls/Driver-lifeblood_submitter-1.0.0.hda $OUT/otls/Driver-lifeblood_submitter-1.0.0.hda
for fname in houdini/otls/*.hda; do
hotl -l "${fname}" "$OUT/otls/${fname##*/}"
done;

rsync -arhv houdini/presets $OUT

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Operator: lifeblood::lifeblood_cache_submitter::1.0
Label: Lifeblood Cache Submitter
Path: oplib:/lifeblood::Driver/lifeblood_cache_submitter::1.0?lifeblood::Driver/lifeblood_cache_submitter::1.0
Icon: opdef:/lifeblood::Driver/lifeblood_submitter::1.0.0?IconSVG
Table: Driver
License:
Extra:
User:
Inputs: 0 to 1
Subnet: true
Python: false
Empty: false
Modified: Tue Nov 5 18:04:25 2024

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
""
INDEX__SECTION INDEX_SECTION
houdini.hdalibrary houdini.hdalibrary
lifeblood_8_8Driver_1lifeblood__cache__submitter_8_81.0 lifeblood::Driver/lifeblood_cache_submitter::1.0
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
lifeblood::Driver/lifeblood_submitter::1.0.0 /home/xapkohheh/git/dev_fhs/projects_py/lifeblood/dcc_plugins/houdini/otls/Driver-lifeblood_submitter-1.0.0.hda
lifeblood::Driver/lifeblood_submitter::1.0.0 otls/Driver-lifeblood_submitter-1.0.0.hda
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"hdaroot/lifeblood_submitter.def":1730822841,
"hdaroot.def":1730823159
}
Loading

0 comments on commit e5f34eb

Please sign in to comment.