In the standart Hscript Houdini has good random and some things like $F, $PT. How to use that in python???
P.S. Please, send me some good Houdini scripting tutorials.
Python scripting
1976 1 1- Venikman1
- Member
- 3 posts
- Joined: June 2015
- Offline
- PradeepBarua
- Member
- 443 posts
- Joined: Sept. 2012
- Offline
$F = hou.frame() #or in short frame()
$PT = hou.pwd().curPoint() #or in short pwd().curpoint()
Python Masterclass
https://vimeo.com/14612897 [vimeo.com]
$PT = hou.pwd().curPoint() #or in short pwd().curpoint()
Python Masterclass
https://vimeo.com/14612897 [vimeo.com]
-
- Quick Links