Stupid Question

Yes im stupid for asking stupid question: How would noob go about writing 3D bridge plugin to photoshop for version ds studio 2.3 and up for ps version 8 and up. Thanks O.o

Comments

  • nicsttnicstt Posts: 11,715
    edited August 2016

    Learn the scripting language.

    then see if the scrpts written are accessible, and use those as a guide.

    Once you'd learnt the language, they wouldn't necessarily be a requirement, but might make it easier.

    Find out if any components specific to Photoshop would work, otherwise you would also need to write the .dll for photoshop; they may be doable in C# or perhaps VB, but may need to be done in C++ (or be less complicated).

    Post edited by nicstt on
  • A3DLoverA3DLover Posts: 198
    nicstt said:

    Learn the scripting language.

    then see if the scrpts written are accessible, and use those as a guide.

    Once you'd learnt the language, they wouldn't necessarily be a requirement, but might make it easier.

    Find out if any components specific to Photoshop would work, otherwise you would also need to write the .dll for photoshop; they may be doable in C# or perhaps VB, but may need to be done in C++ (or be less complicated).

    Thank you for answering my question. I read on some wiki that 3d bridge was supposed to work with ps version 7 and up and on another wiki that the plugin works only with cs 4 and up. I have cs 1 wich is ps ver 8 and portable cs3 extended. But i imagine as you pointed out even gimp could probably be used too so it would be tellware and freeware in the case of the latter
Sign In or Register to comment.