fkkcloud

fkkcloud

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

FBX export through python 2015年12月21日17:31

I get error when I try to createNode() I am using Indie version btw.
The attempted operation failed.
Traceback (most recent call last):
File “hou.session”, line 6, in <module>
File “CPROGRA~1/SIDEEF~1/HOUDIN~1.313/houdini/python2.7libs\houpythonportion.py”, line 541, in decorator
return func(*args, **kwargs)
File “CPROGRA~1/SIDEEF~1/HOUDIN~1.313/houdini/python2.7libs\hou.py”, line 5374, in createNode
return _hou.Node_createNode(*args, **kwargs)
OperationFailed: The attempted operation failed.
This node cannot contain other nodes

$PT in "carve" node 2014年4月10日13:05

jeff
Some SOPs don't take local variables. Carve SOP is one of them. There is an existing RFE to have the Carve SOP take local variables.

In the meantime, if you need to process multiple curves, you will have to wrap the Carve SOP inside a ForEach SOP in order to process curves in turn.

These days the ForEach SOP is pretty efficient.

Yeah, I ended up using ForEach SOP. Thanks!

$PT in "carve" node 2014年4月10日2:19

Hi,

How would I reference point number with global variable $PT in carve node?

It seems to not having the global variable.

Want to run an expression
point(“../vopsop23”, $PT, “growth”, 0)
on FirstU parameter of carve node.

Any suggestions?