DS to MS Excel
ironcheese
Posts: 72
Dear all,
I am trying to switch from Poser to DS.
One thing that I've always found useful with Poser is that I can select a figure and copy/paste the parameters and their values in MS Execl as tables (they get all nicely fitted one per cell)... I play with them and then paste back to Poser.
So far, I could not understand if that can be done in DS as well... and how!
Anybody has some info about this?
Thank you! Cheers
Comments
As far as I am aware there is no way to do that. If I'm wrong, I would love to be corrected...
Thanks for the reply!
Poser settings are Scprited thus they copy into Excel, DS settings are hard coded into the PRG.
No, it's simply that DS doesn't use the system clipboard in plain ASCII format when copy and pasting settings. The fix, for pasting, with Xprssn Magic was to paste into a text box and have a script parse that - there's no real reason someone shouldn't write a script to place the parameters in a text box from which they could then be copied.
Well I'll be darned, that would be a neat Script to have. I never would have thought of the Clipboard not being used, nice to know.