amschuppel

amschuppel

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Can`t type in numbers anymore Aug. 22, 2018, 12:16 p.m.

ALSO!! This could be an issue with SCR lock. My keyboard keys light up when I hit SCR lock and when I do it inside the Houdini interface, it highlights the frame number and also prevents me from typing.

H16: Houdini displays geometry even with none visualized July 7, 2018, 10:03 p.m.

I read of this problem back in H12 but couldn't find a solution.

I'm creating a sophisticated fracture asset which uses some pre-fracture VOP work to create some jagged fracture edges, and a switch between low poly and hi poly for simulation vs. rendering. Upon switching from hi poly back to low poly in order to reset or continue the simulation, Houdini will leave behind an open GL monster of whatever the last state of the hi poly simulation was.

Even upon disabling all nodes in my object context, the open GL monster remains. The issue is purely asthetic, as it will run the low poly simulation regardless of this monster, and when I switch back to hi poly, it will update and act as it should. However, as soon as I switch back to the low poly state, the monster returns. It takes quite a couple arbitrary clicks and changes to settings to get a clean refresh without just reopening the project, even if I do manage to reset the timeline cache and replay from frame 0.

Here's the hi poly mess left over mid simulation after switching to low poly mode and going to frame 0. You can notice that only one geo node is visualized and selected - on top of the mess.


This pic more accurately describes what I mean by open GL monster. This is leftover after changing from hi poly to low poly on frame 0 and running the simulation.


It must be a bug given that it will display with 0 nodes visualized. However, does anyone know of any hard refreshes I can implement into my asset?

Unlimited inputs - Houdini Digital Asset Jan. 6, 2018, 7:33 p.m.

I've been working on a lightning generator for some time now. Basically, points are scattered on objects, points of the same indexes are connected with lines, and the lines are displaced.

I recently found out that my asset works no matter how many object inputs I plug into it. Originally, I had two objects, a source and a target - but now I'd like to set it up so it operates like a chain of objects.

I'm wondering if there is a way to incorporate a button in the asset which creates a new object input and somehow link that to the sub-network through which the points are scattered on the object.