• Welcome to the Community Forums at HiveWire 3D! Please note that the user name you choose for our forum will be displayed to the public. Our store was closed as January 4, 2021. You can find HiveWire 3D and Lisa's Botanicals products, as well as many of our Contributing Artists, at Renderosity. This thread lists where many are now selling their products. Renderosity is generously putting products which were purchased at HiveWire 3D and are now sold at their store into customer accounts by gifting them. This is not an overnight process so please be patient, if you have already emailed them about this. If you have NOT emailed them, please see the 2nd post in this thread for instructions on what you need to do

python

  1. Ken1171

    RELEASED DUF Prop Converter Python Script for Poser 12

    ~DUF Prop Converter~ Since DSON has stopped working somewhere on late Poser 11 times, I could no longer load props and hair from DAZ Studio 4, and that had become a burden to me, limiting the assets I could use in Poser. So I decided to bite the bullet and research how much work would it to be...
  2. Ken1171

    RELEASED DUF Pose Converter Python Script for Poser 12

    DUF Pose Converter for Poser 12 **DUF Pose Converter is a Python script for Poser 12. Requires Poser 12.0.703 or later. Want to expand your poses library? What if you could load DUF poses from DAZ Studio 4 and apply then in Poser to any figure you may have on stage? That's what this script...
  3. Ken1171

    RELEASED Chain Control Python Script for Poser 12

    Chain Control Python Script for Poser 12 And just when I thought I ran out of ideas for useful scripts, the Python muse paid me another visit! This is a Python script tool to automate the posing of long bone chains items that ship with no posing dials. Examples are whips, tails, ropes, chains...
  4. E

    Demo: how to set Firefly render settings

    # Poser 11 demo script to show how to set Firefly render settings. import poser scene = poser.Scene() # Switch to Firefly rendering, Manual control. options = scene.CurrentFireFlyOptions() options.SetManual(1) # FIRST PANEL, QUALITY, from top. # Cast Shadows, off. options.SetShadows(0) #...
  5. Ken1171

    RELEASED Mags Master Python Script for Poser 12

    ~Mags Master Python Script for Poser 12~ This is a Python script tool to automate many of the tasks when working with magnet deformers in Poser 12. It offers a centralized interface to manipulate magnets, magnet parts, and their parameters, with a myriad of automation commands to make the job...
  6. Ken1171

    RELEASED MAT Edit Python Script for Poser 12

    MAT Edit for Poser 12 One of the biggest limitation when editing materials in Poser has always been the fact that we can only select and edit a single material at a time. This is a general materials editor for Poser 12 that allows processing multiple materials, figures and props simultaneously...
  7. Ken1171

    RELEASED Dial Master Python script for Poser 12

    ~Dial Master P12~ Ever wanted to dial multiple parameters at once, with the ability to search by keyword, filter by dial type and/or value, set and reset values to maximum, minimum, or default values with 1 click? This script is a great complement to the Parameters Palette. It supports both...
  8. Ken1171

    RELEASED Lister Master 2-Pack Python Script for Poser 12

    ~Lister Master 2-Pack Python Script for Poser 12~ This is a 2-Pack Python scripts for Poser 12 content creators. It includes "File Lister" and "Morphs Lister" scripts. > FILE LISTER P12: ================ This is a tool to help content creators to quickly and easily create the list of...
  9. Ken1171

    RELEASED Scripts Manager Python Script for Poser 12

    Scripts Manager P12 is a centralized, fully dynamic scripts launcher menu for my scripts, and also a 1-click scripts uninstaller - the very first ever made for Poser! Available now at Renderosity! ==> LINK Tired of manually adding scripts to the Poser Scripts Palette, where you can only...
  10. Ken1171

    RELEASED Light Dots Python Script for Poser 12

    Welcome to memory dots for LIGHTS in Poser 12! Makes me wonder why Poser never had these for lights, but here it is, and it's bigger and packed with extra functionality! ^____^ This is something I wanted to have in Poser 12 that I would use a lot. It's a way to quickly store and retrieve light...
  11. Ken1171

    WIP RigControl for Dawn 2.0

    ** ControlRig for Dawn 2.0 ** This is a Python script for Poser 12 that allows controlling all of Dawn2's facial rig by just dragging the red dots with the mouse. No need to hunt for dials! Dawn 2.0 facial rig is not finished yet, and my beta version of the figure has only the left side of...
  12. Ken1171

    RELEASED Scatter Tool II Python Script for Poser 12

    ~Scatter Tool II Python Script for Poser 12~ **REQUIRES Poser 12.0.396 or newer. The Scatter Tool II brings a new level of automation when scattering objects into your Poser scenes. Check some of the new features below. Ever wanted to scatter objects at random on a scene, like grass, rocks...
  13. Ken1171

    RELEASED IK Manager Python Script for Poser 12

    ~IK Manager~ (Python Script for Poser 12) ** Requires Poser 12.0.396 or newer Ever wanted to use more IK (Inverse Kinematics), but found it cumbersome, and hard to reach in Poser? The IK Manager P12 brings all your Inverse Kinematic needs to one single, easy to reach panel. Now you can quickly...
  14. Ken1171

    RELEASED LockMaster Python Script for Poser 12

    ~LockMaster Python Script for Poser 12~ **REQUIRES Poser 12.0.396 or newer. LockMaster is a brand new way of automating the locking, resetting, zero posing, or toggling visibility of 1 or multiple body parts on a figure with 1-click. Traditionally, Poser makes it hard to lock body parts...
  15. Ken1171

    RELEASED The "Scatter Tool" plugin for Poser

    I have been showing some of this at the galleries here at HW, so you might have seen some results already. If not, the Scatter Tool is a new plugin for Poser that scatters a prop over the Poser ground plane. Each copy can have variations in scale and rotation, so they don't look all the same. As...
  16. F

    Script error?

    I'm using the Geometry Walker add-on for Maya. I have it in the scripts folder. When I try to run the python script in the script editor in Maya, it gives me this error: "No module named geometrywalker.qt.pickwalker_ui" Why am I getting this error? How can I fix it? Here's a link to the...
  17. Karina

    Toggle Cameras 1.0

    A -VERY- simple Python script. I thought it might be useful to you too because I use it all the time: When I set up a scene I usually place my MAIN_CAMERA so it shows the final render view. But when I make changes, I don't want to move my MAIN_CAMERA so I use another camera, usually the...
  18. Gadget Girl

    How to copy color from one node to another (poser python)

    So I'm just curious if there's an easy way to copy the color value from one node (technically the node's input) to another node using python. Basically I want to copy the Diffuse_Color value from the PoserSurfaceNode to the Color value on a PhysicalSurfaceNode I can get the color value of...
  19. Gadget Girl

    What do you wish was easier to do in the Material Room?

    So with a bunch of people getting Poser 11 with the sale, as well as some other people asking some Python questions, the scripting bug has bitten me again, and I'm wondering if I cleaned up a script I'd written people would be interested in it. When Poser 11 first came out, and I was trying to...
  20. Gadget Girl

    How to check if a prop is (or isn't) in a scene

    I'm working on a script to quickly setup cloth simulations for an outfit I'm working on. And it works :) but one part of the script seems very awkward to me and I'm wondering if there is a better way. Basically the outfit is in a few parts, pants and a top. Now I know that people may not always...
Top