mirror of https://github.com/H-uru/korman.git
Browse Source
This fixes the issue in which python nodes reused in multiple pages won't get properly exported. The exporter doesn't store which page a node was exported to, and the "optimization" to prevent dupe python parameters was over-optimizing in the case of multiple pages. Trivial attempts to track the pages we exported to failed, so we'll fall back to checking the PFM's filename. If it's None, then obviously the PFM has not been exported...pull/172/head
Adam Johnson
5 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue