Search:

Type: Posts; User: marcus_civis

Page 1 of 13 1 2 3 4

Search: Search took 0.21 seconds; generated 9 minute(s) ago.

  1. Replies
    5
    Views
    3,090

    Great work! Excellent. :tu:

    Great work! Excellent. :tu:
  2. Replies
    92
    Views
    98,126

    Wonderful work! :tu:

    Wonderful work! :tu:
  3. Replies
    53
    Views
    28,542

    Really impressive work! :tu:

    Really impressive work! :tu:
  4. You need to use a zscript that runs automatically...

    You need to use a zscript that runs automatically without any button presses. So, for example, you can enclose the code you want to run inside an [If...] statement that always evaluates to true:
    ...
  5. Hi Susan, I'm not sure what you're asking...

    Hi Susan,

    I'm not sure what you're asking here. Does the macro I provided in your other thread not do what you want?
  6. You need to extract the substrings so you have...

    You need to extract the substrings so you have the file name and the target count as separate strings. Then if the target count string is assigned to a number variable it is automatically cast as a...
  7. Hi Susan, This will close both trays and the...

    Hi Susan,

    This will close both trays and the float menu if the float menu is open, and reopen them all if it is closed. You can assign TAB to the button as a hotkey if you want.

    635726

    HTH,
  8. Replies
    1
    Views
    898

    You can get the Draw Size by using...

    You can get the Draw Size by using [IGet,Draw:Draw Size] but there is not way to get stylus pressure.
  9. No, I don't think that's possible, sorry.

    No, I don't think that's possible, sorry.
  10. Replies
    2
    Views
    1,045

    No, that's beyond the possibilities of zscript....

    No, that's beyond the possibilities of zscript. It would need to be coded into the main ZBrush program.
  11. Replies
    1
    Views
    1,031

    I will be updating it, as soon as I can. But the...

    I will be updating it, as soon as I can. But the older version will work OK.
  12. Replies
    2
    Views
    1,149

    Yeah, here's my version: [RoutineDef,...

    Yeah, here's my version:

    [RoutineDef, SubToolIsVisible,
    [VarSet, isVisible, 0]

    [VarSet,actIndex,[SubToolGetActiveIndex]]

    [VarSet,st,[subtoolgetstatus,actIndex]]
    ...
  13. Thread: Tara

    by marcus_civis
    Replies
    13
    Views
    9,816

    Welcome to ZBC - great first post, lovely work!...

    Welcome to ZBC - great first post, lovely work! :tu:
  14. Hi, Here are a couple of macros. One will turn...

    Hi,

    Here are a couple of macros. One will turn off the texture map for all subtools, the other will turn it on. Save the files to ZBrush 2019\ZStartup\Macros\Misc\ folder and then restart ZBrush....
  15. Replies
    8
    Views
    5,200

    GoZ for Maya 2019 is being worked on. I don't...

    GoZ for Maya 2019 is being worked on. I don't have an ETA but it will be released as soon as possible. For Maya 2018 and before, on Windows you can do a clean install like this:

    1. Locate and...
  16. Replies
    1
    Views
    966

    No, they are not.

    No, they are not.
  17. Replies
    1
    Views
    950

    Yes, that's interesting. As you say, it doesn't...

    Yes, that's interesting. As you say, it doesn't work. I imagine that it is something to do with the fact that macros are zscript.
  18. Yes, it has been reported to the developers, so...

    Yes, it has been reported to the developers, so hopefully.
  19. Replies
    4
    Views
    4,583

    You can simplify the code like this: [IButton,...

    You can simplify the code like this:

    [IButton, "lazy Mouse", "Toggle lazy Mouse",

    [VarSet, lazyState, "OFF"]

    [VarSet, lazyBool, 0]

    [IToggle,Stroke:lazy Mouse]
  20. Replies
    4
    Views
    4,583

    zscript ternary ? no! : d'oh! :-)

    zscript ternary ? no! : d'oh!

    :-)
  21. No, that's not possible (as I said in my post...

    No, that's not possible (as I said in my post above!).
  22. I'm not sure I understand exactly what you are...

    I'm not sure I understand exactly what you are trying to do. There's no way to change the slider name while adjusting the slider, so it's impossible to create in zscript the equivalent of the slider...
  23. Looks great! :tu: Thanks for sharing.

    Looks great! :tu: Thanks for sharing.
  24. The zscript command reference is here:...

    The zscript command reference is here:
    http://docs.pixologic.com/user-guide/customizing-zbrush/zscripting/command-reference/

    Here's a way to do both types of file. But note that the OBJ example...
  25. The straightforward way would be to match the...

    The straightforward way would be to match the file names to the subtools. If you can't do that then you would need to compare the number of vertices, though note that if there are subtools with the...
Results 1 to 25 of 323
Page 1 of 13 1 2 3 4