<?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: Appearance Assign in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/appearance-assign/m-p/11531733#M5180</link>
    <description>&lt;P&gt;I tried your code. Nothing visually change, red is not shown and many warnings popped up as you said.&lt;/P&gt;&lt;P&gt;I then deleted all your appearances in the design and ran the script again, this time one body turned red.&lt;/P&gt;&lt;P&gt;I forgot to mention, I used case 'A'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 04 Nov 2022 18:23:14 GMT</pubDate>
    <dc:creator>sophiadoan</dc:creator>
    <dc:date>2022-11-04T18:23:14Z</dc:date>
    <item>
      <title>Appearance Assign</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/appearance-assign/m-p/11511959#M5173</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Hi TF360, &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I have a script which applies different (custom) &lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#008000"&gt;appearances to the same material&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;. It is soo basic that I will not attach it. One critical code line is stated below. &lt;EM&gt;&lt;STRONG&gt;F360&lt;/STRONG&gt;&lt;/EM&gt; kernel issues the warning message&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;"Appearance can't be deleted because it is linked with an applied Physical Material: Steel. To delete the appearance, first unassign and delete this material from the Physical Material command"&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF00FF"&gt;&lt;EM&gt;&lt;STRONG&gt;It is not only one message but a stream of them&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt; accumulating in the warning queue (depending on how many assigned operations the script attempted to perform).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;So there is a couple of issues here: &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Why issue the &lt;FONT color="#FF00FF"&gt;&lt;EM&gt;&lt;STRONG&gt;subsequent frivolous dialogues&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt; with the warning when the previous one hasn't been cleared up? Tens of such dialogues can accumulate on the screen, &lt;FONT color="#993300"&gt;&lt;EM&gt;&lt;STRONG&gt;requiring laborious mouse clicking&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt; to clear them up.&lt;/LI&gt;&lt;LI&gt;Why issue an &lt;FONT color="#FF00FF"&gt;&lt;EM&gt;&lt;STRONG&gt;exhibitionist type of warning&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt; in the form of the interactive screen dialogue even if the &lt;EM&gt;&lt;STRONG&gt;F360&lt;/STRONG&gt;&lt;/EM&gt; is run via a script, which so far &lt;FONT color="#FF6600"&gt;&lt;EM&gt;&lt;STRONG&gt;does not have the ability to click the mouse button? &lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;What is the&lt;FONT color="#000000"&gt; &lt;EM&gt;&lt;STRONG&gt;logic&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt; behind such a warning? It is &lt;FONT color="#008000"&gt;&lt;EM&gt;&lt;STRONG&gt;legal to add appearance&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt; to the &lt;FONT color="#0000FF"&gt;&lt;EM&gt;&lt;STRONG&gt;Design&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;. &lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;appearancesDesign.addByCopy(thisAppear, newAppearName). &lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;By the &lt;EM&gt;&lt;STRONG&gt;logic?&lt;/STRONG&gt;&lt;/EM&gt; presented in the warning message, once added (&lt;FONT color="#0000FF"&gt;&lt;EM&gt;&lt;STRONG&gt;addByCopy()&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;), such custom appearance can not be deleted …. &lt;FONT color="#FF00FF"&gt;&lt;EM&gt;&lt;STRONG&gt;without deleting associated material&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;. In this case, there is only one design material, &lt;EM&gt;&lt;STRONG&gt;Steel&lt;/STRONG&gt;&lt;/EM&gt; … which obviously can not be deleted!&lt;/LI&gt;&lt;LI&gt;Why is there a restriction on applying different appearances to the same material (without creating its dummy copy)? A simple real-world example would be &lt;EM&gt;&lt;STRONG&gt;Steel&lt;/STRONG&gt;&lt;/EM&gt; material at different temperatures affecting its &lt;EM&gt;&lt;STRONG&gt;'&lt;FONT color="#FF0000"&gt;h&lt;/FONT&gt;&lt;FONT color="#339966"&gt;u&lt;/FONT&gt;&lt;FONT color="#3366FF"&gt;e&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;'. The current &lt;EM&gt;&lt;STRONG&gt;F360&lt;/STRONG&gt;&lt;/EM&gt; model is, in this regard … &lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt;unreasonably cumbersome and heavy. &lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If I can recall, the situation is the recent one, as in the past (I don't know exactly when) I haven't experienced such problems. &lt;FONT color="#808000"&gt;&lt;EM&gt;&lt;STRONG&gt;Is there a new elephant in a room full of china … without capable &lt;FONT color="#000000"&gt;Mahout&lt;/FONT&gt;? &lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;Regards &lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;MichaelT&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 07:48:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/appearance-assign/m-p/11511959#M5173</guid>
      <dc:creator>MichaelT_123</dc:creator>
      <dc:date>2022-10-27T07:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Appearance Assign</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/appearance-assign/m-p/11514133#M5174</link>
      <description>&lt;P&gt;I'm not seeing the problem you describe when deleting the appearance. However, I'm seeing another problem that when I create a new appearance by copying one, that I don't see that appearance in the Appearance dialog. Also, the count of the Appearances collection doesn't always increment. So, there do seem to be some issues with appearances.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 01:22:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/appearance-assign/m-p/11514133#M5174</guid>
      <dc:creator>BrianEkins</dc:creator>
      <dc:date>2022-10-28T01:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Appearance Assign</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/appearance-assign/m-p/11514162#M5175</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Hi Mr Ekins,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;EM&gt;&lt;STRONG&gt;I hope&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt; that ... all &lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF00FF"&gt;&lt;FONT color="#0000FF"&gt;Appearances&lt;/FONT&gt; Problems&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt; will be addressed &lt;FONT color="#FF6600"&gt;&lt;EM&gt;&lt;STRONG&gt;as soon as possible&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;MichaelT&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 01:47:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/appearance-assign/m-p/11514162#M5175</guid>
      <dc:creator>MichaelT_123</dc:creator>
      <dc:date>2022-10-28T01:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Appearance Assign</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/appearance-assign/m-p/11516834#M5176</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2900239"&gt;@MichaelT_123&lt;/a&gt;&amp;nbsp;Can you post your code here? I said that I found some problems, but I was experimenting in the TEXT COMMAND window, and then when I tried to create a script to reproduce the problem, I no longer can. Everything I've tried so far works as expected. You're probably doing something a little different or the file you're testing in has something mine doesn't.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Oct 2022 06:06:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/appearance-assign/m-p/11516834#M5176</guid>
      <dc:creator>BrianEkins</dc:creator>
      <dc:date>2022-10-29T06:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Appearance Assign</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/appearance-assign/m-p/11517123#M5177</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Hi Mr Ekins,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the code I think &lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF00FF"&gt;is suspicious&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;, &lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt;I have not tested it separately!&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;.It is only snippet from a larger body of code.&lt;/P&gt;&lt;LI-CODE lang="general"&gt;            appearNew       = appearancesDesign.itemByName( appearNew_Name )        # Check if appearNew_Name is in appearancesDesign
            if  appearNew is None:                                                  # Add respectibe color appearance
                appearBase  = appearancesFavor.itemByName( 'Black_Reflective' )     # Based on 'Chrome'
                appearNew   = appearancesDesign.addByCopy( appearBase, appearNew_Name )
            colorProp       = appearNew.appearanceProperties.itemById( 'metal_f0' )
            colorValue      = colorProp.value
            colorResult     = colorValue.setColor( rgbColor[0], rgbColor[1], rgbColor[2],  rgbColor[3] )
            colorProp.value = colorValue  &lt;/LI-CODE&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;MichaelT&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Oct 2022 12:01:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/appearance-assign/m-p/11517123#M5177</guid>
      <dc:creator>MichaelT_123</dc:creator>
      <dc:date>2022-10-29T12:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Appearance Assign</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/appearance-assign/m-p/11526542#M5178</link>
      <description>&lt;P&gt;Here's a small script that does the typical workflow and works as expected for me. I also tried copying the appearance from favorites, as your original code does, which also worked. Does this work for you?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;def run(context):
    app: adsk.core.Application = adsk.core.Application.get()
    ui = app.userInterface
    try:
        des: adsk.fusion.Design = app.activeProduct
        appearNew_Name = 'NewAppearance'
        appearancesDesign = des.appearances
        library = app.materialLibraries.itemByName('Fusion 360 Appearance Library')
        appearNew       = appearancesDesign.itemByName( appearNew_Name )        # Check if appearNew_Name is in appearancesDesign
        if  appearNew is None:                                                  # Add respectibe color appearance
            appearBase  = library.appearances.itemByName( 'Chrome - Black' )     # Based on 'Chrome'
            appearNew   = appearancesDesign.addByCopy( appearBase, appearNew_Name )
        colorProp       = appearNew.appearanceProperties.itemById( 'metal_f0' )
        colorValue      = colorProp.value
        rgbColor = [255,0,0,0]
        colorResult     = colorValue.setColor( rgbColor[0], rgbColor[1], rgbColor[2],  rgbColor[3] )
        colorProp.value = colorValue  

        body = des.rootComponent.bRepBodies[0]
        body.appearance = appearNew
    except:
        ui.messageBox('Failed:\n{}'.format(traceback.format_exc()))&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 02 Nov 2022 19:16:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/appearance-assign/m-p/11526542#M5178</guid>
      <dc:creator>BrianEkins</dc:creator>
      <dc:date>2022-11-02T19:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Appearance Assign</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/appearance-assign/m-p/11530157#M5179</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Hi Mr Ekins,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to admit that the problem was &lt;FONT color="#FF6600"&gt;&lt;EM&gt;&lt;STRONG&gt;not too easy to spot&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;.&lt;BR /&gt;As a matter of fact, it has &lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt;overwhelmed&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt; my &lt;FONT color="#993300"&gt;&lt;EM&gt;&lt;STRONG&gt;rusty&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt; &lt;FONT color="#33CCCC"&gt;&lt;EM&gt;&lt;STRONG&gt;nerve synopsizes&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;, &lt;FONT color="#FF00FF"&gt;&lt;EM&gt;&lt;STRONG&gt;causing shortcuts&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt; and obviously, if not permanent, then &lt;FONT color="#FF00FF"&gt;&lt;EM&gt;&lt;STRONG&gt;long-lasting damages&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;.&lt;/P&gt;&lt;P&gt;I attached the test script and associated with it the test file &lt;FONT color="#0000FF"&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;lt;AppearAssign_Test. f3d&amp;gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;The script contains both the &lt;FONT color="#008000"&gt;&lt;EM&gt;&lt;STRONG&gt;explanation and the demonstration&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt; of the problem.&lt;BR /&gt;As I mentioned in my previous post, it's a new/recent one, as I haven't experienced &lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt;such a phenomenon&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt; before.&lt;BR /&gt;&lt;FONT color="#008080"&gt;&lt;EM&gt;&lt;STRONG&gt;Does it qualify as a bug?&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt; It is not for me to decide, but I hope that &lt;EM&gt;&lt;STRONG&gt;TF360&lt;/STRONG&gt;&lt;/EM&gt; will address the issue ... &lt;FONT color="#FF6600"&gt;&lt;EM&gt;&lt;STRONG&gt;somehow&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;.&lt;/P&gt;&lt;LI-CODE lang="general"&gt;#Author-BE modified by MT
