Search:

Type: Posts; User: ryankittleson

Page 1 of 3 1 2 3

Search: Search took 0.13 seconds.

  1. Unfortunately, both that button and Split to...

    Unfortunately, both that button and Split to Parts are always active regardless of the status of the subtool.
  2. how to determine if a subtool is made up of multiple parts or polygroups?

    Hi! I'd like to make a script that automatically splits any masked or hidden geo. I already know how to do that part. However, if there is nothing masked, I'd like it to split to either parts or...
  3. Making a dialog box popup with options for the user

    Hi! I'm trying to make a script that pops up a dialog box that lets the user chose from 3 options (plus cancel). Anyone know how to set that up? how does the user's choice get passed back into the...
  4. Replies
    2
    Views
    1,488

    The Panel Loops feature is good at getting exact...

    The Panel Loops feature is good at getting exact thicknesses. The extract feature is based on the size of the largest side of the subtools bounding box, so it will be different for every piece.
  5. Very much appreciated, Marcus!

    Very much appreciated, Marcus!
  6. plugins made in 2018.1 compatible with 2018.0?

    Basically what the title says. I upgraded to 2018.1 and then made some changes to my Ryan's Tools plugin. Wondering if it will be backwards compatible with 2018.0 before I release it publicly. If...
  7. Ryan's Tools Free Plugin (includes EasyPrimitives, TrashBin, CenterPivot, and more!)

    I'm happy to announce the release of my collection of custom scripts as a plugin! Thanks to Marcus Civis and Nick Miller for the help learning zscript.

    590781
    With EasyPrimitives, I almost never...
  8. Replies
    2
    Views
    1,401

    New zscript command [MergeUndo]

    I was looking through some new macros that come with ZB2018 and noticed that they utilize a new command that I hadn't ever seen before called MergeUndo. The basic gist of it seems to be that using...
  9. Replies
    4
    Views
    1,640

    Por supuesto! se parace asi:...

    Por supuesto! se parace asi:
    https://www.dropbox.com/s/0aqb0qjs20oxaz7/2017-05-18%2010.59.09.jpg?dl=0
  10. Nevermind, I got it done with...

    Nevermind, I got it done with [ToolGetActiveIndex] and [ToolSelect]
  11. Replies
    4
    Views
    1,640

    I actually have my zbrush in 3 monitors! I have...

    I actually have my zbrush in 3 monitors! I have my main laptop monitor as the bottom screen, another screen above it, and a vertically oriented screen to the left. I put zbrush in my top monitor and...
  12. Get Window ID for currently selected tool?

    I have been frustrated trying to script some things that involve switching between different tools. The Item Info of tools can change or be the same as another tool. Same with their names. But I did...
  13. Replies
    3
    Views
    1,192

    For me, the draw size slider is at 100 1/3rd of...

    For me, the draw size slider is at 100 1/3rd of the way and 500 2/3rds of the way. I don't know if that's exactly logarithmic, but there is a compression of values the higher on the slider you go.
  14. Replies
    3
    Views
    1,192

    logarithmic sliders?

    I noticed that some of the sliders built into zbrush (Draw size, Z intensity, RGB intensity....) are logarithmic. Is there a way to script a slider the same way?
  15. It might be possible to make a graphic for the...

    It might be possible to make a graphic for the button and edit the code so that the button command loads the graphic instead of generating a standard button. It works for plugin buttons but I haven't...
  16. Cool, thanks! I would like to see the code that...

    Cool, thanks! I would like to see the code that the adjust plugin uses. Is it possible to combo some commands with it so that when you hold the hotkey it runs some commands before letting you slide...
  17. Can a script be made so that pressing Undo undoes the whole script?

    I have found that if I undo my scripts, I have to undo back through every step of the script. Any way to write it so that Undo knows to undo the whole thing at once?

    thanks!
  18. making a script that automatically enters a slider mode.

    I'm having a hard time finding the words for exactly what I'm trying to do. The closest thing is looking at what was done in the Zadjustor plugin. with that plugin, you assign a hotkey to a button...
  19. thanks Marcus! Finally got around to plugging...

    thanks Marcus! Finally got around to plugging this bit of code into my script and it worked like a charm :D
  20. Replies
    2
    Views
    1,440

    thanks! Is there a way to change the ID number of...

    thanks! Is there a way to change the ID number of a tool?
  21. Replies
    2
    Views
    1,440

    switching between tools

    Hi!

    I'm trying to write some scripts that involve merging visible or booleaning which creates a new tool. Then I want to be able to switch to the new tool, do some stuff, and then switch back to...
  22. glad it worked!

    glad it worked!
  23. Hi! I'm very new to zscripting myself, but I...

    Hi! I'm very new to zscripting myself, but I think you'll want to do an If command. it might look something like this:

    //ZBRUSH MACRO - Recorded in ZBrush version 4.8
    [IButton,???,"Press to run...
  24. Awesome, thanks! I'm slowly getting the hang of...

    Awesome, thanks! I'm slowly getting the hang of zscripting with this help :)
  25. thanks for your help, Marcus! I got the Color...

    thanks for your help, Marcus! I got the Color Picker turned into a macro that I assigned to a hotkey and it works great now.

    However, with my sadly limited macroing and non-existant scripting...
Results 1 to 25 of 56
Page 1 of 3 1 2 3