Releases: jchanvfx/NodeGraphQt
Releases · jchanvfx/NodeGraphQt
Release v0.3.0
What's Changed
- Fix style by @samyhocine in #267
- Dynamic layout switching. by @jchanvfx in #275
https://chantastic.nz/NodeGraphQt/api/html/graph.html#NodeGraphQt.NodeGraph.set_layout_direction
Full Changelog: v0.2.2...v0.3.0
Release v0.2.2
Release v0.2.1
What's Changed
- Fix missing setup.py by @samyhocine in #255
- Nuke app panel example doc by @jchanvfx in #258
- Node search action #253 by @jchanvfx in #259
- Minor bug fixes.
New Contributors
- @samyhocine made their first contribution in #255
Full Changelog: 0.2.0...v0.2.1
Release v0.2.0 (breaking changes)
Release v0.1.8
What's Changed
- fixed set_property bug #203
- base node optimize clean up by @jchanvfx in #217
- Improve readme summary by @mara004 in #219
- Fix building connections when duplicating / pasting nodes by @wilecoyote2015 in #242
New Contributors
- @wilecoyote2015 made their first contribution in #242
Full Changelog: 0.1.7...0.1.8
Release v0.1.7
- New nodes palette widget #40
https://jchanvfx.github.io/NodeGraphQt/api/html/custom_widgets.html#nodes-palette
Release v0.1.6
- implemented
NodeGraph.set_pipe_colision()
function. #206
see docs: https://jchanvfx.github.io/NodeGraphQt/api/html/graph.html#NodeGraphQt.NodeGraph.set_pipe_collision
Release v0.1.5
- Addressed issue #202
Release v0.1.4
Fix property list widget delegate bg color.
Fix bug with selecting items above other items #205
Release v0.1.3
- Ports can now be locked with (
Port.lock()
,Port.unlock()
) to prevent new pipe connections and current pipes to be disconnected. - Refactored node auto layout logic into the
NodeGraph
class.NodeGraph.auto_layout_nodes(nodes=None, down_stream=True, start_nodes=None)
- Added
BackdropNode.wrap_nodes(nodes=[])
function to fit backdrop size to nodes. - Fixed
BackdropNode.auto_size()
function as it was not written with an undo block. - Cleaned up drag & drop functions.
example drag & drop strings :'ngqt://path/to/node/session.graph'
'ngqt::node:com.nodes.MyNode1;node:com.nodes.MyNode2'
- Removed vendor module.
- closed issue #192
- closed issue #195
- bug fixes.