How to display the scrollbars of a DzScrollArea?
Hello, I'm finishing a small GUI, which at the end is finally not "that" small, and I wanted to place all my widgets in a DzScrollArea. From what I understood, it should give me access to a scroll area...
View ArticleHaving trouble setting keys for animation
What I'm trying to do is create an animation where each pose control for example with Genesis is keyed at each frame. Then I'll export to say Blender and I'll be able to save each frame as a pose. So:...
View ArticleCan I hide the script window
Is there a way to hide the script window while something is running, and then show it again after the process is finished?
View ArticleUV Sets (solved) and Control Bones (bypassed)
I have made a Geo-Graft attachment for Genesis 2, which hides some extreme morphing of the Genesis 2 mesh. Two issues have arisen which I am sure have a simple solution, but my knowledge of scripting...
View ArticleIPC Between Daz Script and Mono.net Console App
Hello All, I was wondering if there was a decent IPC solution that could be used with a Daz Script. I'm currently writing geometry to files and then parsing those inside a Mono console app, but it's a...
View Articlescaling an image within a pixmap
Hello everyone! I'm trying to add in a dialog several pixmaps with images loaded somewhere else in the script. This is not fundamental, but this would be "much more cute" this way (gosh, it's always...
View ArticleDebugging multiple script files
Any idea when the capability to debug scripts that include other scripts will be added? Man would that be helpful for tracking down issues!
View ArticleFacets documentation.
Please help the newbie script developer here! Have I missed some obvios location? Is there any documentation about Facets other that Geometry_Info sample script? I can derive a lot of stuff playing...
View ArticleAnyway to get filename of object by script ?
I want to write a script to get the originating filename of the currently selected object in the scene. I know how to get various details of the object, but can't find anything that contains the...
View ArticleBrowsing to file location using script
Is it possible to perform the equivalent of the Content Library's Browse to File Location, opening an OS file window, via script? I have found a browseToAsset(DzAssetPtr) function in the Content...
View ArticleAny way to allow scene to be accessed when script is open ?
Got stuck. I have my script running okay but when it's running you can no longer click on anything in the scene. Is there a way around this please ? Thank you.
View ArticleCopying/Modifying Surface Color Values
Hi, I wonder if anyone can help me. I'm working on a script based of Casual's mcjSpreadTex - https://sites.google.com/site/mcasualsdazscripts5/mcjspreadtex I've modified it so it copies color values,...
View ArticleMultiple script files
Is it possible to call functions defined in other script files? For example: helperScript.dsa function sayHello(){ print("hello world!"); } testScript.dsa import "helperScript.dsa" sayHello(); I have...
View ArticleAny way to load then select
I'd like to automate something in the script I am working on. I've learnt how to load a model in script. What I would like to do is after the model is loaded that it is selected. It would need to add...
View ArticleProblem with setGeometry
I'm trying to position things on the dialog but am having trouble. When I try to position something to the right I try this : var wIcon = new DzLabel(wGroupOne); wIcon.setFixedSize(91, 91);...
View ArticleBackdrop colour
I understand that I cannot set the backdrop colour to that of my choice (192,192,192) so that it does not keep reverting to the default. I appreciate that it is possible to include my backdrop colour...
View ArticleDAZ Script: Access To Iray Render Settings?
Specifically the parameters in the Render Settings > Editor > nVidia Iray pane, such as Environment Mode, Dome Mode, etc. As far as I can see there's no DzRenderer or suchlike class in the DS4.x...
View ArticlePlain Info Icon or "Clear Selection" Script (Solved)
Is it possible to make an Icon show up in the Content Library that just has information (text) and doesn't form any function apart from providing information? Or is it possible to make a Script for...
View ArticleAny Way to know if an object is a geograft?
Hello, I'm writing a script which will adjust the materials properties of any geografted element of a figure to the material properties of this figure. For now I browse the nodes, or the objects of the...
View ArticleTerminating an infinite loop in Debug mode?
Is there a way to terminate a script which is in an infinite loop in Debug mode? "Interrupt" just pauses it, and "Step Out" seems to let it continue. The rather messy solution, currently, is to end...
View Article