<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to stop/slow cloud simulation? in Maya Dynamics Forum</title>
    <link>https://forums.autodesk.com/t5/maya-dynamics-forum/how-to-stop-slow-cloud-simulation/m-p/11829677#M275</link>
    <description>&lt;P&gt;Okay, so I figured out how to achieve the effect I wanted. First, I of course let the simulation emission run for a handful of frames so that it can generate its shape, then I stop all emissions (via keying the attributes). As I stop the emission, I also increase the &lt;U&gt;dynamic simulation's damping from 0 to 1&lt;/U&gt;. I also take the &lt;U&gt;Content Details&amp;gt;density's buoyancy and key it from 1 to 0&lt;/U&gt;. This will freeze the simulation's shape. Then, &lt;STRONG&gt;BEFORE&lt;/STRONG&gt; the object collides with the simulation (I recommend a few frames before to give it some buffer), &lt;U&gt;key the damping from 1 back down to 0.&lt;/U&gt; (This will let the simulation move more as the object collides with it.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the video I have, the clouds don't react much due to my settings, but you can see that the simulation's frozen state is intact, which is what I was primarily looking for.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6322756020112w400h219r707" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6322756020112" data-account="6057940548001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6057940548001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6322756020112w400h219r707');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://forums.autodesk.com/t5/video/gallerypage/video-id/6322756020112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Mar 2023 18:42:32 GMT</pubDate>
    <dc:creator>Taylorcbray</dc:creator>
    <dc:date>2023-03-17T18:42:32Z</dc:date>
    <item>
      <title>How to stop/slow cloud simulation?</title>
      <link>https://forums.autodesk.com/t5/maya-dynamics-forum/how-to-stop-slow-cloud-simulation/m-p/11821783#M274</link>
      <description>&lt;P&gt;Hello!&lt;BR /&gt;I'm using Maya fluids to simulate clouds. In my scene, I want an object to fly through the clouds, causing the clouds to react. I've got the look that I want with the clouds, but I'm not sure how to stop them from rising and constantly moving. I want the clouds to be essentially static, maybe with some very slight movement, but then as the object flies through, they'll react appropriately. I've got an initial state that I like (not shown in the video below), but once I start the animation they rise like smoke. I can't cache the simulation and then hold it on a specific frame because I need them to be active so that they'll react to the object realistically. I also don't want to cache it and hold the frame until the object passes through, because then it'll look weird for the clouds to be stuck in a position, then suddenly all start to rise immediately.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I fiddled with settings and googled around, but I can't get anything that does what I'm looking for. Any help or suggestions would be massively helpful. Here's a video of the closest I've been able to get to what I want:&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6322579000112w400h220r788" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6322579000112" data-account="6057940548001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6057940548001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6322579000112w400h220r788');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://forums.autodesk.com/t5/video/gallerypage/video-id/6322579000112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 00:26:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-dynamics-forum/how-to-stop-slow-cloud-simulation/m-p/11821783#M274</guid>
      <dc:creator>Taylorcbray</dc:creator>
      <dc:date>2023-03-15T00:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop/slow cloud simulation?</title>
      <link>https://forums.autodesk.com/t5/maya-dynamics-forum/how-to-stop-slow-cloud-simulation/m-p/11829677#M275</link>
      <description>&lt;P&gt;Okay, so I figured out how to achieve the effect I wanted. First, I of course let the simulation emission run for a handful of frames so that it can generate its shape, then I stop all emissions (via keying the attributes). As I stop the emission, I also increase the &lt;U&gt;dynamic simulation's damping from 0 to 1&lt;/U&gt;. I also take the &lt;U&gt;Content Details&amp;gt;density's buoyancy and key it from 1 to 0&lt;/U&gt;. This will freeze the simulation's shape. Then, &lt;STRONG&gt;BEFORE&lt;/STRONG&gt; the object collides with the simulation (I recommend a few frames before to give it some buffer), &lt;U&gt;key the damping from 1 back down to 0.&lt;/U&gt; (This will let the simulation move more as the object collides with it.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the video I have, the clouds don't react much due to my settings, but you can see that the simulation's frozen state is intact, which is what I was primarily looking for.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6322756020112w400h219r527" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6322756020112" data-account="6057940548001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6057940548001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6322756020112w400h219r527');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://forums.autodesk.com/t5/video/gallerypage/video-id/6322756020112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 18:42:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-dynamics-forum/how-to-stop-slow-cloud-simulation/m-p/11829677#M275</guid>
      <dc:creator>Taylorcbray</dc:creator>
      <dc:date>2023-03-17T18:42:32Z</dc:date>
    </item>
  </channel>
</rss>

