Search the Community
Showing results for tags 'HDA'.
-
Hello I decided to make a public Houdini package project: DASH It's mostly an abstract node library, with an great initial focus on VOPs. Yup... VOPs Project repository: https://github.com/probiner/DASH Video (Bit long-winded, so I guess it's mostly for those curious about detai...
-
Hello everyone! For the past 2 months I have been working on a procedural building generator as part of my studies at Breda University of Applied Sciences, that will be incorporated into an upcoming student project. We were tasked with finding a tech solution that fitted with our game, and I...
-
- student project
- pcg
-
(and 6 more)
Tagged with:
-
Machiya house generator in Houdini and Unreal
SikandarMaksoedan posted a topic in Tools (HDA's etc.)
Hello everyone! For the past 8 weeks I have been working on a Japanese Town House generator! This project was made for Breda University of Applied Sciences as a part of my Block A. This is my first Houdini project, so if anyone has feedback for me it would be greatly appreciated. Th...- 1 reply
-
- 8
-
-
- building generator
- building
- (and 9 more)
-
I’m currently trying to create an HDA without using a subnetwork. When I attempted to create a digital asset by selecting the SOP Import node in Copernicus (as shown in the first image), Houdini automatically created a subnetwork, and I couldn’t see the geometry (points) (as seen in the second image...
- 4 replies
-
- copernicus
- houdini
-
(and 1 more)
Tagged with:
-
Hi, I am Procedural Generative Artist. I am specialized in Procedural Asset Creation. I can create 3D assets for Games/Movies/3D Printing. My works have been featured in Several Websites. I am also able to create FX. You can see my reel below. I am looking for any kind of work. You can s...
-
Available at GUMROAD: https://ae43ae43.gumroad.com/l/bahri B-System is a SOP node editor for instances, much like a Copy To Points node with an integrated editor that lets you add, delete and move pieces directly in the viewport. Key Features: Viewport UI with handles and trans...
-
These are some basic ideas that I used when creating the Saliva for movies like Hellboy (2019) and Manikarnika: Queen of Jhansi (2019). The main goal was to be able to Art Direct everything anytime as there were over 14 shots where the Supervisor and Director had very specific notes. Visit my blog f...
-
Houdini FFX Collection Get it here: Gumroad: https://davidtorno.gumroad.com/l/ffxcollection FFX Collection is a collection of scene builds and techniques for the intermediate users of Houdini. Those looking for quick setups, wanting to get more familiar with VEX use cases, and wan...
-
I want to control drawcurve with subnet. But I don't think I can control what's inside the subnet. I need help. I'll attach the file. subnet.hip
- 1 reply
-
- draw curve
- node
-
(and 3 more)
Tagged with:
-
FFX Geometry Explainer is an assistive HDA for Educators, and DIY learners. As a beginner, have you struggled with understanding how Vertex, Point, Primitive, Detail, UV Seam, Edges, Half-Edges, Normals, Normal winding, and Shared/Unshared points relate in Houdini? This HDA should help. ht...
-
- 1
-
-
- explainer
- educational
- (and 13 more)
-
Hi, I have a question about Houdini engine and Unreal. Sorry if this is not the right place for this kind of question. I made a simple digital asset that scatters foliage instances on a selected geometry. It works. I can bake the output of my tool to foliage. But for some reason, the foliage placed...
-
https://alexeyvanzhula.gumroad.com/l/modeler2023/black_friday
-
[Tutorial] Intro: Hello Folks, I came up with a new workaround to work seamlessly between SOPs and LOPs, the idea about; why we can't consider the USD file as a container of data such as standard bgeo.sc? Let's replace it! So, this idea allows me to write caches on the desk once, instead of w...
-
Hey all, python / HDA related question: I'm making an HDA where I'm creating a bunch of trace nodes linking to a bunch of rotoshapes in a COP network, which is all good and everything is linking correctly...however I want to initialize the COP tab on the trace node via a python when the node i...
-
How can I reference a python file from HDA, I don't want all of my code to be in the HDA itself.
-
-
I am trying to get createModuleFromSection() in the Python module in an HDA I am developing. It can't find the module. I am less than a python noob thus struggling. I have a modified nodegraphvellumutils.py (which works perfectly) renamed as PythonSubmod.py and I want to attach it to the HDA the...