<?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 Issue where other meshes disappear when changing pivot or selecting other objects. (Video example) Maya 2023.3 in Maya Forum</title>
    <link>https://forums.autodesk.com/t5/maya-forum/issue-where-other-meshes-disappear-when-changing-pivot-or/m-p/12081389#M3612</link>
    <description>&lt;P&gt;My team recently started having issues where other meshes disappear when changing pivot or selecting other objects. This did not happen in 2019 where we recently switch to 2023 (Video example). We have done various troubleshooting methods (delete prefs, drivers changes, different pcs). This is slowing our production down immensely and would like to figure this out asap. Thanks ahead of time for any possible solutions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6330628693112w974h540r33" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6330628693112" 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-6330628693112w974h540r33');  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/6330628693112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jul 2023 16:07:24 GMT</pubDate>
    <dc:creator>TourItMedia</dc:creator>
    <dc:date>2023-07-05T16:07:24Z</dc:date>
    <item>
      <title>Issue where other meshes disappear when changing pivot or selecting other objects. (Video example) Maya 2023.3</title>
      <link>https://forums.autodesk.com/t5/maya-forum/issue-where-other-meshes-disappear-when-changing-pivot-or/m-p/12081389#M3612</link>
      <description>&lt;P&gt;My team recently started having issues where other meshes disappear when changing pivot or selecting other objects. This did not happen in 2019 where we recently switch to 2023 (Video example). We have done various troubleshooting methods (delete prefs, drivers changes, different pcs). This is slowing our production down immensely and would like to figure this out asap. Thanks ahead of time for any possible solutions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6330628693112w974h540r636" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6330628693112" 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-6330628693112w974h540r636');  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/6330628693112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 16:07:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/issue-where-other-meshes-disappear-when-changing-pivot-or/m-p/12081389#M3612</guid>
      <dc:creator>TourItMedia</dc:creator>
      <dc:date>2023-07-05T16:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issue where other meshes disappear when changing pivot or selecting other objects. (Video example) Maya 2023.3</title>
      <link>https://forums.autodesk.com/t5/maya-forum/issue-where-other-meshes-disappear-when-changing-pivot-or/m-p/12081473#M3613</link>
      <description>&lt;P&gt;can you explain more? I don't see anything disappearing. Are you trying to select multiple objects? Try deleting your history on all your objects. here's a script to toggle selection&lt;/P&gt;&lt;P&gt;int $pickChoo = `selectPref -q -singleBoxSelection`;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if ($pickChoo == 0)&lt;/P&gt;&lt;P&gt;selectPref -singleBoxSelection true;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if ($pickChoo == 1)&lt;/P&gt;&lt;P&gt;selectPref -singleBoxSelection false;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 16:33:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/issue-where-other-meshes-disappear-when-changing-pivot-or/m-p/12081473#M3613</guid>
      <dc:creator>teddude75</dc:creator>
      <dc:date>2023-07-05T16:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue where other meshes disappear when changing pivot or selecting other objects. (Video example) Maya 2023.3</title>
      <link>https://forums.autodesk.com/t5/maya-forum/issue-where-other-meshes-disappear-when-changing-pivot-or/m-p/12081522#M3614</link>
      <description>You can see the image plane go away around the 32 second mark, right when I hit the pivot key. Sorry for not saying the time stamp, I just wanted to show the full scope of how I got the bug to trigger.</description>
      <pubDate>Wed, 05 Jul 2023 16:51:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/issue-where-other-meshes-disappear-when-changing-pivot-or/m-p/12081522#M3614</guid>
      <dc:creator>TourItMedia</dc:creator>
      <dc:date>2023-07-05T16:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Issue where other meshes disappear when changing pivot or selecting other objects. (Video example) Maya 2023.3</title>
      <link>https://forums.autodesk.com/t5/maya-forum/issue-where-other-meshes-disappear-when-changing-pivot-or/m-p/12081535#M3615</link>
      <description>&lt;P&gt;You can set your pivot two ways. With the "d" key or insert. They both have that problem?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 16:59:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/issue-where-other-meshes-disappear-when-changing-pivot-or/m-p/12081535#M3615</guid>
      <dc:creator>teddude75</dc:creator>
      <dc:date>2023-07-05T16:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue where other meshes disappear when changing pivot or selecting other objects. (Video example) Maya 2023.3</title>
      <link>https://forums.autodesk.com/t5/maya-forum/issue-where-other-meshes-disappear-when-changing-pivot-or/m-p/12081593#M3616</link>
      <description>&lt;P&gt;Yes, both methods cause this issue.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 17:22:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/issue-where-other-meshes-disappear-when-changing-pivot-or/m-p/12081593#M3616</guid>
      <dc:creator>TourItMedia</dc:creator>
      <dc:date>2023-07-05T17:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issue where other meshes disappear when changing pivot or selecting other objects. (Video example) Maya 2023.3</title>
      <link>https://forums.autodesk.com/t5/maya-forum/issue-where-other-meshes-disappear-when-changing-pivot-or/m-p/12081661#M3617</link>
      <description>&lt;P&gt;you can put the image plane on layer and make it a reference so it can't be selected.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 17:52:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/issue-where-other-meshes-disappear-when-changing-pivot-or/m-p/12081661#M3617</guid>
      <dc:creator>teddude75</dc:creator>
      <dc:date>2023-07-05T17:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issue where other meshes disappear when changing pivot or selecting other objects. (Video example) Maya 2023.3</title>
      <link>https://forums.autodesk.com/t5/maya-forum/issue-where-other-meshes-disappear-when-changing-pivot-or/m-p/12081668#M3618</link>
      <description>&lt;P&gt;I've tried this and they will still randomly go away. The only way I can get these disappearing meshes back, is when I do select all.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 17:56:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/issue-where-other-meshes-disappear-when-changing-pivot-or/m-p/12081668#M3618</guid>
      <dc:creator>TourItMedia</dc:creator>
      <dc:date>2023-07-05T17:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Issue where other meshes disappear when changing pivot or selecting other objects. (Video example) Maya 2023.3</title>
      <link>https://forums.autodesk.com/t5/maya-forum/issue-where-other-meshes-disappear-when-changing-pivot-or/m-p/12081676#M3619</link>
      <description>&lt;P&gt;I don't see the image plane in your outliner. Try to unparent it from the group. It maybe be under an object.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 18:00:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/issue-where-other-meshes-disappear-when-changing-pivot-or/m-p/12081676#M3619</guid>
      <dc:creator>teddude75</dc:creator>
      <dc:date>2023-07-05T18:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Issue where other meshes disappear when changing pivot or selecting other objects. (Video example) Maya 2023.3</title>
      <link>https://forums.autodesk.com/t5/maya-forum/issue-where-other-meshes-disappear-when-changing-pivot-or/m-p/12081684#M3620</link>
      <description>&lt;P&gt;Try with Direx11 viewport and check your GPU driver, you can also use poly planes for now until a solution happens.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 18:07:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/issue-where-other-meshes-disappear-when-changing-pivot-or/m-p/12081684#M3620</guid>
      <dc:creator>damaggio</dc:creator>
      <dc:date>2023-07-05T18:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issue where other meshes disappear when changing pivot or selecting other objects. (Video example) Maya 2023.3</title>
      <link>https://forums.autodesk.com/t5/maya-forum/issue-where-other-meshes-disappear-when-changing-pivot-or/m-p/12081694#M3621</link>
      <description>&lt;P&gt;an image plane isn't a mesh. did you import an image plane?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 18:08:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/issue-where-other-meshes-disappear-when-changing-pivot-or/m-p/12081694#M3621</guid>
      <dc:creator>teddude75</dc:creator>
      <dc:date>2023-07-05T18:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Issue where other meshes disappear when changing pivot or selecting other objects. (Video example) Maya 2023.3</title>
      <link>https://forums.autodesk.com/t5/maya-forum/issue-where-other-meshes-disappear-when-changing-pivot-or/m-p/12081885#M3622</link>
      <description>&lt;P&gt;The image is on a plane that matches the size of the texture/file. Not using the camera image plane system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 19:24:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/issue-where-other-meshes-disappear-when-changing-pivot-or/m-p/12081885#M3622</guid>
      <dc:creator>TourItMedia</dc:creator>
      <dc:date>2023-07-05T19:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue where other meshes disappear when changing pivot or selecting other objects. (Video example) Maya 2023.3</title>
      <link>https://forums.autodesk.com/t5/maya-forum/issue-where-other-meshes-disappear-when-changing-pivot-or/m-p/12082096#M3623</link>
      <description>&lt;P&gt;So I was able to fix the bug from happening, although I dislike the workaround. If I freeze transforms and delete history fully of each object, the problem stops. This is a tad annoying as I at times need to have the transform information while I'm working. This problem doesn't seem to happen in 2019, only 2023.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 21:04:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/issue-where-other-meshes-disappear-when-changing-pivot-or/m-p/12082096#M3623</guid>
      <dc:creator>TourItMedia</dc:creator>
      <dc:date>2023-07-05T21:04:56Z</dc:date>
    </item>
  </channel>
</rss>

