UXP Development for Premiere...updating clip position?
I’m just starting to dig into developing UXP plugins for Premiere and the document and examples on GitHub are a huge help. One place I’ve sort of hit a brick wall on is updating a clips position. I’m essentially following the same process as updating Scale but where I’ve found the most difficulty is in how to create the new position coordinates. The following code works to updating the position but instead of it being 540, 1270, it’s updating to 32767, 32767 which makes me feel like the PointF (values its drawing from are undefined). No errors or other indicators in UXP Dev Tools or Premiere that an error is occurring.
Anyone have any knowledge/insight here? Any help pointing me the right direction is greatly appreciated.
