Skip to content

Commit

Permalink
Updates houdini installation
Browse files Browse the repository at this point in the history
  • Loading branch information
sosoyan authored Mar 11, 2021
1 parent e28678b commit 3536da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ <h2>

<li><p><strong>Install for Houdini</strong></p>
<ul><li><p>Copy aton_houdini.py to HtoA's scripts folder. <br><em>$HTOA_PATH/scripts/python/htoa/aton_houdini.py</em></p></li></ul>
<ul><li><p>It's necessary to inject an extra code into HtoA to be able to add a custom driver. Therefor insert the following python patch after the line 71 of the file <em>$HTOA_PATH/soho/arnold.py</em></p></ul>
<ul><li><p>It's necessary to inject an extra code into HtoA to be able to add a custom driver. Therefor insert the following python patch after the line 5 of the file <em>$HTOA_PATH/soho/arnold.py</em></p></ul>
<pre><code>try:
from htoa.aton_houdini import atonPatch
atonPatch()
Expand Down

0 comments on commit 3536da7

Please sign in to comment.