Base Color Window
Is there a way to get the select color window to pop up with a script?
View ArticleBeginner asking for help: How to select a character in the scene
Hello, I have just started to learn javascript to create some little tools in daz and I have already played with some variables and functions, but I really struggle to find by myself how to select a...
View ArticleFuture script engine for DS?
DS is built using QtScript from Qt4 which was deprecated a few years back. Qt5.5 still has QtScript but it's the last release which will bundle it or WebKit and the upcoming Qt6 will ship with...
View ArticleExtract bone local rotation issue
Hello, I have an issue with local rotation and scripting which I have not been able to solve. I'm trying to extract the local position and rotation of all the bones of a figure after posing it, using a...
View ArticleBookmarks for the Content Library
Hi, I just got an idea of writing a script that enables you to create bookmarks for the Content Library in an user frindly way. In another thread Is it possibe to put certain folders as separate tabs?...
View ArticlePath seperations possible?!
I can't get my head around it. Somehow every "filename" i tested comes up with a full path to a file. I would love to have a seperation like "Main Path to THE desired Library" (i got 4 of them) This...
View ArticleERC Freeze set to zero by default
I've created a new ERC Freeze controller and linked it to the X translate property of my object, but when I call SetValue(), I can set the value to anything, but zero. So...
View ArticleDAZ Interface to Object reference (Blender like)
Would DAZ developers be open to add the DAZ Script Object reference to every single interface DAZ has - similar to what Blender has when you hover over a button and it pops up a tool tip. It would...
View ArticleSimulation Script
Hello, I'd like to script a simulation with multiple operations : -run a first simulation - freeze simulation for some objects -move a group of objects -change the simulation settings -run a second...
View ArticleFavorites script for 2nd Poser install
I want to set some favorite folders using Rob's script...
View ArticleRandom image texture rotation script
Hello, I am looking for a script to randomly rotate the image texture of an object. Inside the interface that kind of rotation could be done with the Layered Image Editor, but the rotation options are...
View ArticleControlling A Morph Slider From A Parameter Slider - what object type is it ?
Answer Part 1: A morph is a DzModifier on a DzShape on a DzObject on a DzNode, and not a DzProperty on a DzNode. Simple ! See this post below. ~ ~ ~ ~ ~ ORIGINAL OP STARTS HERE ~ ~ ~ ~ ~ I have a...
View ArticleHow to position the cursor in the timeline ?
With a script, I would like to know how to position the cursor in the timeline. For example, if I defined 100 frames in the timeline, how do I position the cursor at frame 72 ? Indeed, for the Genesis...
View ArticleHow to access IK Pins via Script
Hey folks, hope someone has the knowledge here to assist I regularly find pinning hands & feet with either Transform Tool IK pins or ActivePose toggle pins makes far easier for "speed posing" or...
View ArticleSynchronous subdivision update?
Is there any way to apply a figure's subdivision synchronously? Whenever a pose is changed the figure's base geometry updates synchronously, but if subdivision is enabled it doesn't get applied until...
View ArticleInstancing changes rotation values
When I create an instance I set the following parameters: NewInstance.setLocalScale(SelectedNode.getLocalScale()); NewInstance.setLocalPos(SelectedNode.getLocalPos());...
View ArticleAssemblyMesh BoneBinding weightmaps
Is there a way to get the bone bindings for an assembly mesh? e.g. a weightmap for all vertices in the assembly mesh, that includes the influences for all grafted figures' rigs as well? I know...
View ArticleHow to script creation of an empty morph with specified name and path?
I have this code copied from this thread https://www.daz3d.com/forums/discussion/comment/2660216/. It works fine to create an empty morph with the settings I want, but it creates it as label Value in...
View ArticleHow to stop the "Enter" key from activating the first button in the dialog?
How do I stop the "Enter" key from activating the first button on the dialog? Tests: run script, press the enter key. run script, click on any text box, type something, press the enter key. // Create...
View Articleif one could link render settings to change when the currently selected...
It'd be cool actually if you could link render settings to change when the currently selected camera is changed. Is that even possible in DAZ Script? You'd need to watch the GUI event queue and when...
View Article