detecting collisions
Hi , i have two questions. i'm planning to write a script that can help avoid poking through something when posing a character (a kind of basic physics engine) is there a method to detect collision...
View ArticleFind figures?
How can loop through all nodes in a scene, and only find figures of type "Genesis8Female" ? What function must I call that contains that particular substring?
View ArticleProblems saving figure/prop asset via script
I am trying to save a figure/prop asset using the sample...
View ArticleDAZScript wrapper for QTreeView?
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 ArticleBulk photo creation for an art project I'm working on
Hi, I'm looking for use DAZ Studio for an art project I'm working on. I need a way to make 'passport photos' of lots of people - they dont need to be realistic. they do need to be different genders,...
View ArticleHow do I link cameras to render settings?
How do I set individual cameras in a scene to distinct settings: Iray vs 3Delight, or (especially!) different render dimensions?
View ArticleString to windows clipboard
Hi all, Does anyone know how to pass a string from DAZ script to Windows clipboard? I have seen the DzProperty.copyToClipboard() but this is for properties or their values. I have checked the objects...
View Article"Press any key"
Is there a way to check if any key is pressed? There are the globals to check shift and ctrl, DzApp can check the modifiers generally and for a particular key or combo, but I don't see a method to ask...
View ArticleScript for add layer on
Hello, I'm not a developper but I'm little familiar with php langage and I hope I could understand DAZ scripting because my request is not difficult (I believe) and it could give me great result.. I...
View ArticleModifying the vertices of a geometry from a binary file
Hello, I write a program which animates a node in Daz Studio. When I want to transfer this animation to Daz Studio, the speed for this transfer is very slow in script. I just started to write a plugin...
View ArticleWriting a function for "Timechanging"
Hello, I wrote a function which modifies the scene when the time changes in Daz Studio. If I start the script, nothing happens. I have to add an infinite loop after the definition of the callback to...
View ArticleReverse source shape from target (Transfer Utility) with script?
I'm currently learning simple scripting and working with the Transfer Utility:...
View ArticleThree in one: iray decal, an instance and find by type
Hello, I've accidentally found script ide and it gave me an idea to speed things vastly. I'm completely new about it. I've a few questions to get me started for my project: 1- How can I create an iray...
View ArticleIs it possible to trigger "Bake To Studio Keyframes" from Animate via script
I'm trying to activate the "Bake to Studio Keyframes" from the pluggin animate 2 (and I think animate lite), via a script, and I totally fail. On animate 2, when I do it manually, I have to right click...
View ArticleAssign category to file
I am trying to assign a set category to a spesifc file using a script. unfortenetly so far i have only figured out how to read the categoris.
View ArticleHow do I retrieve all attributes from a DzDomElement
I've been trying to develop a depth first XML parser that emits events on start tag, end tag, and text (SAX parser). I can recurse through the DzDomElements just fine using ::firstChild() and...
View ArticleHow to get all metricNames of current style?
In the http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/general_ui/simple_dialog/start sample i found the following: // Get the current style...
View ArticleTrying to get morphed mesh vertices values
Hi. I'm trying to get mesh vertices values via script, but looks like morphs aren't applied to vertices values, i.e. using script like that one...
View ArticleMulti select don't work in my script
Hi this is a scriptlet, from A script I am making. It is a listbox I am filling with selected nodes of the scene. It needs to be multi select, but I cant multi select in the listbox. I try to use...
View ArticleIs function.bind gone?
I try to connect a bound function to a signal to get my old context back. Unfortunately i get the error 'TypeError: Result of expression 'fctn.bind' [undefined] is not a function.'. var bbb = { "txt":...
View Article