Jump to content

Gonda

Member
  • Posts

    52
  • Joined

  • Last visited

Everything posted by Gonda

  1. Hi All, So, I know it's possible to run external Python Scripts via the "Run Script..." menu item, but I was wondering if there is any way to add a menu item to a menu that is linked to an external script (ie, not having to manually select the script to run everytime). This is mostly a function of that fact that the built in editor in VW is pretty crap for Python and it's frustrating to be trying to write/debug a script and the have to constantly be going through a number of windows just to get to the editor and then backing out of said windows to run the script... Thanks, -j
  2. Hi All, So, basically, I'm trying to have a way to effectively have sub-layers. Specifically, I'm looking to have a way to group a given set of layers into a super-object from which I can access the individual sub-objects. I can't do this with classes because because those are already in use across multiple layers. I was thinking of doing this by creating a viewport with the given layers I want set to visible. What I'm running into is trying to find a way to return all of the visible layers for a given viewport. From what I can see reading through the API documentation, all of the functions which relate to viewports are override related as opposed to set/return type functions. Am I missing something here? Thanks all, -g
×
×
  • Create New...