<?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: max 2016: Objects not visible in layer manager... in 3ds Max Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/9844199#M86740</link>
    <description>&lt;P&gt;I have reported this bug here&amp;nbsp;&lt;A title="link" href="https://forums.autodesk.com/t5/3ds-max-forum/bug-max2018-layer-explorer-list-is-empty-when-merged-objs-w/m-p/9834055#M190777" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/3ds-max-forum/bug-max2018-layer-explorer-list-is-empty-when-merged-objs-w/m-p/9834055#M190777&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are files and steps to reproduce this bug.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Nov 2020 01:31:21 GMT</pubDate>
    <dc:creator>ViperAleks</dc:creator>
    <dc:date>2020-11-04T01:31:21Z</dc:date>
    <item>
      <title>max 2016: Objects not visible in layer manager...</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/5697312#M86647</link>
      <description>&lt;P&gt;I have some scene files, with objects that aren't visible in layer manager:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/175951i336608DDA3E327F2/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="bug1.png" title="bug1.png" border="0" /&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/175952iFBFE5FF70DA53CBF/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="bug2.png" title="bug2.png" border="0" /&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/175953i92F6568912B7EE87/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="bug3.png" title="bug3.png" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2015 09:13:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/5697312#M86647</guid>
      <dc:creator>jens.diemer</dc:creator>
      <dc:date>2015-06-29T09:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: max 2016: Objects not visible in layer manager...</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/5697497#M86648</link>
      <description>Sure looks wrong, but I don't think that what you're seeing is the bug. Look closely - there should be an arrow to the left of the Lightbulb (in Layer mode) and there isn't. Even on my system, with your scene, there isn't. &lt;BR /&gt;
Make the Default layer active and create a new object (a teapot will do). On my system the arrow suddenly becomes visible and everything then works as expected. I can duplicate the problem, in a new scene, by merging your objects in. Until I manually create a new object on the default layer, my arrow is missing too.&lt;BR /&gt;
The problem is either in your scene or your objects because I can merge from any other scene into a new scene without the problem occurring on the Default layer.</description>
      <pubDate>Mon, 29 Jun 2015 12:10:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/5697497#M86648</guid>
      <dc:creator>Steve_Curley</dc:creator>
      <dc:date>2015-06-29T12:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: max 2016: Objects not visible in layer manager...</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/5697620#M86649</link>
      <description>&lt;P&gt;I haven't had this problem. You might want to submit a bug report and attach your scene for inspection.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2015 13:28:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/5697620#M86649</guid>
      <dc:creator>renar-visuals</dc:creator>
      <dc:date>2015-06-29T13:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: max 2016: Objects not visible in layer manager...</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/5697636#M86650</link>
      <description>&lt;P&gt;If i create a box (in the attached scene), i just see this new box in layer manager (and not all objects):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/175997iA1F5ACC9879FAFF7/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="Unbenannt.PNG" title="Unbenannt.PNG" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My bugfix is a small maxscript to move all objects on a new layer. Then everything is fine:&lt;/P&gt;&lt;PRE&gt;filtered_objects = selection as array

layer = LayerManager.newLayer()

