documentation, tutorials etc.
Can someone point me to documentation, tutorials etc. on ‘getting started’ making Daz Studio scripts? (I have made many scripts in other CAD systems)
View ArticleImage.pixel() always returns 255
I want to set the alpha value of a pixel of one image to the value of the alpha value of a pixel of another image. Unfortunately, Image.pixel() always returns 255 for the alpha value. Since I'm working...
View ArticleMulti-threaded loading/saving
Hi So for some of the people with a large amount of characters, loading Genesis takes a significant amount of time. This is also true if you load heavy scenes with a lot of high res textures / models....
View ArticleHow to make the current viewport GetFocus and scene pane LostFocus
Heya, I wrote script to switch the cameras by pressing shortcut key - Shift + Arrows (Up/Down). However, while pressing the shortcut to have camera switched, if the scene pane is focused or a node is...
View ArticleUpdate Daz Canvas UI after change?
In the render options I add with script a new canvas + node list which works. But the issue is while the list is added the studio UI doesn't show the change unless I force it to reload the canvases...
View ArticleHow to find light node and change luminous and other surface properties by...
So I want to create a script that finds certain nodes that is a light source and changes their surface attributes/properties like luminious value etc. I'm a newbie with these scripting stuff but so far...
View ArticleDisable popups from script?
I would like to disable message boxes from script. Under showPrompts(): http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/app_dz it says...
View ArticleSample from docs not working.
I'm new to scripting and I'm trying to test Simple Image Dialog. However the image doesn't load. I changed the URI in the example to C:\temp/test02.jpg which is a JPEG image that can be loaded in...
View Articlenewbie question : how to set the position and rotation of a character ?
hello, I'm just trying to use daz script to set the position and rotation of my character to 0 for x,y,z after posing it I've looked at the doc and the script about move to the floor but it's linked to...
View ArticleScript UI in a dockage pane. Is it possible?
Can you implement the UI of a script in a dockage pane? I see examples of modal dialogs but not panes. Does anyone have a tutorial/example of this?
View ArticleApplication as a scripting PA
Hey everyone, I'm trying to submit an application to become a Published Artist specialized in Scripting products but it feels like the application form in the Vendor Tools section of the Daz3d account...
View Articleanyway to add a keyboard shortcut to a script?
[anyway to add a keyboard shortcut to a script?] for example, add Ctrl+D to the script to implement the move to floor function, instead of writing many sentences?
View ArticleHow to remove any kind shoe or cloth from a figure?
I want to remove any kind shoe or shirt or dress from a select figure in a scene by script. They are any kind so don't know their exact prefixe name or lable or properties, just know they are shoe or...
View Article"sleep" moving objects? (temporary - solved)
I have a weird issue in my Daz Studio. If, by script, I select a node in the scene, write "sleep (5000)". During this sleep, I move the node in the viewport. Then at the end of these 5000 ms the node...
View ArticleDazScript import external script file?
Simple question -- I've built a library of utility functions located in a file "tools.dsa". I want to include that script from another Daz script so that I can call the functions in it. How do I do...
View ArticleHDRI, external executables, and Daz Script - IF?/HOW?
Here's the PROBLEM: I need to be able to read HDR / EXR images and extract thumbnail images from them, passing those to Pixmap objects to be placed in widgets for display. Daz Studio natively does...
View Articleis there any usable alternative to daz script?
The documentation is completely unusable with basic searches like function names returning nothing. Even entire concepts like "blend morph" return zero results. Useless. Is there any third party tool...
View ArticleSave Parameter Favourites
Hi all, I am no stranger to scripting, did my share bash and some powershell but haven't done any Daz scripting. What I'd like to do is save the favourites I tagged in the Parameters tab to a file so I...
View ArticleDaz3D export to blender
i have exported a model from Daz3d to blender and noticed that the shapekeyd are driven by drivers. Is this new and can this be made optional.
View ArticleSave Parameter Favourites
Hi all, I am no stranger to scripting, did my share bash and some powershell but haven't done any Daz scripting. What I'd like to do is save the favourites I tagged in the Parameters tab to a file so I...
View Article