In the interface that appears, choose the Input you wish to change from the Choose Parameter combo box. Then in the Set To: section, enter the desired new value. Clicking Apply changes the Input on all selected Tools, but it does not close the window, allowing you to continue setting different Inputs until you are done.
Upon selecting a Parameter, the Set To: section configures itself to show only appropriate data entry fields types: Combo boxes for FuID types, a text entry field for Numbers and Text, and a pair of fields for Points. The label on the field indicates the expected data type.
Changelog
v2.0 - 22.Jan.2018
- Updated for Fusion 9 and UI Manager
- Improved code for legibility and efficiency
- Added in-line documentation
- Removed orphan and redundant functions
- Removed un-implemented math operations code
- first public release by SlayerK
Atom file contents:
Code: Select all
Atom {
Name = "Batch Change Parameters",
Category = "Scripts/Comp",
Author = "Bryan Ray/MuseVFX",
Version = 2,
Date = {2018, 1, 22},
Description = [[<p>Changes parameters for multiple selected tools simultaneously. The tools need not be of the same type, but only Inputs that they have in common can be changed.</p>
<p>We Suck Less Thread:</p>
https://www.steakunderwater.com/wesuckless/viewtopic.php?f=6&p=13401#p13147]],
Deploy = {
"Scripts/Comp/Batch_Change_Parameters.lua",
},
}
Atom directory:
For a detailed description of the script's conversion to Fusion 9, please visit Batch Parameter Changer — A Rewrite for Fusion 9