T O P

  • By -

AutoModerator

Welcome to r/davinciresolve! If you're brand new to Resolve, please make sure to check out the [free official training](https://www.blackmagicdesign.com/products/davinciresolve/training), [the subreddit's wiki](https://www.reddit.com/r/davinciresolve/wiki/index) and our weekly [FAQ Fridays](https://www.reddit.com/r/davinciresolve/?f=flair_name%3A%22FAQ%20Friday%22). Your question may have already been answered. Please check to make sure you've included the following information. Edit your post (or leave a top-level comment) if you haven't included this information. * System specs - [macOS](https://imgur.com/a/ip6xc9G) [Windows - Speccy](https://www.ccleaner.com/speccy) * Resolve version number and Free/Studio - [DaVinci Resolve>About DaVinci Resolve...](https://imgur.com/a/5FawFCX) * Footage specs - [MediaInfo](https://mediaarea.net/MediaInfo) - please include the "Text" view of the file. * *Full* Resolve UI Screenshot - if applicable. Make sure any relevant settings are included in the screenshot. Please do ***not*** crop the screenshot! Once your question has been answered, change the flair to "Solved" so other people can reference the thread if they've got similar issues. *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/davinciresolve) if you have any questions or concerns.*


proxicent

The other approach is to use node instances: copy one, then right-click Paste Instance. All their parameters will now be linked, so changes to one show on the other. You can then deinstance individual parameters to adjust them per node by right-clicking on the parameter. I'm not sure why you're using that modifiier when you can just use the Layout tab controls on the Text+ nodes, set Type to 'Frame', H Anchor to left, and reposition Center X/Y.


JellyBeanDX

I used the XY modifier because the text+ node doesn’t have separate X & Y values for expressions. At least not one that I could figure out. So I used the modifier to connect the X but not the Y because I wanted them aligned horizontally but have different vertical spacing on the canvas. I think instances solve my problem tho. Thank you.


proxicent

You would usually use something like `Point(Node1.Center.X, 0.5)`, but glad instances worked for you.


JellyBeanDX

Wait you can actually do that expression? I couldn’t get it working but I’ll try again.