Trees should not export if they are hidden

Issue #506 new
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Allow trees to not be exported based on whether they are hidden or not (command-t).

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

  1. Hide trees with command-t or by dragging
  2. command-e

CURRENT BEHAVIOR

Trees are exported whenever they are calculated.

EXPECTED BEHAVIOR

If the trees are hidden, don't export them. If only one side of the trees are visible, export only that side.

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

none

FILES AFFECTED (where the changes will be implemented) - developers only

unknown

LEVEL OF EFFORT - developers only

medium

COMMENTS

Comments (1)

  1. Log in to comment