rpickler

rpickler

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

Point Groups For mutliple nParticle nodes? 2014年10月9日8:08

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 2013年11月26日6:21

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? 2010年3月2日9:59

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.