Results 1 to 1 of 1

Thread: Custom brush set eraser mode. Bug or user error?

  1. #1
    Join Date
    May 2021
    Posts
    27

    Custom brush set eraser mode. Bug or user error?

    Hi. I want to make an action to toggle the eraser mode on/off for the custom brush. This is the whole script...
    Code:
    <Header>
        // === Author data
        Author Name: ""
        Script Name: "Test Lab"
        Comment: ""
        Script Type: ""
        Script Feature Flags: 0x000000000
    </Header>
    
    // I got this command from recording a script
    EvType: Command	CommandID: SetToolProperty	ParamType: ToolProp	Value: { 0x0B2D0609D (Eraser Mode), 1 }
    When I run the action, I see the eraser mode switch on briefly but then it immediately turns off again. Am I doing something wrong or is it a bug?

    edit: Using Vitae
    edit again: I know that this code just turns it on, not off. One step at a time.
    Last edited by c0ns1d1ne; 08-24-2023 at 08:11 AM.

Posting Permissions

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