rpickler

rpickler

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Point Groups For mutliple nParticle nodes? Oct. 9, 2014, 8:08 a.m.

What if the points were divided into particle system primitives using an add sop? Would that spit out as separate objects?

Undefined Symbol when running under hython Nov. 26, 2013, 6:21 a.m.

I am working on a dso that includes a custom primitive type and associated renderer, and I get an undefined symbol when loading the dso under hython, but not when loading it under hescape or houdini:

undefined symbol: _ZN12GR_Primitive16renderDecorationEP9RE_Render13GR_DecorationRK18GR_DecorationParms

I'm building using the makefiles provided with Houdini 13.0.224. I did just notice the final linking step does not include $(HLIBINC) and $(HLIBS) by default, but fixing that in my makefile does not help this problem any.

Thoughts?

HDK : How to use the new Ramp? March 2, 2010, 9:59 a.m.

Hate resurrecting a very old thread like this, but I'm struggling with this. I have something similar to the code above, and have tried other variations of it, but I keep getting a crash within updateRampFromMultiParm().

updateRampFromMultiParm( 0.0, getParm( “ramp” ), *r, NULL );

#1 0x00007f0422491e99 in PRM_Parm::getMultiType ()
from /packages/vendor/sidefx/linux_64/hfs10.0/dsolib/libHoudiniPRM.so
(gdb)
#2 0x00007f04225c1429 in OP_Parameters::updateRampFromMultiParm ()
from /packages/vendor/sidefx/linux_64/hfs10.0/dsolib/libHoudiniPRM.so

Just cannot figure out what's killing me here.