Multi Wheel RBD Simulator is a Houdini HDA (Digital Asset) for driving and capture (live in the viewport) multi axle vehicle movement via XBOX Controller.
Available on Gumroad: https://enoni.gumroad.com/l/rbd_car_hda [enoni.gumroad.com]
Plenty of options to define the axle count and shape of the car, ground, physics behaviour, steering angles, front/back/all wheel drive and a lot more.
Example of a 2-axle geo binding with a Jeep model.
Example scene (included) with a rough Scifi-Spacerover model.
Found 11 posts.
Search results Show results as topic list.
3rd Party » Multi Wheel RigidBody Simulator HDA
- e_noni
- 11 posts
- Offline
3rd Party » OD Shelf Tools 2021 does not work in H19.5 :(
- e_noni
- 11 posts
- Offline
3rd Party » Asset Handler
- e_noni
- 11 posts
- Offline
Update 1.13 Teaser
Release Notes: https://www.enoni.de/wp/docs/asset-handler-changelog/version/version-1-13/ [www.enoni.de]
Release Notes: https://www.enoni.de/wp/docs/asset-handler-changelog/version/version-1-13/ [www.enoni.de]
3rd Party » Asset Handler
- e_noni
- 11 posts
- Offline
Asset Handler 1.12 is out. With Shader Preset support for Redshift, Mantra, Arnold and Renderman. H19.x support, Bugfixes etc.
Changelog [www.enoni.de]
Gumroad [enoni.gumroad.com]
Changelog [www.enoni.de]
Gumroad [enoni.gumroad.com]
Edited by e_noni - 2021年11月23日 03:06:06
3rd Party » Asset Handler
- e_noni
- 11 posts
- Offline
3rd Party » Asset Handler
Technical Discussion » Python import lib instand crashes Houdini
- e_noni
- 11 posts
- Offline
hi houdinis,
try to import (OpenCV) cv2 and houdini instand crashes H18.5.596, py27 on Linux Mint:
87977 ThreadId=0x7f2728bff700: Fatal error: Segmentation fault
87977: Fatal error: Segmentation fault (sent by pid 87977)
i setuped a pycharm test project to houdinis python interpreter. works like a charm.
anyone can help?
cheers, nic.
try to import (OpenCV) cv2 and houdini instand crashes H18.5.596, py27 on Linux Mint:
87977 ThreadId=0x7f2728bff700: Fatal error: Segmentation fault
87977: Fatal error: Segmentation fault (sent by pid 87977)
i setuped a pycharm test project to houdinis python interpreter. works like a charm.
anyone can help?
cheers, nic.
Edited by e_noni - 2021年6月4日 09:26:36
3rd Party » Asset Handler
- e_noni
- 11 posts
- Offline
3rd Party » Asset Handler
- e_noni
- 11 posts
- Offline
Hi,
i released my first Tool for Houdini. Asset Handler is a Python Panel for SideFX Houdini that allows easy creation and access HDAs from a Library.
00:07 HDAs General Handling
01:57 HDRI
02:30 RS-Proxies
03:30 Aixterior Assets & Scattering
09:15 Megascans Assets
11:23 Examples
https://www.enoni.de/wp/asset-handler/ [www.enoni.de]
i released my first Tool for Houdini. Asset Handler is a Python Panel for SideFX Houdini that allows easy creation and access HDAs from a Library.
00:07 HDAs General Handling
01:57 HDRI
02:30 RS-Proxies
03:30 Aixterior Assets & Scattering
09:15 Megascans Assets
11:23 Examples
https://www.enoni.de/wp/asset-handler/ [www.enoni.de]
Houdini Indie and Apprentice » Transferring point velocity to volume
- e_noni
- 11 posts
- Offline
hi,
there a several ways to do this (wrangle ec.). in the hip i use a volumevop with a nearpoint vop to sample v from a geo. the hipfile provides a particle-upres workflow but you see how it works.
nic.
there a several ways to do this (wrangle ec.). in the hip i use a volumevop with a nearpoint vop to sample v from a geo. the hipfile provides a particle-upres workflow but you see how it works.
nic.
Technical Discussion » How to invoke a tool from a shelf via Python scripting
- e_noni
- 11 posts
- Offline
danielsweeney
Hi Graham,
I know this is a old thread.
But I am trying to figure out how to run a shelf tool and I cannot work this out.
in the python shell I am trying to Run the .tool() and its not coming up with the tool tip like all other functions. even thought it is documented?
I am Running houdini 17 core.
basically, I just want to be able to call a shelf tool on startup so I am trying to figure out how to do this in python for the 123.py etc.
Cheers for your time.
Or appreciate anyone else help.
this works:
your_tool = hou.shelves.tool(“internal_tool_name”)
tool_script = your_tool.script()
exec(tool_script)
refer to this http://www.sidefx.com/docs/houdini/hom/hou/shelves.html [www.sidefx.com]
-
- Quick Links