
- Posts: 1
- Joined: Thu May 13, 2021 12:23 am
- Real Name: Magdiel Marrero
Hey there. Been lurking for a bit, but it looks like I finally have a reason to break the ice, haha.
So I've been trying to make custom Fusion transitions with parameters I can control from the Edit page. To do this, I made a macro out of the node tree I was working with to expose the controls I wanted to work with, then converted it back into a node group to edit the UserControls in an external text editor. However, I'm not too terribly familiar with the API (or Lua syntax, for that matter), so I used the Edit Controls dialogue to help fill in some of the boilerplate. It looks like I did something really wrong somewhere along the way, because my project crashed Resolve immediately after saving, and any attempt to load it crashes the software. I've already tried a few things: updating to 17.2, deleting cache, restarting my computer, etc.
Then I peeked around the CaptureLog logs myself to see if I could figure something out:
There are a bunch of these throughout, which reminded me that I forgot to change the ComboControls I set through the Edit Controls dialogue to ComboIDControls and add the appropriate IDs. See, they're supposed to drive the In / Out options for Anim Curves set to Easing, which take FuIDs.
Here are the full logs, of course:
Crashing project:
https://drive.google. com/file/d/1y-v_t5VCxuxPsFefTsV3YAj09sqLjTPI/view?usp=sharing
Logs:
https://drive.google. com/file/d/1xBQiZCCifdL2-R2dM__e0FHhmw7MELKL/view?usp=sharing
(I'd also like to point out how silly the project name is, before anyone else has a chance to
)
So I've been trying to make custom Fusion transitions with parameters I can control from the Edit page. To do this, I made a macro out of the node tree I was working with to expose the controls I wanted to work with, then converted it back into a node group to edit the UserControls in an external text editor. However, I'm not too terribly familiar with the API (or Lua syntax, for that matter), so I used the Edit Controls dialogue to help fill in some of the boilerplate. It looks like I did something really wrong somewhere along the way, because my project crashed Resolve immediately after saving, and any attempt to load it crashes the software. I've already tried a few things: updating to 17.2, deleting cache, restarting my computer, etc.
Then I peeked around the CaptureLog logs myself to see if I could figure something out:
There are a bunch of these throughout, which reminded me that I forgot to change the ComboControls I set through the Edit Controls dialogue to ComboIDControls and add the appropriate IDs. See, they're supposed to drive the In / Out options for Anim Curves set to Easing, which take FuIDs.
- Code: Select all
[0x0000ae28] | UI | WARN | 2021-05-12 19:52:42,487 | Failed to find value '8192' in combo-box
[0x0000ae28] | UI | WARN | 2021-05-12 19:52:42,757 | Failed to find value '100' in combo-box
Here are the full logs, of course:
Crashing project:
https://drive.google. com/file/d/1y-v_t5VCxuxPsFefTsV3YAj09sqLjTPI/view?usp=sharing
Logs:
https://drive.google. com/file/d/1xBQiZCCifdL2-R2dM__e0FHhmw7MELKL/view?usp=sharing
(I'd also like to point out how silly the project name is, before anyone else has a chance to
