Jump to content

Reproduce Drag Nodes to Shelf By Python


gemini

Recommended Posts

Hi, 

Can the dragging nodes to shelf be reproduced in a python script ? It creates a bit of complicated hscript code inside the tool script field.

I would use that code to transfer the nodes inside clipboard between home and office machine. The other thing i thought to save the nodes to file and transfer a binary data inside clipboard. Can that be ?

Helps are wellcome !

Sz

Edited by gemini
Link to comment
Share on other sites

No clipboard involved, just make your script save that file to a shared location and on remote machine make script load that file

But it's the same file format as clipboard uses so you can as well replace the clipboard files in temp directory of remote machine if you have access to it, then just paste, or whatever you want your workflow to be

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...