Get vertex normal for creating morph by script
I would like to create an inflating morph by script (something similar to the push modifier)... Creating a new morph is easy, but I don't know how to access to the vertex normals in order to use them...
View ArticleHow to programmaly select all contact face for selected face?
[How to programmaly select all contact face for selected face?] Just like "Geometry Selection -> Select Loop (Ctrl+=)" But how to archive it in daz script? Edited for Please put your question in the...
View ArticleGet and set LayeredTextures in DAZ Script
Hallo, I have a challenge working with layered texture maps in DAZ Script. Creating layers/masks and adding them to the diffuse map (pbrSkin MDL, Genesis 9) works fine, but I just can't find a way to...
View ArticleSilenty Save a Specified Morph Asset
I need a script that can silently save a specific morph (property) from Gen 9 into a specified folder. I couldn't even figure out how to change an option like the Vendor Name though script. I already...
View ArticleHow to find poses and apply via script?
Hello How can i find pose presets in a folder and apply the first preset from the list to the character via script? Greeting
View ArticleHow can I get the Name as displayed in the scene of a figure or an object.
Hi, I try to figure out, how to get (and maybe change) the name of a figure in DAZ script. I mean, if I have more than one GenX figure in my scene, I like to give them names like "Lisa" and "Paul". But...
View ArticleA little confused by signals & slots and passing values
Hi All, I'm trying to get the value of an inputted value off a widget in a *.ui file, how do i do that? Here's my code: var ui_root; function cb_entryBox() { //How do we get the entry box value?"); }...
View ArticleHow to Simulate / Capture "Enter Key is Pressed" by Script ?
How to Simulate / Capture "Enter Key is Pressed" by Script ? or send a message to DS that "Enter Key (Return) is Pressed"... ? Thanks for any instruction in adv.!
View Articlepremultiply issue compositing beauty canvas with alpha channel
The first image is a reference render, the second is the center sphere rendered in a node list on a beauty canvas with alpha, composited over a background render using the script below. I've read that...
View ArticleHow to get image.drawText actually perform AlignJustify?
[How to get image.drawText actually perform AlignJustify?] boundingRect doesnt seem to be it x = 0; y = 100; im = new Image(); im.create( 1024, 768, 24 ); im.fill( Color( "White" ) ); co = Color(...
View ArticleBVH importer scripted?
Anyone know if these options are exposed in DAZ Script? It is a pain to load the bone mapping every time I need to import a bvh.
View ArticleCurious about values for settings objects when calling actions
I'm wondering if there's a way to avoid showing a window when scripting actions. When checking out the documentation for dzaction the triggerWithSettings method sit there, tantalizing yet unavailable,...
View ArticleHow do I get the list of dimension presets in script?
I need to get at the values available in the Dimension Preset (Global) dropdown in the Render Settings pane. Someone posted a script showing how to do this on ShareCG, but it's apparently rejecting new...
View ArticleScript to go right to parameter
I want to create a script that selects a specified parameter in the parameters tab. For example I run my script and it navigates to path "Actor/Head/Ears/Fantasy SciFi/" and highlights "Ears Elf"....
View ArticleMake a signal persistant
Hello! I have this script: // Global variable to hold the connection g_oProp = null; (function(){ function myFunc(){ MessageBox.information("ok", "message", "ok"); // Additional functionality return...
View Articlehow do i use getPropertiesOnNode() ?
[how do i use getPropertiesOnNode()] Nodes = Scene.getNodeList(); for (i = 0; i < Nodes.length; i++) { obj = Nodes[i].getObject(); if (obj !== null) { nodeName = Nodes[i].name;...
View ArticleHow do i get parameters(value,min,max) of morphs , And set morphs parameters
[How do i get parameters(value,min,max) of morphs , And set morphs parameters] None
View ArticleHow do i get group of morph
// Scane nodes in the scene Nodes=Scene.getNodeList(); for ( i = 0; i < Nodes.length; i++) { // Pickup nodes that have object obj = Nodes[i].getObject(); if (obj !== null) { // Scan Modifiers...
View Article