#Description- Appearance Assign Test. Use with &amp;lt;AppearAssign_Test. f3d&amp;gt; test file

import adsk.core, adsk.fusion, adsk.cam, traceback

def run(context):
    app: adsk.core.Application = adsk.core.Application.get()
    ui = app.userInterface
    try:
        des: adsk.fusion.Design = app.activeProduct
        appearNew_Name = 'NewAppearance'
        appearancesDesign = des.appearances
        library = app.materialLibraries.itemByName('Fusion 360 Appearance Library')
        appearNew       = appearancesDesign.itemByName( appearNew_Name )        # Check if appearNew_Name is in appearancesDesign
        if  appearNew is None:                                                  # Add respectibe color appearance
            appearBase  = library.appearances.itemByName( 'Chrome - Black' )     # Based on 'Chrome'
            appearNew   = appearancesDesign.addByCopy( appearBase, appearNew_Name )
        colorProp       = appearNew.appearanceProperties.itemById( 'metal_f0' )
        colorValue      = colorProp.value
        rgbColor = [255,0,0,0]
        colorResult     = colorValue.setColor( rgbColor[0], rgbColor[1], rgbColor[2],  rgbColor[3] )
        colorProp.value = colorValue  
        
        # ##@@MT The explantion 'attempt'.
        # To have consistent results, run the script/cases on the 'fresh' test file &amp;lt;AppearAssign_Test&amp;gt; attached !!! 
        #
        case = 'A'                                              # Select the 'case'
        #
        if case == 'A':
            # NOTHING visually will change; in the test, file appearances are applied to the body's faces, and they have OverrideAppearanceSource property applied
            # Also, no warning will be present
            body = des.rootComponent.bRepBodies[0]
            #body.appearance = None                             ##@@ MT         # This is Mr Brian Ekins example                      
            body.appearance = appearNew
            iii = 888                                      
        elif case == 'B':
            # NOTHING visually will change; in the test, file appearances are applied to the body's faces, and they have OverrideAppearanceSource property applied
            # Also, the warning will pop up on the screen
            # Why? ... 
            # body.appearance = None  is the attempt to clear possible OverrideAppearanceSource of respective occurrence owning the body 
            # This method is stated in docs. As a side effect, the CURRENT F360 kernel code will attempt to delete the appearance 'assigned' to the body
            # but it seems without checking body.appearance.usedBy.count ... which in the case of the test file is greater than 1.
            # As some other bodies are associated with the appearance, such an attempt will fail ... generating the warning message.
            # Conclusion: Such checking should be performed BEFORE the attempt to delete the body's appearance, which perhaps is missing!!!
            body = des.rootComponent.bRepBodies[0]
            body.appearance = None                              ##@@ MT                    
            body.appearance = appearNew
            iii = 888                                      
        elif case == 'C':
            # SOMETHING visually will change, 'RED=[255,0,0,0]' appearance will be applied to all body's faces 
            # Also, the warning will pop up on the screen
            # Why? ... as above          
            body = des.rootComponent.bRepBodies[0]
            body.appearance = None                         
            body.appearance = appearNew
            for face in body.faces:
                face.appearance = None                          ##@@ MT
                face.appearance = appearNew
            iii = 888                  
    except:
        ui.messageBox('Failed:\n{}'.format(traceback.format_exc()))&lt;/LI-CODE&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;MichaelT&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 06:21:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/appearance-assign/m-p/11530157#M5179</guid>
      <dc:creator>MichaelT_123</dc:creator>
      <dc:date>2022-11-04T06:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Appearance Assign</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/appearance-assign/m-p/11531733#M5180</link>
      <description>&lt;P&gt;I tried your code. Nothing visually change, red is not shown and many warnings popped up as you said.&lt;/P&gt;&lt;P&gt;I then deleted all your appearances in the design and ran the script again, this time one body turned red.&lt;/P&gt;&lt;P&gt;I forgot to mention, I used case 'A'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 18:23:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/appearance-assign/m-p/11531733#M5180</guid>
      <dc:creator>sophiadoan</dc:creator>
      <dc:date>2022-11-04T18:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Appearance Assign</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/appearance-assign/m-p/11531753#M5181</link>
      <description>&lt;P&gt;I did some more test using case 'B', change RGB value many times, color on body changed correctly without any warnings.&lt;/P&gt;&lt;P&gt;So, I think your existing appearances in the design somehow put fusion in a warning storm.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 18:32:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/appearance-assign/m-p/11531753#M5181</guid>
      <dc:creator>sophiadoan</dc:creator>
      <dc:date>2022-11-04T18:32:22Z</dc:date>
    </item>
  </channel>
</rss>

