How to check and re-edit the configuration of Fusion's macro details

Question

Is there a way to check or re-edit the configuration of Fusion's macro details?

Answer

There is a way.

You can check the contents by changing them with a text editor.

Generally, you cannot see the contents of macros, but you can check the contents by converting the macro into a group using the following method.

Place the macro you want to check once in the node editor, select the macro node, and use "Ctr+C" (Windows) or "Command+C" (mac) to copy it.

Then paste it into a text editor and change it to:

Change source

{
Tools = ordered() {
(macro name) = MacroOperator {
CtrlWZoom = false,

After change

{
Tools = ordered() {
(macro name) = GroupOperator {
CtrlWZoom = false,

Change "(macro name) = MacroOperator {" in the third line to "(macro name) = GroupOperator {"
After changing, select everything in a text editor and copy. Select Fusion's node editor and paste using "Ctr+V" (Windows) or "Command+V" (mac).

Then, the nodes that were macros can be displayed as a group.

also directly open the macro file ".setting" in a text editor, make the changes as shown above, and paste the copied file into the node editor.

If it is a ".dfx" file, please install it in DaVinci Resolve and then use the method described above.

#DaVinciResolve #DaVinciResolve

2023/10/23 There was an article, but there was something I thought about, so it wasn't published. I have now published it because other people have also published it.

NO IMAGE
Check out the latest information!