<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>New Users - Daz 3D Forums</title>
      <link>https://www.daz3d.com/forums/categories/new-users/feed.rss</link>
      <pubDate>Wed, 12 Aug 2026 18:11:54 +0000</pubDate>
         <description>New Users - Daz 3D Forums</description>
   <language>en-US</language>
   <atom:link href="https://www.daz3d.com/forums/categories/new-users/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Best settings to remove noise ?</title>
      <link>https://www.daz3d.com/forums/discussion/320691/best-settings-to-remove-noise</link>
      <pubDate>Fri, 12 Apr 2019 10:45:17 +0000</pubDate>
      <dc:creator>hansmolleman33</dc:creator>
      <guid isPermaLink="false">320691@/forums/discussions</guid>
      <description><![CDATA[<p>Hi</p>

<p>&nbsp;</p>

<p>I am new to DAZ3d and I was wondering why my renders are so noisy even though my scene has lightning clear as day.</p>

<p>My render setting are as follow: <strong>Noise filter enable</strong>, <strong>render quality: 3</strong>, <strong>Rendering converged ratio: 98%</strong></p>

<p>Most of the time if I let the render finish, my end result is more noisy than if I stopped the rendering half way done.</p>

<p>&nbsp;</p>

<p>Any tips to get rid of noise ?</p>

<p>&nbsp;</p>

<p>Thanks</p>
]]></description>
   </item>
   <item>
      <title>Scripting Parameter settings</title>
      <link>https://www.daz3d.com/forums/discussion/768086/scripting-parameter-settings</link>
      <pubDate>Sat, 08 Aug 2026 06:27:31 +0000</pubDate>
      <dc:creator>jnorfleet_478f5a1c6b</dc:creator>
      <guid isPermaLink="false">768086@/forums/discussions</guid>
      <description><![CDATA[<p>Trying to learn daz scripting through building a random face generator for G9. Hopefully someone can explain what I&#39;m missing. Why does the property value &quot;Proportion Head Size&quot; change but not &quot;Asymmetry Ears 01 Left&quot; or right? Are they not both properties? I&#39;ve tried multible searches, several ways of coding out the properties.&nbsp;and the &quot;Asymmetry&quot; always comes back as a null and says not part of the object. What am I missing? Any help appreciated.</p>

<p>Code Below:</p>

<pre>
<code>// Ensure a figure is selected
var oFig = Scene.getPrimarySelection();

// Random floating point number generator for property value 
function customFloat(min, max) { return Math.random() * (max - min) + min; } 

// Create an array for our properties 
var earProperties = [&quot;Proportion Head Size&quot;,
                     &quot;Asymmetry Ears 01 Left&quot;,
                     &quot;Asymmetry Ears 01 Right&quot;];

if (oFig &amp;amp;&amp;amp; oFig.inherits(&quot;DzSkeleton&quot;)) { 
   var oObject = oFig.getObject(); 

   if (oObject) {
      // Cycle through array and change the properties 
      for (var i = 0; i &amp;lt; earProperties.length; i++) { 
         var currentProperty = earProperties[i]; 
         var oProp = oFig.findPropertyByLabel(currentProperty); 

         // Set select property to random value 
         var randomNumber = customFloat(0.0,1.0); 
         if (oProp) { oProp.setValue(randomNumber); } 

         // DEBUG: Print the random number and array item. 
         print(&quot;Random Number: &quot; + randomNumber); 
         print(&quot;Node Name: &quot; + currentProperty); 
      } 
   }
}</code></pre>

<p>&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>Need Daz Guru to help me Set Up my New Computer Base Directory with DIM-Resolved- Gurus for the Win!</title>
      <link>https://www.daz3d.com/forums/discussion/767776/need-daz-guru-to-help-me-set-up-my-new-computer-base-directory-with-dim-resolved-gurus-for-the-win</link>
      <pubDate>Mon, 03 Aug 2026 21:46:21 +0000</pubDate>
      <dc:creator>squirt</dc:creator>
      <guid isPermaLink="false">767776@/forums/discussions</guid>
      <description><![CDATA[<p>Hello Daz Gurus;</p>

<p>I come to you all out of desperation.&nbsp; &nbsp;I put a help ticket into the Tech Support an entire week ago with no response yet.&nbsp; &nbsp;No response...</p>

<p>I followed a video&#39;s instruction on setting up the DIM and Daz files on a new computer and this failed too.&nbsp; &nbsp; After this I tried to get help on the Technical Support Forum here and just could not follow what they were trying to say.&nbsp; Sometimes people who know a lot can not articulate well to a person who does not making a nomenclature disconnect is the best way I can describe it.&nbsp;</p>

<p>The problem is I have a fast solid state C drive where I want my Rendering to take place.&nbsp; I have a super large D drive (but slower of course) where I stored all of my Daz files from my old computer.</p>

<p>I need somebody ((And I will pay you for your time as I am not presently destitute by any means)) to look at my paths and get them to match correctly for DIM and the Daz 6 Base Directory.&nbsp; This seems straight forward enough but I&#39;m having problems getting my old runtime files to match.&nbsp; &nbsp;Someone told me that I had embedded a directory within the Base Directly and Daz doesn&#39;t like this.</p>

<p>My email is <span>[email removed - PMs do not require exposing your address]</span>&nbsp; I&#39;m willing to talk by telephone or other video conferencing techniques that allows you gurus to see how my computer is laid out.&nbsp; I know how to send screne shots too.&nbsp; We can discuss a rate of your choice (as long as it ain&#39;t crazy high) and I will gladly pay you through Paypal or send you a check etc.</p>

<p>I&#39;m desperate at this point and need an expert to get me up and running again.&nbsp; &nbsp;If I can just get the old files in the new D drive correctly in the Base Directory and have DIM matched I think everything will be fine.&nbsp; &nbsp;As it is right now All of the Daz stuff installed but I&#39;m missing most of my morphs and textures so there was a issue of my own making there.&nbsp;</p>

<p>Please help me out and I will compensate you for your time.</p>
]]></description>
   </item>
   <item>
      <title>Color textures will not load on Thadeus Hair</title>
      <link>https://www.daz3d.com/forums/discussion/768071/color-textures-will-not-load-on-thadeus-hair</link>
      <pubDate>Fri, 07 Aug 2026 22:23:14 +0000</pubDate>
      <dc:creator>jterlesky</dc:creator>
      <guid isPermaLink="false">768071@/forums/discussions</guid>
      <description><![CDATA[<p>I have been trying to change the hair color on AprilYSH Thadeus Hair with Genesis 3 Male, and I cannot get it to change. The textures seem to apply to the cap OK, I can see a color change at the hairline if the hair preview is on. but when I select the hair itself, nada. Have tried this on G3 and G8, same result. It&#39;s nice looking hair, I&#39;m just getting irritated I cannot use it except as dull brown. I&#39;ve tried a bunch of solutions I&#39;ve seen on posts here and there, nothing seems to work.</p>

<p>&nbsp;</p>

<p>Thanks, JT</p>
]]></description>
   </item>
   <item>
      <title>Daz studio 6 to blender 5.1.2 to flutter</title>
      <link>https://www.daz3d.com/forums/discussion/767656/daz-studio-6-to-blender-5-1-2-to-flutter</link>
      <pubDate>Sun, 02 Aug 2026 08:00:52 +0000</pubDate>
      <dc:creator>mattgill72</dc:creator>
      <guid isPermaLink="false">767656@/forums/discussions</guid>
      <description><![CDATA[<p>Hi all,</p>

<p>Have been using Daz Studio6 laura for genesis9, added some features and then exported with fbx and imported into blender 5.1.2 as there isnt a bridge option i know of.</p>

<p>Chasing issues all the way, mesh stretching eyes, eyelashes and brows not moving with body etc.</p>

<p>Let me say i have no idea, this is my first project and i wanted to do it myself so i understand whats involved for future contract work</p>

<p>If anyone has the means to import my daz file into blender would be much appreciated.</p>

<p>Ultimate goal is to have characture in flutter, maybe via utility that looks human, talks and acts human like too.</p>
]]></description>
   </item>
   <item>
      <title>Daz studio obscuring viewport warning</title>
      <link>https://www.daz3d.com/forums/discussion/767536/daz-studio-obscuring-viewport-warning</link>
      <pubDate>Fri, 31 Jul 2026 13:24:20 +0000</pubDate>
      <dc:creator>robross</dc:creator>
      <guid isPermaLink="false">767536@/forums/discussions</guid>
      <description><![CDATA[<p>Somehow I hit some setting or tab that causes the following warning when I attempt a render:</p>

<p>&quot;Warning! Obscuring the viewport during an OpenGL render may corrupt the final image&quot;</p>

<p>Did not do this intentionally. All my renders are garbage, fast but garbage. Anyone know what could possibly cause this and how I undo it?</p>
]]></description>
   </item>
   <item>
      <title>Where Are You Posting Your Art?</title>
      <link>https://www.daz3d.com/forums/discussion/767241/where-are-you-posting-your-art</link>
      <pubDate>Mon, 27 Jul 2026 10:37:21 +0000</pubDate>
      <dc:creator>xstan</dc:creator>
      <guid isPermaLink="false">767241@/forums/discussions</guid>
      <description><![CDATA[<p>I&#39;m wondering where all of the Daz artists have run off to these days. I used to see everyone on DeviantArt, but it seems like all of the big names have not posted there in years. So where have all of the Daz artists gone? Where are you guys hanging out and posting your art?&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>Skylines Problems</title>
      <link>https://www.daz3d.com/forums/discussion/767396/skylines-problems</link>
      <pubDate>Wed, 29 Jul 2026 19:23:35 +0000</pubDate>
      <dc:creator>phillipdoebler</dc:creator>
      <guid isPermaLink="false">767396@/forums/discussions</guid>
      <description><![CDATA[<p>I am trying to adda&nbsp; skyline I purchased and downloaded but it&#39;s not showing up in my viewport. I tried putting the daz studio original default templates there, tried putting the skylines props there and then going to a render, and nothing is working. I am not sure if I am just stupid or what. Can someone help me out?</p>
]]></description>
   </item>
   <item>
      <title>How to save custom colors?</title>
      <link>https://www.daz3d.com/forums/discussion/548546/how-to-save-custom-colors</link>
      <pubDate>Fri, 04 Feb 2022 20:59:12 +0000</pubDate>
      <dc:creator>newaltml</dc:creator>
      <guid isPermaLink="false">548546@/forums/discussions</guid>
      <description><![CDATA[<p>How do you save a custom color under the surfaces tab?&nbsp; Please see the attached screenshot.&nbsp; If I click &quot;Add to custom colors&quot; the green color I have selected will replace the pink color in the box in the upper left of the &quot;Custom Colors&quot; section.&nbsp; How to do I get it to replace the white color in the highlighted box?</p>
]]></description>
   </item>
   <item>
      <title>Need Help Fine-Tuning a Custom Genesis 9 Morph</title>
      <link>https://www.daz3d.com/forums/discussion/767161/need-help-fine-tuning-a-custom-genesis-9-morph</link>
      <pubDate>Sat, 25 Jul 2026 17:42:15 +0000</pubDate>
      <dc:creator>frisquet</dc:creator>
      <guid isPermaLink="false">767161@/forums/discussions</guid>
      <description><![CDATA[<p>Hi everyone!</p>

<p>I&#39;m having a problem with custom Genesis 9 morphs, and after searching for over a month I still haven&#39;t found a solution&mdash;neither on the Daz forums nor anywhere else online.</p>

<p>Here&#39;s my workflow:</p>

<ul>
	<li>
	<p>I created a custom morph in Blender.</p>
	</li>
	<li>
	<p>I wrapped it to the Genesis 9 base using FaceForm Wrap.</p>
	</li>
	<li>
	<p>I imported it into Daz Studio with Morph Loader Pro.</p>
	</li>
	<li>
	<p>Then I made a few more adjustments in Blender and imported the updated morph back into Daz.</p>
	</li>
</ul>

<p>I&#39;m pretty happy with the result in the neutral pose, but that&#39;s where the good news ends.</p>

<p>The first problem is the eyes. I created custom eye morphs as well, but when I make the character look at the camera, the gaze never feels quite right. No matter what I try, I can&#39;t get the eyes to look naturally at the camera. The result is still far from acceptable.</p>

<p>The second problem is facial expressions. As soon as I apply expressions, the character starts looking unnatural and ugly. My goal isn&#39;t to create a Frankenstein character&mdash;I want the morph to work well with Genesis 9 expressions.</p>

<p>At this point I&#39;m not even sure what I should be learning next. Is there a proper workflow for fine-tuning custom Genesis 9 morphs so they behave correctly with eye poses and facial expressions?</p>

<p>There doesn&#39;t seem to be much information on this topic, or maybe I&#39;m just searching for the wrong terms since English isn&#39;t my native language.</p>

<p>If anyone could point me toward tutorials, documentation, or explain the correct workflow, I&#39;d really appreciate it.</p>
]]></description>
   </item>
   <item>
      <title>Renderosity vs Daz shop?</title>
      <link>https://www.daz3d.com/forums/discussion/79811/renderosity-vs-daz-shop</link>
      <pubDate>Tue, 12 Apr 2016 04:22:28 +0000</pubDate>
      <dc:creator>Super cheese sandwich</dc:creator>
      <guid isPermaLink="false">79811@/forums/discussions</guid>
      <description><![CDATA[<p>Which is better? Why all things are more cheeper in Renderosity?</p>

<p>&nbsp;</p>

<p>Thanks!</p>
]]></description>
   </item>
   <item>
      <title>Technical Assistance Needed</title>
      <link>https://www.daz3d.com/forums/discussion/766856/technical-assistance-needed</link>
      <pubDate>Tue, 21 Jul 2026 12:01:42 +0000</pubDate>
      <dc:creator>da_kovacs</dc:creator>
      <guid isPermaLink="false">766856@/forums/discussions</guid>
      <description><![CDATA[<p>Hello,</p>

<p>Might be a stupid ask, but could someone help me a little to understand what are some settings in DAZ that would improve tool response and render quality?</p>

<p>To put this into perspective, so far I was building mainly characters and small scenes with 1-3 characters and everything worked well. In terms of render time, depending on the complexity of said small scenes, it was between 15-40 minutes. Now, I stepped up to a more complex scene with 7-10 characters, slightly bigger environment with everything non crucial set to base quality and my renders now take 7-9 hours to complete. I understand the complex work DAZ is doing in the background (ex: light bounces etc.) but it still feels like a huge jump from ~1h to 8h.</p>

<p>In terms of technical details:</p>

<p>DS6<br />
GPU: RTX 5070 Ti (16GB VRAM)<br />
CPU: 9950 X<br />
RAM: 32GB</p>

<p>I know VRAM is a crucial element and for DAZ this should be high as hell, but even with 16GB, I still believe my PC should be able to handle a little more workload. Maybe I did not set up something correctly in DAZ or in Nvidia Control Panel. At this point I no longer know what to do since I&#39;ve already tried several tweaks..so I&#39;d really appreciate if someone more experience could share some useful insights.</p>

<p>By the way, attached - 1st one is the small scene which took like 20 minutes to get and the 2nd one (still noisy)&nbsp;like 6-7 hours.</p>

<p>Thanks in advance for any help!</p>
]]></description>
   </item>
   <item>
      <title>Looking for skin used on PU Namio morph character</title>
      <link>https://www.daz3d.com/forums/discussion/766841/looking-for-skin-used-on-pu-namio-morph-character</link>
      <pubDate>Tue, 21 Jul 2026 09:13:03 +0000</pubDate>
      <dc:creator>scaniax95</dc:creator>
      <guid isPermaLink="false">766841@/forums/discussions</guid>
      <description><![CDATA[<p>I bought this morph on another site and tried messaging the seller to find out what skin he used in the promos but he hasn&#39;t responded.</p>

<p>Does anyone here know what skin that was used in the&nbsp;promos?&nbsp; &nbsp;I would really appreciate it.</p>

<p>&nbsp;</p>

<p><a rel="nofollow" href="https://www.renderhub.com/puetro01/pu-namio-morph-for-genesis-8-female">https://www.renderhub.com/puetro01/pu-namio-morph-for-genesis-8-female</a></p>
]]></description>
   </item>
   <item>
      <title>Which artists sell the most realistic looking skin textures?</title>
      <link>https://www.daz3d.com/forums/discussion/766596/which-artists-sell-the-most-realistic-looking-skin-textures</link>
      <pubDate>Sat, 18 Jul 2026 06:25:40 +0000</pubDate>
      <dc:creator>3dartandcoffee</dc:creator>
      <guid isPermaLink="false">766596@/forums/discussions</guid>
      <description><![CDATA[<p>Which character skins, or stand alone skin assets, look the most appealing and realistic?</p>
]]></description>
   </item>
   <item>
      <title>Rigging : The object returns to the original position after I release the slider</title>
      <link>https://www.daz3d.com/forums/discussion/417421/rigging-the-object-returns-to-the-original-position-after-i-release-the-slider</link>
      <pubDate>Tue, 23 Jun 2020 08:09:44 +0000</pubDate>
      <dc:creator>Meruem3D</dc:creator>
      <guid isPermaLink="false">417421@/forums/discussions</guid>
      <description><![CDATA[<p>Hello Everyone,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Today I encountered another problem while trying to rig a simple door... One can say I almost successfully rigged it coz it got to a point where the bones were inserted properly, the weights were mapped properly (I guess), and it even got to the point where when I move the slider the door moved with it.<br />
<br />
Thats where the issue is, say I moved the bend slider 30 degrees to the right, the object moves along&nbsp;the path of the bone, properly, but when I release the slider, the object moves back to its initial position but the slider still remains at 30 degrees.... I don&#39;t know what&#39;s wrong or what I did wrong, can somebody please help me out?&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>looking for life like meshes/characters that don't have uncanny valley effect</title>
      <link>https://www.daz3d.com/forums/discussion/766591/looking-for-life-like-meshes-characters-that-don-t-have-uncanny-valley-effect</link>
      <pubDate>Sat, 18 Jul 2026 06:25:25 +0000</pubDate>
      <dc:creator>3dartandcoffee</dc:creator>
      <guid isPermaLink="false">766591@/forums/discussions</guid>
      <description><![CDATA[<p>Hello,</p>

<p>I am looking for other artists not on the list below, that creates life like meshes and materials, artists I know of so far and like a lot:</p>

<p>-Mousso<br />
-ISTQ<br />
-ADDY<br />
-E3D<br />
-HID<br />
-KOO</p>

<p>&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>Looking for a tutorial on hair</title>
      <link>https://www.daz3d.com/forums/discussion/766021/looking-for-a-tutorial-on-hair</link>
      <pubDate>Fri, 10 Jul 2026 00:53:01 +0000</pubDate>
      <dc:creator>surv0101</dc:creator>
      <guid isPermaLink="false">766021@/forums/discussions</guid>
      <description><![CDATA[<p>For the longest time, I have simply selected a hair product (the highest quality I can find, regardless of price), applied it to my characters, picked a color, and that was it. I have never even come close to matching the looks of the product thumbnails. I tried a little moving dials around in the surfaces tab, but I never really knew what I was doing. It didn&#39;t matter what vendor I went with; I never got the hair to look as good as the product previews. In fact after several years I still can&#39;t get a nice solid black&nbsp;hair, they always come out looking grey. I was wondering if there was a tutorial out there that does a good job of taking a novice through the steps to obtaining really nice-looking hair?</p>
]]></description>
   </item>
   <item>
      <title>How can I git rid of noise in my render of indoor scenes? Is this casused by the lighting?</title>
      <link>https://www.daz3d.com/forums/discussion/761556/how-can-i-git-rid-of-noise-in-my-render-of-indoor-scenes-is-this-casused-by-the-lighting</link>
      <pubDate>Thu, 07 May 2026 22:50:02 +0000</pubDate>
      <dc:creator>merrygrannyde</dc:creator>
      <guid isPermaLink="false">761556@/forums/discussions</guid>
      <description><![CDATA[<p>When my render is finished, on an indoor scene, I have noise instead of a smooth finish. What causes this, i[s it lighting] and how do I fix this so I get a smooth render?</p>
]]></description>
   </item>
   <item>
      <title>D force dilema</title>
      <link>https://www.daz3d.com/forums/discussion/765596/d-force-dilema</link>
      <pubDate>Fri, 03 Jul 2026 12:19:53 +0000</pubDate>
      <dc:creator>deeahr2169</dc:creator>
      <guid isPermaLink="false">765596@/forums/discussions</guid>
      <description><![CDATA[<p>I have a Mac Mini M2 which remains by and large as it was when I purchased it. I cannot use Dforce because my machine does not support Nvidia graphics, well I can use Dforce but its like watching paint dry and the results are pretty much a lottery. I think that as a mac user i am caught between some&nbsp;kind of war involving Apple and Nvidia, which makes using Dforce virtually impossible for me. Is there anything apart from switchin g to a windows set up with Nvida graphics that could be emplyed to make this very technology available to the many Mac users...</p>
]]></description>
   </item>
   <item>
      <title>Sports Medal Props</title>
      <link>https://www.daz3d.com/forums/discussion/764516/sports-medal-props</link>
      <pubDate>Wed, 17 Jun 2026 13:58:30 +0000</pubDate>
      <dc:creator>DDCreate</dc:creator>
      <guid isPermaLink="false">764516@/forums/discussions</guid>
      <description><![CDATA[<p>There are some fun trophy options but I can&#39;t seem to find more Medal/Ribbon type sports awards. Has anyone happened to come across any in their travels?</p>

<p>&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>How to "unhide" a forum</title>
      <link>https://www.daz3d.com/forums/discussion/190356/how-to-unhide-a-forum</link>
      <pubDate>Sat, 12 Aug 2017 17:22:35 +0000</pubDate>
      <dc:creator>rames44</dc:creator>
      <guid isPermaLink="false">190356@/forums/discussions</guid>
      <description><![CDATA[<p>My fat&nbsp;fingers hit &quot;hide&quot; on a forum title instead of &quot;mark all read.&quot; How can I restore (unhide) the forum.&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>Closed-DazStudio icons disappear from product list</title>
      <link>https://www.daz3d.com/forums/discussion/764436/closed-dazstudio-icons-disappear-from-product-list</link>
      <pubDate>Mon, 15 Jun 2026 18:07:58 +0000</pubDate>
      <dc:creator>robross</dc:creator>
      <guid isPermaLink="false">764436@/forums/discussions</guid>
      <description><![CDATA[<p>Had to restore my drive from a recent backup. Everything looked fine, but while working in DAZ noticed that several of the product list icons were missing. Tried reinstalling the products one-by-one using both Install Manager and DazCentral. Was working in version 4, but installing version 6 over it only made the situation worse. Before I lose everything, I was hoping someone could tell me where to look. I have backups of documents, cms, and Daz directories. Not sure of the function of these, but is there something in one of these I can check? What else can I do?</p>
]]></description>
   </item>
   <item>
      <title>How can I reduce tank top wrinkles</title>
      <link>https://www.daz3d.com/forums/discussion/764126/how-can-i-reduce-tank-top-wrinkles</link>
      <pubDate>Thu, 11 Jun 2026 14:34:45 +0000</pubDate>
      <dc:creator>ekaratas20</dc:creator>
      <guid isPermaLink="false">764126@/forums/discussions</guid>
      <description><![CDATA[<p>Hello, I&rsquo;m trying to fit a tank top on a Genesis 9 female character and I&rsquo;m having trouble with horizontal wrinkles under the bust and around the upper abdomen area. I have fit control also. Is there any solution for this? Thank you!</p>

<p>&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>moving Princess Series Sky Pirate Braid's bangs</title>
      <link>https://www.daz3d.com/forums/discussion/764351/moving-princess-series-sky-pirate-braid-s-bangs</link>
      <pubDate>Sun, 14 Jun 2026 19:11:31 +0000</pubDate>
      <dc:creator>infokoert_3a771f61bc</dc:creator>
      <guid isPermaLink="false">764351@/forums/discussions</guid>
      <description><![CDATA[<p>I like this hair but i don&#39;t get the <span>[Princess Series Sky Pirate Braid&#39;s]&nbsp;</span>bangs draped behind the ears. Does anyone know how to do this?</p>
]]></description>
   </item>
   <item>
      <title>LAMH for Daz Millenium Cat and dog (and big cats too)</title>
      <link>https://www.daz3d.com/forums/discussion/764136/lamh-for-daz-millenium-cat-and-dog-and-big-cats-too</link>
      <pubDate>Thu, 11 Jun 2026 17:38:18 +0000</pubDate>
      <dc:creator>John Connaughton</dc:creator>
      <guid isPermaLink="false">764136@/forums/discussions</guid>
      <description><![CDATA[<p>I have&nbsp;a whole zoo from Daz, and the freebie LAMH. Recently LAMH went on sale and I upgraded, only to discover really bad timing-a month earlier Allesandro closed his site and ShareCG also closed&nbsp;its doors. I&#39;ve looked all over with no success for his LAMH presets for these animals. So-does anyone out there know where I can find these things? To me it&#39;s worth some reasonable finder&#39;s fee. Many thanks.</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>
]]></description>
   </item>
   <item>
      <title>Need some OBJ import help</title>
      <link>https://www.daz3d.com/forums/discussion/763251/need-some-obj-import-help</link>
      <pubDate>Wed, 03 Jun 2026 10:50:15 +0000</pubDate>
      <dc:creator>jmucchiello</dc:creator>
      <guid isPermaLink="false">763251@/forums/discussions</guid>
      <description><![CDATA[<p>I loaded an OBJ and I it said something about scale 26453%. And in Daz, at 100% scale it is several kilometers in size. I can set the scale to .3% (or whatever works)&nbsp;but I don&#39;t want to have to remember that. Will the scale be fixed if I export and reimport it? What format should I use if so? Any other needed steps?</p>

<p>The only interesting text in the log file is &quot;Importing Wavefront Object&quot; if that helps.</p>

<p>EDIT: Nevermind. The scale during import was the issue. Setting it to 100% fixed it.</p>
]]></description>
   </item>
   <item>
      <title>Rendering trouble - everything is too bright and washed out!</title>
      <link>https://www.daz3d.com/forums/discussion/762836/rendering-trouble-everything-is-too-bright-and-washed-out</link>
      <pubDate>Wed, 27 May 2026 14:55:57 +0000</pubDate>
      <dc:creator>Roman_K2</dc:creator>
      <guid isPermaLink="false">762836@/forums/discussions</guid>
      <description><![CDATA[<p>Subject says all. I am having trouble rendering a scene of a building, made with primitive cubes in DS 4.1</p>

<p>So far I have used 6 flattened and stretched cubes, 2 for each &quot;floor&quot;. The little pink object is a spacer.&nbsp;</p>

<p>This is supposed to represent a three-storey building. If you are thinking &quot;industrial park&quot; architecture that would be ok. I am planning to add more &quot;floors&quot; to represent a residential, high-rise apartment building. It&#39;s for a suggestion for a revised emergency planning handbook.</p>

<p>Normally I can render stuff without it being so bright. Where did I go wrong?</p>

<p>This is <strong>so</strong> frustrating!&nbsp;<img alt="crying" src="https://www.daz3d.com/forums/plugins/ckeditor/js/ckeditor/plugins/smiley/images/cry_smile.png" title="crying" /></p>
]]></description>
   </item>
   <item>
      <title>Trying to Decide Between G9 or G8.1</title>
      <link>https://www.daz3d.com/forums/discussion/759021/trying-to-decide-between-g9-or-g8-1</link>
      <pubDate>Fri, 03 Apr 2026 09:40:25 +0000</pubDate>
      <dc:creator>AAronBAlAkAy</dc:creator>
      <guid isPermaLink="false">759021@/forums/discussions</guid>
      <description><![CDATA[<p>I&rsquo;m wondering if I should go with Genesis 9 as of April 2026. How much heavier is the performance cost for Genesis 9 compared to 8.1? And can it be mitigated to match 8.1? Also, what about viewport performance and load times with Genesis 9, any way to mitigate this as well?</p>
]]></description>
   </item>
   <item>
      <title>Fit Gen 2 To Gen 9</title>
      <link>https://www.daz3d.com/forums/discussion/763211/fit-gen-2-to-gen-9</link>
      <pubDate>Tue, 02 Jun 2026 19:24:55 +0000</pubDate>
      <dc:creator>uchsbrut</dc:creator>
      <guid isPermaLink="false">763211@/forums/discussions</guid>
      <description><![CDATA[<p>Hello there,</p>

<p>yesterday I tried to fit a gen 2 figure to a gen 9 and for the first and last time the Auto-Fit-Dialog showed up and gave me these options:</p>

<ul>
	<li><strong>Source Figure:</strong>&nbsp;</li>
	<li><strong>Item Type:</strong>&nbsp;</li>
</ul>

<p>It worked and the figure was fit.<br />
<br />
Now the dialog doesn&#39;t show up anymore. What&#39;s the problem?</p>
]]></description>
   </item>
   <item>
      <title>generasion x2 como lo instalo</title>
      <link>https://www.daz3d.com/forums/discussion/763171/generasion-x2-como-lo-instalo</link>
      <pubDate>Mon, 01 Jun 2026 21:08:56 +0000</pubDate>
      <dc:creator>orpinell</dc:creator>
      <guid isPermaLink="false">763171@/forums/discussions</guid>
      <description><![CDATA[<p>no logro instalar&nbsp;18321_GenesisGenerationX2forDAZStudio45Win64bit_2.1.1_ds en mi daz version 4.24.0.4 (64-Bit), alguien que pueda ayudarme</p>
]]></description>
   </item>
   </channel>
</rss>