<?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: 3ds max 2023 uses maxscript to call the createOLEObject interface to read Excel and reports an error. in 3ds Max Programming Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12483653#M1687</link>
    <description>&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;...the code you try to call is embedded somehow in the scene... How? Persistent global, attribute, etc.?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You didn't answer my question. "Embedded" means that the code is saved in a file, and it is loaded with the file. What are you doing for that?&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jan 2024 15:25:40 GMT</pubDate>
    <dc:creator>denisT.MaxDoctor</dc:creator>
    <dc:date>2024-01-08T15:25:40Z</dc:date>
    <item>
      <title>3ds max 2023 uses maxscript to call the createOLEObject interface to read Excel and reports an error.</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12471406#M1675</link>
      <description>&lt;P&gt;local conditionFilePath = @"D:\conditionscel.xlsx"&lt;BR /&gt;Xlsx = CreateOLEObject "Excel.Application"&lt;BR /&gt;Xlsx.application.Workbooks.open(conditionFilePath)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;***------ error ------*****&lt;BR /&gt;-- Security Exception: MAXScript command embedded in the current scene could be unsafe and its execution has been blocked for the current 3ds Max session: createOLEObject "Excel.Application"&lt;BR /&gt;***------ error ------*****&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seems since max 2022 ,&amp;nbsp;&lt;SPAN&gt;The Safe Scene Script Execution settings can be found in the Security tab of the Preferences dialog The commands being blocked fall into these categories:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Maxscript system commands: these are commands that allow access to resources outside the 3ds Max scene, such as file system, process execution, network and internet. Examples include DosCommand, ShellLaunch, createOLEObject, LoadDllsFromDir.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I have turned off the anti-virus security tool function that comes with Max, but the error still occurs.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Is there any solution.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Two aspects: first, is there any modification of certain settings that can allow max2023 to successfully call this command; second, is there any other way to read excel data in max.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;ps: I read excel data for project specifications, usually by storing string strings in the shell to limit units or coordinates or numbers.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;My maxscript can run normally in max2017.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;But max2023 will report an error in this line.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;In fact, there are other errors reported, that is, the plug-in UI interface calls DoNet, and the UI cannot be displayed unless the anti-virus is turned off.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;But after turning off the anti-virus, excel still cannot be read in max2023.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Thank you everyone, please help me！&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2024 03:45:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12471406#M1675</guid>
      <dc:creator>243202504</dc:creator>
      <dc:date>2024-01-02T03:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: 3ds max 2023 uses maxscript to call the createOLEObject interface to read Excel and reports an error.</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12473572#M1676</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1634609"&gt;@denisT.MaxDoctor&lt;/a&gt;&amp;nbsp; Hello!&amp;nbsp;&lt;SPAN&gt;Dear Sir!&lt;/SPAN&gt; Can u help me about this question? Thanks! xD&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 07:00:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12473572#M1676</guid>
      <dc:creator>243202504</dc:creator>
      <dc:date>2024-01-03T07:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: 3ds max 2023 uses maxscript to call the createOLEObject interface to read Excel and reports an error.</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12475723#M1677</link>
      <description>&lt;P&gt;Sure, it's a Security issue. But there are settings (Security Preferences) you can play with, and there must be a reason why it is blocked.&lt;/P&gt;&lt;P&gt;How do you launch the tool? Is it an MCR, or startup script, or something else?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 04:19:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12475723#M1677</guid>
      <dc:creator>denisT.MaxDoctor</dc:creator>
      <dc:date>2024-01-04T04:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: 3ds max 2023 uses maxscript to call the createOLEObject interface to read Excel and reports an error.</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12475727#M1678</link>
      <description>&lt;P&gt;Could you provide an example Excel file to read?&amp;nbsp;&amp;nbsp;&lt;BR /&gt;Do you only need to read or do you also need to write?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 04:28:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12475727#M1678</guid>
      <dc:creator>denisT.MaxDoctor</dc:creator>
      <dc:date>2024-01-04T04:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: 3ds max 2023 uses maxscript to call the createOLEObject interface to read Excel and reports an error.</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12475818#M1679</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Through MCR, read the mse, and then the mse file is mainly the UI architecture, and then read the main code from the mse file, and the main code is the ms file.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 02:45:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12475818#M1679</guid>
      <dc:creator>243202504</dc:creator>
      <dc:date>2024-01-09T02:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: 3ds max 2023 uses maxscript to call the createOLEObject interface to read Excel and reports an error.</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12475820#M1680</link>
      <description>&lt;P&gt;&lt;SPAN&gt;It works normally in max2017. In max2022, I have turned off the built-in anti-virus（settings (Security Preferences)） in the security options, because I can’t get out of the UI interface without turning it off, but the function of reading data in excel will still be blocked by max.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 06:33:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12475820#M1680</guid>
      <dc:creator>243202504</dc:creator>
      <dc:date>2024-01-04T06:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: 3ds max 2023 uses maxscript to call the createOLEObject interface to read Excel and reports an error.</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12475844#M1681</link>
      <description>&lt;P&gt;MCR is auto-executable, and it calls an MSE (encrypted script), which could possibly call OLE... this is limited by the new security mechanics.&lt;BR /&gt;We need to change one of those three things to make it work.&lt;/P&gt;&lt;P&gt;My suggestion is to not use MSE. I've always been against using it.&lt;BR /&gt;&lt;BR /&gt;The second thing is to be able to do it without creation of OLE object.&lt;/P&gt;&lt;P&gt;But you didn't send me an example file to try it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 09:14:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12475844#M1681</guid>
      <dc:creator>denisT.MaxDoctor</dc:creator>
      <dc:date>2024-01-04T09:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: 3ds max 2023 uses maxscript to call the createOLEObject interface to read Excel and reports an error.</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12476082#M1682</link>
      <description>&lt;P&gt;I double-checked and see now that there is no problem with creating an OLE object while running (startup) MAX 2023. The only restriction is that it must not be called from MSE.&lt;/P&gt;&lt;P&gt;So, there are two simple solutions:&lt;/P&gt;&lt;P&gt;1. don't use MSE&lt;BR /&gt;2. don't create the OLE object at startup; do it on the fly when you run the main tool.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 09:32:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12476082#M1682</guid>
      <dc:creator>denisT.MaxDoctor</dc:creator>
      <dc:date>2024-01-04T09:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: 3ds max 2023 uses maxscript to call the createOLEObject interface to read Excel and reports an error.</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12482418#M1683</link>
      <description>&lt;P&gt;&lt;SPAN&gt;thanks for your reply!&lt;BR /&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I tried to remove the mse, read the UI ms file directly from mcr, and read the main code from the UI ms file.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;And if I call the previous method for reading xlsx directly into the main tool, an error will still be reported.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;The parts of my main UI that do not involve xlsx can run normally when clicking buttons. Only those parts that need to use OLE will be blocked by max.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I have also tried running OLE related directly in max2023, and it can indeed be executed.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 02:44:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12482418#M1683</guid>
      <dc:creator>243202504</dc:creator>
      <dc:date>2024-01-09T02:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: 3ds max 2023 uses maxscript to call the createOLEObject interface to read Excel and reports an error.</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12482821#M1684</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;xlsx = @"C:\temp\Tools\ExcelDataReader-3.6.0\test\Resources\ColumnWidthsTest.xlsx"
