Search:

Type: Posts; User: Britney Zpheres

Page 1 of 5 1 2 3 4

Search: Search took 0.26 seconds.

  1. Replies
    1
    Views
    1,031

    ZFileUtils update for Zbrush 2019

    Has ZFileUtils been updated to work with ZBrush 19?

    I'm guessing it should, but the version check script that comes with it will probably fail since it was last updated July 2017.

    //ZFileUtils...
  2. Replies
    1
    Views
    950

    Reload all Macros from Zscript

    This should be straight-forward, to get a ZScript to reload all macros.
    Button path: Macro:Reload All Macros

    The script I've got is :


    [IButton,"Reload those Macros ","Reloads all them...
  3. Replies
    4
    Views
    4,583

    Any hoops I did manage to get the Lazy Mouse...

    Any hoops I did manage to get the Lazy Mouse toggle to work as a macro in the end:
    It tells you the status of the Lazy Mouse (I find it difficult to work out at low settings)

    // lazy Mouse switch...
  4. Replies
    4
    Views
    4,583

    Well if fails else I'll ask again next year ...

    Well if fails else I'll ask again next year








    And yes Marcus, I appreciate that was the best answer ever!
  5. Replies
    4
    Views
    4,583

    Zscript Ternary operator

    Does ZScript have a ternary (contitional) operator?

    No. I asked this two years ago! D'oh!
  6. Replies
    5
    Views
    1,798

    Ctrl+Þ (Thorn) is the text in the hotkeys file,...

    Ctrl+Þ (Thorn) is the text in the hotkeys file, but it's unicode number in hex is 0xC3 0x9E (c39e). Close, but not banana.
  7. Replies
    5
    Views
    1,798

    Slight confusion here. I'm referring to the text...

    Slight confusion here. I'm referring to the text that you get when you hover over the button that you've applied the keyboard shortcut to. See the screenshot

    615122

    Cheers
  8. Replies
    5
    Views
    1,798

    Keyboard shortcut code

    Hi, I've noticed a keyboard shortcut of mine is "CTL + �cff9923" where � represents a blank (mojibake) character. Catchy, eh?
    I eventually worked out it's CTRL + DEL

    My question is this: Is there...
  9. Replies
    3
    Views
    2,115

    All of them! Planes, background images, textures,...

    All of them! Planes, background images, textures, lightbox and others I probably don't know about :)
  10. Replies
    3
    Views
    2,115

    Remove reference images

    Is it possible to remove any any all references to images be they (background, front/back, top/bottom, left/right) from a ZBrush project with Zscripting?
  11. Posted this by mistake. Please ignore.

    Posted this by mistake. Please ignore.
  12. Replies
    8
    Views
    2,022

    Thanks fellas, that makes perfect sense. However,...

    Thanks fellas, that makes perfect sense. However, what does the first character Y actually do?

    I've delineated it here with comma spaces

    ZObjStrokeV02, n82 = Y, H36C, V1B3, p23, H36C, V1B4,...
  13. Replies
    8
    Views
    2,022

    Human readable canvas stroke

    I don't suppose there's anyway to reverse the canvas stroke recordings to something human readable?
    ...
  14. Replies
    1
    Views
    1,148

    Zscript get date?

    How do you do the equivalent of getDate() in Zscript?

    ...Yeah. It's a head scratcher.
  15. Replies
    1
    Views
    1,074

    Delete without confirmation

    Is it possible to add an automatic confirmation to a dialogue in a Zscript ? Something like this:

    [IButton, " DELETE ME " , "Deletes a subtool.",
    [IPress,Tool:SubTool:Delete, 1] //...
  16. Replies
    21
    Views
    28,179

    Excellent work! However, I will be seeing cherubs...

    Excellent work! However, I will be seeing cherubs on kneecaps from now on ;)
  17. Replies
    1
    Views
    1,391

    Write to file

    I'm trying to write a script to loop over the subtools and export them as a text file.
    So far so good , except it will truncate at 255 bytes with about 30 subtools and long names. I've increased...
  18. Replies
    4
    Views
    1,862

    Does that mean everytime you want fall out of...

    Does that mean everytime you want fall out of Draw mode into Edit mode the gizmo will have moved from wherever to the centre of the screen?

    And yeah, I was planning to add it to a hotkey. I'll...
  19. Replies
    4
    Views
    1,862

    Unmasked Center Mesh

    Is it possible to script the button on the transform gizmo Unmasked Center Mesh?
    There doesn't appear to be a button path to it :(

    Cheers
  20. Replies
    1
    Views
    1,040

    Zapplink camera

    I'm trying to load in in camera view from an external file



    [IButton, "ZApp Camera", "Delete and load ZApp camera views",


    // set a string
    [VarDef,s, ""]
  21. Replies
    1
    Views
    1,096

    Current project file

    Moving on from here I'm confused as to why Note and MessageOK give different results when they should be displaying the same string! :confused:


    [IButton, "What document?", "Extracts document...
  22. Replies
    1
    Views
    1,093

    Button paths

    I'm trying to get data from Zbrush menus, I thought it should be straightforward, but I'm not getting the correct strings returned:

    [IButton, "Info", "",
    [VarDef,totalPolys,0]...
  23. Replies
    2
    Views
    1,208

    Ha ha! I now see the error of my ways!

    Ha ha! I now see the error of my ways!
  24. Replies
    1
    Views
    1,056

    Line continuation

    Is there a specific way to do a line continuation in ZScript?

    I know you can write
    [VarSet, s, [StrMerge, s, " and", " this", " and", " that", " and", " the kitchin sink"]]
    as
    [VarSet, s,...
  25. Replies
    2
    Views
    1,208

    Trouble with arrays

    Still in remedial Zscripting School I managed to break Zbrush by creating an array

    [VarDef, w(0),"one"]
    [VarDef, w(1),"two"]
    [VarDef, w(2),"three"]


    I'd like to blame the typo in the...
Results 1 to 25 of 111
Page 1 of 5 1 2 3 4