Posescope - pickscript

   1408   2   1
User Avatar
Member
20 posts
Joined: Oct. 2016
Offline
Hi,

I am trying to use the Pose Scope pickscript option. In this script I would like to get information from other nodes inside the current asset (inside which Pose Scope node also is), but am unable to get this information inside the pickscript (python). Is it possible to get the asset's path and other information from the Pose Scope pickscript?

Thanks

Rok Andic
www.rokandic.com
User Avatar
Staff
3455 posts
Joined: July 2005
Online
try
node = “`$OS`”
print node
print kwargs

the first will print the picscript SOP
the second will print the containing object
Michael Goldfarb | www.odforce.net
Training Lead
SideFX
www.sidefx.com
User Avatar
Member
20 posts
Joined: Oct. 2016
Offline
Oh, that's awesome, thanks Michael!

Rok Andic
www.rokandic.com
  • Quick Links