List of available head morphs
Just a quick question. I don't want to delve too deep into scripting - just want to know enough to do what I want to do. Random characters. I don't have too many base models and so, for a project I'm...
View Article[problem gone..] QScriptValue::call() failed
QScriptValue::call() failed: cannot call function with thisObject created in a different engine I'm getting this error (everything works though), and only when not running in the debugger. Any pointers...
View ArticleSurface Selection Script
Before I ask my question I would like to state that I have no idea how to make script or where to even start. Can a script be made to select all surfaces with a particular named texture map or via...
View ArticleHow To Access Element Data?
Hi, I've just noticed that I can add user-defined data to an object or figure when it's loaded (via the menu command Edit > Object > Element Data ...) Just as an experiment for a shoe my G2F...
View ArticleQuestion about DB_List_Products_Used and save in DS
I have an interesting observation that I cannot figure out if it is a bug somewhere, or that this is "how it should work". I've been looking and playing with Robs Sample Script DB_List_Products_Used //...
View ArticleA script to create a polylines dForce Add-On Modifier for a bouncing ball
In RGincy's excellent dForce thread, I posted an example of a dForce bouncing ball whose polylines Add-On was created in Cinema4D and imported into DAZ Studio via an .obj file. The attached...
View ArticleHaving trouble with DzFacetMesh.addPolyline()
I posted a thread with an attached Add_Structure.dsa script showing how to add a Polyline dForce Add-On Modifier using just DAZ Script. It works, but uses an intermediate .obj file - which should not...
View Article[Showstopper issue] DzZipFile.locateFile() on Windows broken?
do { filename = oZipFile.getCurrentFileName(); debug("filename="+filename); var found = oZipFile.locateFile(filename); if (!found) { debug("### NOT FOUND ###"); } } while(oZipFile.goToNextFile()); Om...
View ArticleIs there a way to record a script from actions? Want to change max/min values...
The default max/min values V4's hip rotations are insane, +/- 360,000. As a result, when I try to rotate, she spins out of control. So I always find myself manually adjusting these max and min values...
View ArticleFun with files named test
This is just a heads-up in case you encounter this behaviour and wonder if you are going mad... Copy these attached files to a directory (or create your own equivalents): test_obj.txt Rename it to...
View ArticleHow to shutdown daz3d with script
What is the script for shutting down daz3d? I wrote a java script to call daz script to render an animation and do something else, but I cannot continue my code unless I close daz3d first. I think...
View ArticleFor DzAsset.addCompatibilities: How do I get a complete list of bases?
For DzAsset.addCompatibilities ( Array bases, Boolean create=false ): How do I get a complete list of bases that I can add to an asset? I'm looking for something that will return these in a list....
View Articlecopy and paste a figure multiple times.
My gosh I'm drawing a blank, watching the tutorials am unable to see what Val is doing. So how do I duplicate models? Thanks
View ArticleDAZScript wrapper for QTreeView? [Solved]
Hi there, i'm starting scripting and found a lot of information in the scripting reference guide and the qt documentation archive for qt 4.8.6. What i'm looking for (and did not found yet) is a...
View Article[SOLVED] How to findPropertyByLabel for hidden properties?
I'm trying to set certain parameters on the selected figure using script, using the line below var property = targetFigure.findPropertyByLabel(j); This works fine and dandy for some figures +...
View ArticleDzDial Focus Highlighting Removal
Quick question and purely cosmetic: with the DzDial control, whenever I click on it to select a dial value, there is this garish yellow 'focus highlighting box' that appears to show the control has...
View Articleweight maps
Is there a way to get hold of the weightmap information attached to a vertice / mesh or bone? I can get the node, the vertex, the Skeleton and the bone. I hear that boneBinding links the two together,...
View ArticleCreate Script to Copy materials in sequence
Hi everyone, I need to create a script to copy materials in sequence. As shown in the image below. Can anybody help me? Thanks.
View Articleitem changing script needs to work on all characters in a scene
my script is to show and hide items that G8F is wearing, it only works on the original g8 in the scene when the script was created-i need it to be able to show and hide items on any g8 in the scene,...
View ArticleDzMorphLoader Script help
I'm working on a scirpt to create a morph via script. I came accross this http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/morphloader_dz...
View Article