Skip to main content

⚠️ Please note that this topic or post has been archived. The information contained here may no longer be accurate or up-to-date. ⚠️

Location of CaptureOnePlugin.vsix ?

Comments

2 comments

  • X4CODE

    Didnt find it either, i used their example as "starting Project"

    0
  • j0rt

    I did this:

     

    Open the project using vs (the csproj file extention)
    then read README
     
    My Plugis are in onedrive: "D:\Cloud\OneDrive\Capture One Pro All included\CaptureOne\Plugins"
     
    So the demoplugin should go into : "\com.captureone.demoplugin"
     
    to finally have "D:\Cloud\OneDrive\Capture One Pro All included\CaptureOne\Plugins\com.captureone.demoplugin"
     
    Now my development will be here: "E:\Codes\github\j0rt3g4\C1Plugin\bin\Debug"
      
    so the md would be (run the line in CMD as administrator)
    mklink /d "D:\Cloud\OneDrive\Capture One Pro All included\CaptureOne\Plugins\com.captureone.demoplugin" "E:\Codes\github\j0rt3g4\C1Plugin\bin\Debug"
    
    0

Please sign in to leave a comment.