(
	xobj = CreateOLEObject "Excel.Application"
	xobj.Application.Workbooks.open xlsx
	xobj.visible = false

	data = #()
	xx = xobj.ActiveSheet
	for y = 1 to xx.UsedRange.Rows.count do
		for x = 1 to xx.UsedRange.Columns.count 
			where (v = (xx.Cells x y).Value) != undefined do append data #([x,y], v)

	xobj.Application.ActiveWorkbook.Close()
	xobj.quit()
	releaseOLEObject xobj
	releaseAllOLEObjects()

	data
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a simple example that should work as it is.... (you can use your xlsx file).&lt;BR /&gt;Thus, we may read xlsx. It remains only to find the right place to call it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, the question is not what to call, but how to call and from where.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 09:36:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12482821#M1684</guid>
      <dc:creator>denisT.MaxDoctor</dc:creator>
      <dc:date>2024-01-08T09:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: 3ds max 2023 uses maxscript to call the createOLEObject interface to read Excel and reports an error.</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12482832#M1685</link>
      <description>&lt;P&gt;the system says:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"MAXScript command embedded in the current scene could be unsafe..."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It means the code you try to call is embedded somehow in the scene... How? Persistent global, attribute, etc.?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 09:07:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12482832#M1685</guid>
      <dc:creator>denisT.MaxDoctor</dc:creator>
      <dc:date>2024-01-08T09:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: 3ds max 2023 uses maxscript to call the createOLEObject interface to read Excel and reports an error.</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12482944#M1686</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;that&amp;nbsp; code&amp;nbsp; said:"this is based on stdplugs\stdscripts\baseLib\rolloutCreator.ms"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Regarding the xlsx reading part, our code is consistent.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Now when I use it in max2017, it works normally, but when I use it in 2022, I get an error.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;If it still doesn't work, I may switch to reading txt files, but txt is not intuitive enough. I have also finished writing the relevant methods, and use the openFile function to read the parameters separated by “;”.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 08 Jan 2024 10:05:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12482944#M1686</guid>
      <dc:creator>243202504</dc:creator>
      <dc:date>2024-01-08T10:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: 3ds max 2023 uses maxscript to call the createOLEObject interface to read Excel and reports an error.</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12483653#M1687</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;...the code you try to call is embedded somehow in the scene... How? Persistent global, attribute, etc.?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You didn't answer my question. "Embedded" means that the code is saved in a file, and it is loaded with the file. What are you doing for that?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 15:25:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12483653#M1687</guid>
      <dc:creator>denisT.MaxDoctor</dc:creator>
      <dc:date>2024-01-08T15:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: 3ds max 2023 uses maxscript to call the createOLEObject interface to read Excel and reports an error.</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12483666#M1688</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10750469"&gt;@243202504&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;BR /&gt;If it still doesn't work, I may switch to reading txt files...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;In this case, it would mean you've wasted my time.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 15:33:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12483666#M1688</guid>
      <dc:creator>denisT.MaxDoctor</dc:creator>
      <dc:date>2024-01-08T15:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: 3ds max 2023 uses maxscript to call the createOLEObject interface to read Excel and reports an error.</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12484825#M1689</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I read the original code, read the main code through a fn in the UI interface, and then readline, and then processed various strings such as matchpattern, append, findstring, etc. to find the strings such as "_check" in the main code, and then through Window&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;.addText to create elements on the UI.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Since English is not my native language, I am very sorry for the misunderstanding caused during communication.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Then because I have no way to send the code, I can only express it like this, but I roughly understand the meaning, that is, max2022 is stricter about the security of this kind of loaded code, so I cannot read it through this method.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Because the code format has been fixed and I am also the person who took over, I cannot solve it with small modifications.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 02:43:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/3ds-max-2023-uses-maxscript-to-call-the-createoleobject/m-p/12484825#M1689</guid>
      <dc:creator>243202504</dc:creator>
      <dc:date>2024-01-09T02:43:52Z</dc:date>
    </item>
  </channel>
</rss>

