DanAmador / PuppetMotion

Blender plugin used to animate a rig as if it were a puppet with the aid of an external Unity Client which analyzes and sends Leap Motion data
MIT License
45 stars 7 forks source link

Copy server address to clipboard #5

Open DanAmador opened 5 years ago

DanAmador commented 5 years ago

Replace this label with an operator that copies the port to clipboard following the general structure of the project.

lasher169 commented 4 years ago

Hi. would like to attempt to fix this, but not really sure what you mean.

DanAmador commented 4 years ago

Hey.

Since the socket server is always initialized in Blender with a randomly assigned free port, it became a bit annoying having to type it in the Unity client, so I thought one could make the Label that's showing the currently used port in the Blender plugin as a clickable button that copies the port to the clipboard, to be able to just paste it inside of unity instead of having to write it down.