<?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 Change parameter for multiple objects at the same time in 3ds Max Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-forum/change-parameter-for-multiple-objects-at-the-same-time/m-p/12891050#M2828</link>
    <description>&lt;P&gt;I have an alembic imported which is made of hundreds of unique objects, I want to change the playback type for all of them at the same time, rather than 1 by 1. I know this can be done with instances but i don't know how to do it with unique objects.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ldotchopz7FPNL_1-1720690877192.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1385501iCA068B261B1B9F06/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ldotchopz7FPNL_1-1720690877192.png" alt="ldotchopz7FPNL_1-1720690877192.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jul 2024 09:41:26 GMT</pubDate>
    <dc:creator>ldotchopz7FPNL</dc:creator>
    <dc:date>2024-07-11T09:41:26Z</dc:date>
    <item>
      <title>Change parameter for multiple objects at the same time</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/change-parameter-for-multiple-objects-at-the-same-time/m-p/12891050#M2828</link>
      <description>&lt;P&gt;I have an alembic imported which is made of hundreds of unique objects, I want to change the playback type for all of them at the same time, rather than 1 by 1. I know this can be done with instances but i don't know how to do it with unique objects.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ldotchopz7FPNL_1-1720690877192.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1385501iCA068B261B1B9F06/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ldotchopz7FPNL_1-1720690877192.png" alt="ldotchopz7FPNL_1-1720690877192.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 09:41:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/change-parameter-for-multiple-objects-at-the-same-time/m-p/12891050#M2828</guid>
      <dc:creator>ldotchopz7FPNL</dc:creator>
      <dc:date>2024-07-11T09:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Change parameter for multiple objects at the same time</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/change-parameter-for-multiple-objects-at-the-same-time/m-p/12891342#M2829</link>
      <description>&lt;P&gt;You could select all those alembic objects and run this in the maxscript listener.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;for obj in $* do
   (
$.playbackType = 3
$.playbackTypeGen = 1
$.generationId = 1
   )&lt;/LI-CODE&gt;
&lt;P&gt;Best Regards,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 12:06:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/change-parameter-for-multiple-objects-at-the-same-time/m-p/12891342#M2829</guid>
      <dc:creator>Diffus3d</dc:creator>
      <dc:date>2024-07-11T12:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Change parameter for multiple objects at the same time</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/change-parameter-for-multiple-objects-at-the-same-time/m-p/12891562#M2830</link>
      <description>&lt;P&gt;That worked really well thank you! Do you happen to know a script to copy the Playback Graph keyframe data from another object as an instance across all selected objects? instead of selecting them 1 by 1?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 13:40:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/change-parameter-for-multiple-objects-at-the-same-time/m-p/12891562#M2830</guid>
      <dc:creator>ldotchopz7FPNL</dc:creator>
      <dc:date>2024-07-11T13:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Change parameter for multiple objects at the same time</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/change-parameter-for-multiple-objects-at-the-same-time/m-p/12892493#M2831</link>
      <description>&lt;P&gt;Sorry, I don't know how to do that.&amp;nbsp; You might have luck in the programming subforum for that one.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 20:53:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/change-parameter-for-multiple-objects-at-the-same-time/m-p/12892493#M2831</guid>
      <dc:creator>Diffus3d</dc:creator>
      <dc:date>2024-07-11T20:53:48Z</dc:date>
    </item>
  </channel>
</rss>

