Skip to content

Support for multiple viewports in LB Preview VisualizationSet #388

@marctavenier

Description

@marctavenier

Hi @chriswmackey,

My suggestion is to implement the support for multiple viewports in the viewport filter for LB Preview VisualizationSet as such:

for vp in self.viewport:
  if vp is None \
    or vp.lower() == args.Viewport.Name.lower():

instead of

if self.viewport is None or \
self.viewport.lower() == args.Viewport.Name.lower():

and of course setting the viewport_ input to list access in Grasshopper.

Kind regards,
Marc

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions