Search - User list
Full Version: Python Node doesn't pick up wedgenum
Root » PDG/TOPs » Python Node doesn't pick up wedgenum
SuekieZA
Hey there,

So i have a simple scene, one sphere, one top net with two wedges and a python script. I is supposed to get the wedgenum from the wedge work items. But alas it seems to not work at all.


Please see attached image and hip file
johnmather
The work item is already provided to you. Replace

Item = pdg.workItem()
wdg_idx_list = pdg.intDataArray(Item, "wedgenum")

with

wdg_idx_list = pdg.intDataArray(work_item, "wedgenum")
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB