[Pather] move render check from __del__ to __exit__ and use render= enum instead of auto_render
This commit is contained in:
parent
84664303f1
commit
9a39a436b2
13 changed files with 277 additions and 126 deletions
|
|
@ -29,7 +29,7 @@ Contents
|
|||
* Define a custom `Tool` that exposes primitive routing offers
|
||||
* Use primitive offers to automatically transition between path types
|
||||
- [renderpather](renderpather.py)
|
||||
* Use `Pather(auto_render=False)` and `PathTool` to build a layout similar to the one in [pather](pather.py),
|
||||
* Use `Pather(render='deferred')` and `PathTool` to build a layout similar to the one in [pather](pather.py),
|
||||
but using `Path` shapes instead of `Polygon`s.
|
||||
- [port_pather](port_pather.py)
|
||||
* Use `PortPather` and the `.at()` syntax for more concise routing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue