User Tools

Site Tools


This is an old revision of the document!


Change Log

Below is a “sanitized” version of the Daz Studio v6.x (2025) change log. This information is posted as part of a conscious effort to be more transparent in the development process. Not all information relating to a particular build is presented on this page - some information is still considered private and is therefore not included.



General Release Channel

This is the channel where the “production ready” build is distributed to the general public.




Public Build Channel

This is the channel where the builds that are not considered “production ready” yet are provided for testing by the general public. This channel typically provides a build that is in the BETA phase of development, but technically can provide a build in the ALPHA phase.


Public Alpha (6.25.2025.11206)

DAZ Studio : Incremented build number to 6.25.2025.11206

Public Alpha (6.25.2025.11417)

  • Source maintenance
  • Fixed an issue with simulation of dForce hair
  • Fixed an issue on macOS with the deletion of DzActionMgr after executing a script that accessed it
    • Manifested as menus progressively disappearing, and ultimately a crash
  • Fixed an issue on Windows with the BugTrap dialog truncating messages
  • Updated public API documentation; DzElement
  • Fixed an issue with performing a deepCopy of an element via script; DzElement::doDuplicateElement()
  • Addressed issues with localization
  • Addressed issues with anonymous logging
  • Addressed issues with inline help
  • Addressed issues with interactive lessons

DAZ Studio : Incremented build number to 6.25.2025.11417

Public Alpha (6.25.2025.12207)

  • Source maintenance
  • Made an optimization tweak to the Universal tool (and derivatives) drawing while dragging

DAZ Studio : Incremented build number to 6.25.2025.11507


  • Source maintenance
  • Fixed an issue with viewport color of Strand-Based and dForce hair
  • Fixed an issue with color for viewport polyline drawing

DAZ Studio : Incremented build number to 6.25.2025.11607


  • Source maintenance
  • The “Content Library” pane now provides an ability to “Duplicate Page” from the Container View context menu
    • Clicking the “Duplicate Page” action causes a new instance of the “Manage” sub-pane, labeled “Manage (#)” where # is the i'th instance, to be created as a sibling to the primary “Manage” page
    • When 2 or more sub-panes exist, a tab bar in the “Content Library” pane is revealed
    • Pages labeled “Manage (#)” can be detached into a custom pane
    • The primary “Manage” page cannot be detached
    • Preference actions apply to all “Manage” page instances
    • API calls apply to the active “Manage” page instance
    • Assets in Asset Views can be dragged/dropped onto containers in Container Views
  • Addressed ES7 warnings for the script that backs the “Build Filter…” action
  • Added support for single digit numerical back-references in the “Replace” text of the “Script IDE” pane, when the “Regular Expression” option is checked
    • Now supports \# for single digits >= 1

DAZ Studio : Incremented build number to 6.25.2025.12007


  • Source maintenance
  • Extended support for numerical back-references in the “Replace” text of the “Script IDE” pane, when the “Regular Expression” option is checked
    • Now supports \g{#} and \g# for one or more digits >= 1
  • Added support to the “Content Library” pane for search menu population from “standard paths”
    • A list of base paths, rather than a single base path, ordered according to search order
    • Allows filters to be defined in the context of the current machine user, all machine users, and/or the application itself
  • Extended support for the -noPrompt CLI option; Content Library pane
  • Updated scripting API documentation; DzContentLibraryPane, DzContentLibraryManageSubPane

DAZ Studio : Incremented build number to 6.25.2025.12013


  • Source maintenance
  • Added a persistent menu for “Content Library” pane “Manage” sub-panes
  • Added support for an optional Information Panel to custom panes (detached sub-panes)
  • Extended support for the -noPrompt CLI option; paged panes, custom panes
  • Updated scripting API documentation; custom pane
  • Fixed an issue with “Content Library” pane support for filter menu population from standard paths
  • Added support to the filter navigation bar for filter menu population from “standard paths”
    • A list of base paths, rather than a single base path, ordered according to search order
    • Allows filters to be defined in the context of the current machine user, all machine users, and/or the application itself

DAZ Studio : Incremented build number to 6.25.2025.12107


  • Source maintenance
  • Extended DzInfoTabs public API; added showAddonsTab(), showTargetsTab()
  • Extended DzInfoDivider scripting API; added MinimizedState enum
  • Extended DzLineEdit scripting API; added showClearButton property, added inputRejected() signal
  • Updated public API documentation; DzInfoTabs
  • Updated scripting API documentation; DzInfoDivider, DzLineEdit
  • Added a user-friendly label to the persistent menu for “Content Library” pane “Manage” sub-panes - i.e., “Content Library : Manage Sub-Pane Options” vs classname
  • Addressed ES7 issues in the script that backs the “Build Filter…” action
    • Manifested as the dialog not being displayed and warnings recorded to the log when executed in the context of the “Outline” page in the “Scene” pane
  • Added an “Add-Ons” page to the “Information Panel” section of the “Smart Content” pane
    • Brings functionality provided by the “Explore Add-Ons…” action, in the context menu of an asset, to a higher level of the UI
    • Selecting an asset on the “Files” page, or within a product on the “Products” page, populates the page with categorized assets that are compatible with the selected asset
  • Added a “Targets” page to the “Information Panel” section of the “Smart Content” pane
    • Brings functionality provided by the “Explore Targets…” action, in the context menu of an asset, to a higher level of the UI
    • Selecting an asset on the “Files” page, or within a product on the “Products” page, populates the page with categorized assets that the selected asset is compatible with
  • Fixed a crash on close caused by recent replacements of runtime connections with compile-time connections
    • Due to differences in lookup/addressing mechanisms involved, certain established connections must be discretely disconnected during destruction to avoid issues with lifetime\order

DAZ Studio : Incremented build number to 6.25.2025.12207



Private Build Channel

This channel is similar to the Public Build channel, except that it is limited to a select group of individuals that serve as the “front line” or the “canary in a coal mine” for a time before the build is promoted to a less restricted channel. This channel is more likely to see an ALPHA build than the Public Build channel is.


  • Source maintenance
  • Fixed scripting API function signature ambiguities; DzPane
  • Extended DzInfoTabs public API; added showAddOnsTab()
  • Updated public API documentation; DzInfoTabs, DzViewportMgr
  • Updated scripting API documentation; DzPane
  • The DzViewport associated with the “Aux Viewport” pane is now ensured to not draw until/unless it is shown
    • Manifested as sluggishness when navigating the viewports associated with the “Viewport” pane
    • The primary DzViewport, that is DzViewportMgr::getViewport( 0 ) or DzViewportMgr::getDefaultViewport( 0 ), associated with the “Viewport” pane is responsible for maintaining the primary framegraph and is evaluated regardless of whether it is shown
  • Addressed ES7 warnings in the script that backs the Window > Workspace > Update and Merge Menus action

DAZ Studio : Incremented build number to 6.25.2025.12307


  • Source maintenance
  • Extended DzDynamicDividerWgt SDK API; added dividerPercentageChanged() signal
  • Extended DzDynamicDividerWgt scripting API; added ignoreSubWidgetMinSizeHints, firstWidgetHidden, barHidden, secondWidgetHidden properties; added dividerToggled(), dividerPercentageChanged() signals
  • Extended DzContentTab scripting API; added sideNavigationToggled(), sideNavigationPercentageChanged() signals
  • Updated public API documentation; DzDynamicDividerWgt
  • Updated scripting API documentation; DzContentTab
  • Improved performance of certain “Smart Content” pane operations; compile-time connections
  • DzPagedPane now uses QTabBar AutoHide in place of discrete 4.x internal handling
  • Addressed issues with anonymous logging
  • Addressed issues with inline help
  • Addressed issues with interactive lessons

DAZ Studio : Incremented build number to 6.25.2025.12507


  • Source maintenance
  • Added support for showing/hiding the “Add-Ons” page of the Information Panel via DzSubPane::getInfoTabsSettings()
  • Added support for showing/hiding the “Targets” page of the Information Panel via DzSubPane::getInfoTabsSettings()
  • Sub-panes that can be closed (deleted) now provide a close button on the right side of the associated tab
  • The “Detach” action in the menu for a detachable DzSubPane instance now includes the label of the instance
  • The “Delete” action in the menu for a DzSubPane instance that can be deleted now includes the label of the instance
  • Improved performance of certain “Smart Content” pane operations; compile-time connections
  • Fixed duplicate “Create Custom Action…” actions in the Asset View context menu for the “Content Library” pane
  • Improved performance of certain “Content Library” pane operations; compile-time connections
  • The “Help” pane has a Web View once again
  • Addressed ES7 warnings for the script that backs the “More Information…” action, and more broadly DzAssetMgr::showMoreProductInfo()
    • Manifested as the URL not being opened, or the options dialog not being displayed when [Ctrl/Cmd] was held, and warnings recorded to the log
    • Updated the ./resources/stores/default.dsa sample for ES7
  • Addressed issues with anonymous logging
  • Addressed issues with inline help
  • Addressed issues with interactive lessons

DAZ Studio : Incremented build number to 6.25.2025.12604