Collada Export from Script
Is it currently possible to export in collada format from script? (using studio version 4.15)
View ArticleScript Sample 'Get Store Product Data' won't work?
Hi, I tried the script sample 'Get Store Product Data' (http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/metadata/get_store_product_data/start)...
View ArticleUsing gsTr, qsTranslate and qsTrid meaningfully?
Hi, I am a little confused about the above functions. Okay, it can be used to translate text into other languages, but I haven't figured out how to launch Daz Studio in a language other than English....
View ArticlePostgreSQL connection issues
What's the database name for making a PostgreSQL connection to the cms database? I have the username and port, but it keeps erroring out on me because I cannot provide the proper database name... the...
View ArticleHow to append "...save a render as a PNG" to a sample script?
Hi, I'm coming from Python hacking, and am a beginner trying to undertand how DAZ scripts do some very simple things. How do I add a line or two, perhaps at the end of a render-settings setup script,...
View ArticleHow to update asset autoKeywords?
Hi, when I change a category of an asset (whether through the GUI or via script), the autoKeywords are not updated. In the GUI I can do this by opening the metadata editor, make any change (e.g....
View ArticleAlternative Fonts / Font Sizes?
Hi, In the GUI scripts that I'm working on, I'm getting a little tired of the small size & shape of the standard font that appears in all of the DAZ scripting widgets. Has anyone succeeded in...
View ArticleScript a light sequence
Hi - Excuse me if I use the wrong terms here - I hope you get the basic idea. I want to be able to animate a scene with certain lights (props or objects that emit light - how they do that is also an...
View ArticleCreating a directory?
If I have an absolute directory path in the form of a string (e.g. "C:/Tom/Dick/Harry"), is there a script command that allows me to create that?
View Articleshow/hide multiple items
I am trying to have four items be shown or hidden, showing and hiding 2 items works fine but when i try to show/hide the same 2 items and add 2 new items things do not function properly ("glasses" is...
View ArticleShutdown Sequence
Does the closing() signal get called even when the app unexpectedly shuts down?
View ArticleHow to get the list of user draw styles? [SOLVED]
Hello everyone, I am writing a script and want to allow the user to select which kind of rendering to do, or script-wise, the UserDrawStyle. I believe these are the choices you see on the viewport drop...
View ArticleDzUserDrawStyle - Get the pixmap into a comboBox?
Hello all, I just posted part one of this on how to get the list of user draw styles from the viewport manager and then shortly after, figured that out. Now i'd like to know if anyone knows how to get...
View ArticleAdding Focal Length/Distance Lock to Camera Lock Script
I'm using a script called Camera Lock by Richard Haseltine. It locks all cameras, but leaves out a few things. I'd like to add locking focal length and focal distance to it, but adding code like...
View ArticleDzProperty returning empty/incorrect data compared to DSF file
I'm writing a script to retrieve property details from the selected node using DZProperty, see...
View ArticleHow to findRegion("Head") from property/element/object/node/skeleton?
Hi Richard (you'll probably be the first and only to see/answer this as usual) I have a list of properties (DzProperty) for the selected node and from there I can see the region of each property using...
View ArticleDAZ Script online docs down
Hi Richard could you please let the folks at DAZ know the online API docs have been offline all day?...
View ArticleRemove/Reset LIE masks and layers
Is there a way to remove the LIE masks/layers applied to a surface?
View ArticleDelete Bone
Hello, I am trying to write a script to replicate the JointEditor side bar command ToolSetting>(rightclick)>Delete>Delete Bone. I need a script since said command only works on one single bone...
View ArticleScene.removeNode() Sloooow [SOLVED]
Hi, It looks like deleting by script an object with many assets with Scene.removeNode takes forever. It is confusing as it takes one second if you do it manually in DAZ Studio's scene. For example if I...
View Article