Batch Nodes
Version 3.7.0
Flame 2022+
*** Does not work in Flame 2024.0 due to bug in Flame ***
Add right-click menus for your favorite nodes in batch
Any settings that have been adjusted will be saved with node
Works with standard batch nodes/matchbox/ofx
All created node menu scripts are saved in /opt/Autodesk/user/YOURUSER/python/batch_node_menus
Install through Logik Portal or to manually install download here: Logik Portal Dropbox.
When manually installing from Dropbox download the entire folder in the desired version folder of the script to be installed. That folder should then be moved into /opt/Autodesk/shared/python.
Older versions of this script for older versions of Flame are also available through the Dropbox link.
Menus:
To create/rename/delete menus from node lists:
Flame Main Menu -> pyFlame -> Batch Nodes Setup
To create menus for nodes with settings applied in batch:
Right-click on node in batch -> Batch Nodes... -> Create Menu For Selected Node
To create menus for ofx nodes:
Right-click on node in batch -> Batch Nodes... -> Create Menu For Selected Node
To add node from menu to batch:
Right-click in batch -> Batch Nodes... -> Select Node to be added
To add node from menu to batch connected to selected node:
Right-click on node in batch -> Batch Nodes... -> Select Node to be added
Updates:
v3.7.0 01.21.24
Updates to UI/PySide.
v3.6.0 08.13.23
Update to pyflame lib v2.
v3.5.1 06.28.23
Updated version naming to semantic versioning.
Main window tabs no longer have outline around names when selected in linux.
v3.5 02.04.23
Updated menus for Flame 2023.2+
Updated config file loading/saving.
Added check to make sure script is installed in the correct location.
v3.4 05.31.22
Messages print to Flame message window - Flame 2023.1 and later
Flame file browser used to select folders - Flame 2023.1 and later
v3.3 03.31.22
UI widgets moved to external file
Misc bug fixes
v3.2 03.07.22
Updated UI for Flame 2023
v3.1 10.26.21
Updated config to xml
v3.0 05.20.21
Updated to be compatible with Flame 2022/Python 3.7
v2.5 01.27.21:
Updated UI
Menus/Nodes can be renamed after they've been added
v2.1 05.17.20:
Misc code updates