1. #1
    Senior Member User Gallery
    Join Date
    Apr 2003
    Posts
    154

    Default Can projection master be Zscripted?

    is it possible to write a buttons for project master.
    Pick up And drop functions with Zscript

    here is what i have so far but it does not work after using it one time

    code;

    IConfig,2]
    [IShowActions,0]
    [IFreeze,]
    [IConfig,2]
    [IPress,Tool:SingleLayerBrush]
    [ISet,Drawraw Size,32]
    [IUnPress,Draw:Mrgb]
    [IUnPress,Draw:Zadd]
    [IPress,Draw:Zadd]
    [ISet,Alpha:Item Info,6]
    [IPress,Document:StoreDepthHistory]
    [IShowActions,-1]
    ]/*End of ZScript*/
    Expand your View port.

  2. #2
    Senior Member User Gallery
    Join Date
    Jul 2002
    Location
    Copenhagen
    Age
    39
    Posts
    2,462

    Default

    What exactly are you trying to write? A script that activates Projection Master with some preset Draw values?

    The code you supplied seems to be part of a recording from a Projection Master drop action.

    A little more information on what you need would help.
    Mark

  3. #3
    Senior Member User Gallery
    Join Date
    Apr 2003
    Posts
    154

    Default

    no just the drop and pick up functions


    the above code had some draw values ignore them.

    IFreeze command is what i and trying to solve.
    It is link to the projection master code.
    Expand your View port.

  4. #4
    Senior Member User Gallery
    Join Date
    Jul 2002
    Location
    Copenhagen
    Age
    39
    Posts
    2,462

    Default

    When you record a script and it uses a plugin such as Projection Master it does not record everything Projection Master does. If you playback the script it will work fine but the script code does not contain everything Projection Master does.

    For example, the recorded [Ifreeze,...] command contains more script commands. But there is no way you can view these commands unless you have the source code for Projection Master.

    I am sorry to ask again, I understand you want to add a way to drop and pickup through Projection Master but what else do you need apart from the options available to Projection Master? In other words, what is the benefit of your script?
    Mark

  5. #5
    Senior Member User Gallery
    Join Date
    Apr 2003
    Posts
    154

    Default

    thanks

    I was just wanted to add a pick up and drop button to a existing script I have.
    Last edited by cy; 01-13-06 at 07:55 PM.
    Expand your View port.

  6. #6
    Senior Member User Gallery
    Join Date
    Feb 2005
    Posts
    212

    Default

    I'm wondering, I had an idea I wanted to try with regard to scripting that basically would apply "pimples" to the entire surface of any object. It sounds like scripting Projection Master might work, but with limitations. Any thought?

  7. #7
    Senior Member User Gallery
    Join Date
    Apr 2003
    Location
    Los Angeles, CA USA
    Age
    40
    Posts
    799

    Default

    Quote Originally Posted by cy
    thanks

    I was just wanted to add a pick up and drop button to a existing script I have.
    Try coming at it indirectly. You might be able to force 'G' into the keyboard buffer as though the user had pressed it. Or, if this is something the user has to activate anyway, you could just count on them to know the keyboard shortcut.
    --Aaron Levitz
    Web / FB / G+ / Twitter / YouTube / Vimeo / Indaba / HitRecord

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •