kunz Difference between revisions of "Notes"

Difference between revisions of "Notes"

From kunz
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!--
https://www.sidefx.com/faq/question/how-do-i-set-up-the-houdini-environment-for-command-line-tools/
https://www.sidefx.com/docs/houdini/basics/config_env.html
https://help.autodesk.com/view/ARNOL/ENU/?guid=arnold_for_houdini_ah_getting_started_ah_Installation_html#using-a-wrapper-script
-->
<syntaxhighlight lang='bash'>
#!/bin/bash
# path to houdini install
HOUDINI_ROOT="/opt/hfs18.0.348"
# source houdini environment
cd ${HOUDINI_ROOT}
source houdini_setup
cd - &> /dev/null
# make a fresh houdini prefs
export HOUDINI_USER_PREF_DIR=/tmp/__HVER__
export HOUDINI_USER_PREF_DIR=/tmp/__HVER__
 
# launch houdini
houdini $@
# For OSX you can simply launch the Houdini Terminal app, then export the HOUDINI_USER_PREF_DIR and launch
</syntaxhighlight>
<embedvideo service="youtube" dimensions="960x540" urlargs="modestbranding=1&showinfo=0">https://youtu.be/PCUskrvHEyU</embedvideo>
<embedvideo service="youtube" dimensions="960x540" urlargs="modestbranding=1&showinfo=0">https://youtu.be/PCUskrvHEyU</embedvideo>


Line 27: Line 47:


<embedvideo service="youtube" dimensions="960x540" urlargs="modestbranding=1&showinfo=0">https://youtu.be/Ml4rwqT8H9s</embedvideo>
<embedvideo service="youtube" dimensions="960x540" urlargs="modestbranding=1&showinfo=0">https://youtu.be/Ml4rwqT8H9s</embedvideo>
[[Special:Redirect/file/https://imgix.bustle.com/uploads/image/2022/9/14/6563cfe0-3ade-42bd-bb6a-5d4db8784a81-screen-shot-2022-09-12-at-121439-pm-min.png?w=1200&h=1200&fit=crop&crop=faces&fm=jpg]]


[https://twitter.com/LiterallyAKing/status/1569059332611870722 Chladni figures thread]
[https://twitter.com/LiterallyAKing/status/1569059332611870722 Chladni figures thread]

Latest revision as of 10:28, 22 April 2024