c4d-prototype-converter icon indicating copy to clipboard operation
c4d-prototype-converter copied to clipboard

IDEA: Copy res() to Clipboard

Open donovankeith opened this issue 6 years ago • 0 comments

It would be great if instead of generating a plugin there was a mode/command that would just generate the res() boilerplate and copy it to the clipboard.

class res(object):
    CV_PS_SELECT_GROUP = 1000

res = res()

I'm currently converting CV-Parametric Selection Tag and the toughest part of the process is changing all of my hard-coded IDs to match the ones that are auto-generated by c4d-prototype-converter. If I'd used a command like I'm proposing while developing, it would ensure a more seamless cross-over later.

donovankeith avatar Mar 01 '18 18:03 donovankeith