Search:

Type: Posts; User: me2beats

Search: Search took 0.10 seconds; generated 8 minute(s) ago.

  1. Replies
    2
    Views
    1,266

    It seems this works for my task: [IButton, ???,...

    It seems this works for my task:
    [IButton, ???, "",


    [VarSet, mv, [MouseVPos]]

    [VarDef, read_from_mem, -1]


    [MemCreate, mv_mem, 5, 0]
  2. Replies
    2
    Views
    1,266

    MemWrite/Read MouseVPos

    Hey guys Happy New year)
    Basic question about memblocks, I think it was asked before but I can't find it.

    I need one macro to get current Mouse V Pos and store it in a memblock and the second one...
  3. Sticky: Brush: Select next/previous mesh

    2 txt macros for navigation (cycle) between the meshes inside currently selected brush (IMM, Chisel, etc.).
    They don't work perfectly (for example, I don’t know how to scroll to the selected mesh so...
  4. Replies
    2
    Views
    1,285

    Wow, thanks a lot!

    Wow, thanks a lot!
  5. Replies
    2
    Views
    1,285

    Get/Set IMM/VDM brush mesh

    Is there a way to set (select) or get current brush mesh programmably?
    For example I tried something like [IPress,Brush:IMM Basic:PolySphere], it gives an error.

    I need this to make such macros...
  6. Replies
    2
    Views
    1,326

    Thanks) Is it possible for example to use Sleep...

    Thanks)
    Is it possible for example to use Sleep inside a loop?
    I tried, but it seems the macro stops working after the first iteration in this case.
    Or maybe something like that.

    I need to make...
  7. Replies
    1
    Views
    1,015

    Run one macro from another one

    Is there a way to run one macro from another one in Zbrush?
    I think it would be very useful
  8. Replies
    2
    Views
    1,642

    Looks like this is what I need. Thanks!

    Looks like this is what I need. Thanks!
  9. Replies
    2
    Views
    1,326

    On() method in ZBrush

    Is there something like On() method in ZBrush?
    For example:
    OnButtonPressed
    OnProjectStateChange
    OnTransform
    OnDeform

    That is, if the method OnButtonPressed() is defined, then each time you...
  10. Replies
    2
    Views
    1,642

    Replay part of the last stroke

    I got my last stroke using StrokeGetLast.
    And I can replay it using [CanvasStroke, [StrokeGetLast]].

    But I want to replay only some part of the stroke for example 50% of it.
    And I do not want to...
Results 1 to 10 of 10