for obj in filtered_objects do (
	layer.addnode obj
)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;btw. all in max 2016&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2015 13:34:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/5697636#M86650</guid>
      <dc:creator>jens.diemer</dc:creator>
      <dc:date>2015-06-29T13:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: max 2016: Objects not visible in layer manager...</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/5697653#M86651</link>
      <description>Don't forget there's an option to hide/show Hidden objects - it's the bottom most one of the filters (on the left of the window). That part is working for me.</description>
      <pubDate>Mon, 29 Jun 2015 13:43:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/5697653#M86651</guid>
      <dc:creator>Steve_Curley</dc:creator>
      <dc:date>2015-06-29T13:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: max 2016: Objects not visible in layer manager...</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/5697675#M86652</link>
      <description>&lt;P&gt;I know. No filter are on (All buttons active). So i should see all existing objects.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Btw. "Select from scene" has the same problem:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/176004iD44AD413E6C2333E/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="not in layer manager bug4.png" title="not in layer manager bug4.png" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2015 13:54:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/5697675#M86652</guid>
      <dc:creator>jens.diemer</dc:creator>
      <dc:date>2015-06-29T13:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: max 2016: Objects not visible in layer manager...</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/5697932#M86653</link>
      <description>It would - all the "explorers" are one window with slight differences in what and where things are displayed. The &lt;I&gt;real&lt;/I&gt; Select by Name dialog works fine here (on your scene).</description>
      <pubDate>Mon, 29 Jun 2015 16:10:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/5697932#M86653</guid>
      <dc:creator>Steve_Curley</dc:creator>
      <dc:date>2015-06-29T16:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: max 2016: Objects not visible in layer manager...</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/5895763#M86654</link>
      <description>&lt;P&gt;I have had the exact same bug. &amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone have a fix? Running a script to put objects onto layers is not much good if there's many objects per layer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure how it happenend, I painstaikingly organised layers, then at some stage everything is on one layer and I can't access hidden layers anymore.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I switch from and layer view to heirachy view I can see the objects, but no layers!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/198901iDD6D615F90089464/image-size/medium?v=mpbl-1&amp;amp;px=-1" border="0" alt="2015-11-06 16_09_39-Scene Explorer - Layer Explorer - Copy.jpg" title="2015-11-06 16_09_39-Scene Explorer - Layer Explorer - Copy.jpg" /&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/198902i51AF3C92D1E58051/image-size/medium?v=mpbl-1&amp;amp;px=-1" border="0" alt="2015-11-06 16_09_28-Scene Explorer - Layer Explorer.jpg" title="2015-11-06 16_09_28-Scene Explorer - Layer Explorer.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2015 08:19:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/5895763#M86654</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-06T08:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: max 2016: Objects not visible in layer manager...</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/5897515#M86655</link>
      <description>&lt;P&gt;Just thought I'd add, I saved the 2016 file down to a 2014 file...and layers are all back! So thats an option if anyone is in a bind.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Nov 2015 07:31:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/5897515#M86655</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-07T07:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: max 2016: Objects not visible in layer manager...</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/5956298#M86656</link>
      <description>&lt;P&gt;This just happened with our studio.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Multiple objects were all separated on layers that are not seen in layerview, yet are in &lt;SPAN&gt;hierarchy&lt;/SPAN&gt; view. I had to reopen the file to update a rig and do a save/load, and there was no way to easily access the controllers, save to expand all and wait.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once I merged the new rig in, the layers for it appeared from the merged file, but only those layers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately the 2014 trick cant work for me because we have stuff xrefed in, which cannot be opened in 2014 because they are 2016 files. We could see the layers for non xrefs, but it nuked all the xrefs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems to be saved right at the node level because merging the file into a clean working one doesn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure if this is related, but in this corrupted file, the nodes in the scene are not reacting to the hide by category in the display panel in the viewport. They are rendering according to the panel settings, but when hiding bones and shaped they still appear in the viewport, yet are not selectable and are not renderable. They do react correctly in a previous iteration that has a working layer viewer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anyone has found a fix, or took the time to write a script that reads and creates new layers from the nodes in the scene, that would be awesome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Josh&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2015 16:09:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/5956298#M86656</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-17T16:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: max 2016: Objects not visible in layer manager...</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/5957883#M86657</link>
      <description>Same problem here</description>
      <pubDate>Fri, 18 Dec 2015 14:40:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/5957883#M86657</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-18T14:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: max 2016: Objects not visible in layer manager...</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/5993512#M86658</link>
      <description>&lt;P&gt;Thanks for the script, unfortunately this problem keeps happening to us in some scenes....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know how I could adapt this script to put each of the objects back on the layers which they should be on, rather than on one new layer?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you right click on the object, you can see which layer the object should be on, it just doesn't appear in the layer manager...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so, my idea is...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Get the layer of the current selected object&lt;/P&gt;&lt;P&gt;- Add the oject to it's correct layer&lt;/P&gt;&lt;P&gt;- Loop on all objects&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm just not sure how to do this in maxscript.... can anyone help please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 10:11:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/5993512#M86658</guid>
      <dc:creator>neilcooper33</dc:creator>
      <dc:date>2016-01-18T10:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: max 2016: Objects not visible in layer manager...</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/6006182#M86659</link>
      <description>&lt;P&gt;We have the exact same problem. Would be nice if Autodesk would fix this bug! Its really annoying.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 07:58:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/6006182#M86659</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-26T07:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: max 2016: Objects not visible in layer manager...</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/6031940#M86660</link>
      <description>&lt;P&gt;Also experieincing a similar issue to this using Max 2016. I have several objects where the object properties suggest they belong to "0 (defualt" layer, however they do not appear there in the Layer Explorer. For the record, I really liked the original layer manager much better.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 21:15:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/6031940#M86660</guid>
      <dc:creator>dbrainard</dc:creator>
      <dc:date>2016-02-09T21:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: max 2016: Objects not visible in layer manager...</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/6206642#M86661</link>
      <description>&lt;P&gt;Yep same problem here. Seems to occur mainly when merging objects from other scenes.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 15:21:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/6206642#M86661</guid>
      <dc:creator>rawshark</dc:creator>
      <dc:date>2016-03-09T15:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: max 2016: Objects not visible in layer manager...</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/6209681#M86662</link>
      <description>&lt;P&gt;Same problem. It happened when I merged an object from another scene. First time I have encountered this.&lt;/P&gt;&lt;P&gt;Cannot add to the layer where it belongs, the option to pick a new parent layer is greyed out.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 20:20:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/6209681#M86662</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-10T20:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: max 2016: Objects not visible in layer manager...</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/6209706#M86663</link>
      <description>&lt;P&gt;The workaround that worked for me:&lt;BR /&gt;I opened the file that has the object I want to merge.&lt;/P&gt;&lt;P&gt;I added the object to a new layer named the same as the layer where I want the object to be in my main scene&lt;/P&gt;&lt;P&gt;Save&lt;BR /&gt;Go back to main scene&lt;BR /&gt;Merge object&lt;BR /&gt;It ended up on the layer where I wanted it.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 20:29:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/6209706#M86663</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-10T20:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: max 2016: Objects not visible in layer manager...</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/6211390#M86664</link>
      <description>Thanks - that workaround works for me.</description>
      <pubDate>Fri, 11 Mar 2016 16:51:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/6211390#M86664</guid>
      <dc:creator>rawshark</dc:creator>
      <dc:date>2016-03-11T16:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: max 2016: Objects not visible in layer manager...</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/6264418#M86665</link>
      <description>&lt;P&gt;Yes, same problem here!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have this on a large file (7.8 million faces), which I also painstakingly keep things on layers. &amp;nbsp;Now only some objects don't show up in the Layer manager, sometimes the entire layer itself doesn't showup. &amp;nbsp;I only know it's there by selecting an object and checking it's properties.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2016 20:19:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/6264418#M86665</guid>
      <dc:creator>bill30</dc:creator>
      <dc:date>2016-04-11T20:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: max 2016: Objects not visible in layer manager...</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/6264422#M86666</link>
      <description>&lt;P&gt;Have you installed service pack 3? I haven't had this problem since I installed it, so maybe it was fixed.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2016 20:21:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/6264422#M86666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-11T20:21:11Z</dc:date>
    </item>
  </channel>
</rss>

