<?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: All object type Color change in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10767523#M52414</link>
    <description>&lt;P&gt;Actually everything in your block are on Layer 0 and they are assigned of different colors to represent different elements.&lt;/P&gt;
&lt;P&gt;I suggest use CHZ20 "Put subentities to layer - By file" function to change different elements into different layers. Then change color of everything to "Bylayer". It is easier to manage the layer color than the object color.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TEMP4.JPG" style="width: 370px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/991395i9242C9135E3D578B/image-size/large?v=v2&amp;amp;px=999" role="button" title="TEMP4.JPG" alt="TEMP4.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Nov 2021 00:51:11 GMT</pubDate>
    <dc:creator>3wood</dc:creator>
    <dc:date>2021-11-19T00:51:11Z</dc:date>
    <item>
      <title>All object type Color change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10757225#M52398</link>
      <description>&lt;P&gt;Hello to everyone&lt;/P&gt;&lt;P&gt;How can we change the color of all objects and the bylayer color?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sample:&lt;/P&gt;&lt;P&gt;Available color no : 165&lt;BR /&gt;Change Color no : 3&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 06:27:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10757225#M52398</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2021-11-15T06:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: All object type Color change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10757330#M52399</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/537692"&gt;@k005&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try to be more specific with your request.&lt;/P&gt;
&lt;P&gt;To select all entities&amp;nbsp; with color 165 you can use&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;(setq ss (ssget "X" '((62 . 165))))&lt;/LI-CODE&gt;
&lt;P&gt;and than command chprop.&lt;/P&gt;
&lt;P&gt;For selection&amp;nbsp; you can also use Quick Select tool&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 07:46:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10757330#M52399</guid>
      <dc:creator>hak_vz</dc:creator>
      <dc:date>2021-11-15T07:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: All object type Color change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10757537#M52400</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5530556"&gt;@hak_vz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It will apply to All Entities in AutoCAD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;well ;&lt;/P&gt;&lt;P&gt;Block reference, block,circle, hatch, ellipse , lwpolyline , rectangle mline text,mtext etc...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example :&lt;/P&gt;&lt;P&gt;I will enter the block reference and get the current color from there manually.&lt;BR /&gt;let's say 165.&lt;/P&gt;&lt;P&gt;i will write this in current color : 165&lt;/P&gt;&lt;P&gt;like.. I will buy the color codes myself in advance...&lt;/P&gt;&lt;P&gt;I will use this later...165&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 19:37:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10757537#M52400</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2021-11-15T19:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: All object type Color change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10757640#M52401</link>
      <description>&lt;P&gt;I at work and don't have time to spend to write something specific. After a simple Google search I' have&lt;A href="http://www.cadforum.cz/forum_en/uploads/381267/Change_Colour.LSP" target="_blank" rel="noopener"&gt; found this code, and i&lt;/A&gt;t seams to me that it will work for you.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 10:48:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10757640#M52401</guid>
      <dc:creator>hak_vz</dc:creator>
      <dc:date>2021-11-15T10:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: All object type Color change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10758652#M52402</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5530556"&gt;@hak_vz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes it's similar to that... but not this one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because that makes them all monochrome. I want it to change the color code I referenced.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 18:56:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10758652#M52402</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2021-11-15T18:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: All object type Color change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10758796#M52403</link>
      <description>&lt;P&gt;Sorry, but I don't get it.&lt;/P&gt;
&lt;P&gt;Do you want to select all entities created in one color and change to another, but not all drawing entities ?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 20:23:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10758796#M52403</guid>
      <dc:creator>hak_vz</dc:creator>
      <dc:date>2021-11-15T20:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: All object type Color change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10759062#M52404</link>
      <description>&lt;P&gt;Maybe you can try &lt;A href="https://sites.google.com/site/cadkits/home/chz20" target="_blank" rel="noopener"&gt;&lt;U&gt;CHZ20&lt;/U&gt;.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;1. Set up a rule file (*.txt)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CHZ201.JPG" style="width: 865px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/989873iC573182304C9A13E/image-size/large?v=v2&amp;amp;px=999" role="button" title="CHZ201.JPG" alt="CHZ201.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;2. Select "By file" option.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CHZ203.JPG" style="width: 377px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/989875i3BE51551C6434D60/image-size/large?v=v2&amp;amp;px=999" role="button" title="CHZ203.JPG" alt="CHZ203.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CHZ202.JPG" style="width: 606px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/989874i8A1DA2545F76CC61/image-size/large?v=v2&amp;amp;px=999" role="button" title="CHZ202.JPG" alt="CHZ202.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;It can also change sub-entities within blocks.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 22:30:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10759062#M52404</guid>
      <dc:creator>3wood</dc:creator>
      <dc:date>2021-11-15T22:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: All object type Color change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10759629#M52405</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/540432"&gt;@3wood&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried but it didn't work. not as comprehensive, a simpler solution is needed. as in my first post.&lt;/P&gt;&lt;P&gt;I am adding a block reference. I want to change the colors inside it without blowing it up.&lt;/P&gt;&lt;P&gt;let's say there are many blocks of the same colors. their names are different.&lt;BR /&gt;They should also be affected by this change.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 06:32:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10759629#M52405</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2021-11-16T06:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: All object type Color change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10761193#M52406</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5530556"&gt;@hak_vz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;simply changing the object color my friend...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it will change all.. by all, they are not all the same color.. or the same color.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Whatever color code I enter as a parameter, I will replace all the obs in that color code with the new color.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 16:06:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10761193#M52406</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2021-11-16T16:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: All object type Color change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10763219#M52407</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;:
Command: q2
_.undo Current settings: Auto = On, Control = All, Combine = Yes, Layer = Yes
Enter the number of operations to undo or [Auto/Control/BEgin/End/Mark/Back] 
&amp;lt;1&amp;gt;: Auto Enter UNDO Auto mode [ON/OFF] &amp;lt;On&amp;gt;: On
Command: .UNDO Current settings: Auto = On, Control = All, Combine = Yes, Layer 
= Yes
Enter the number of operations to undo or [Auto/Control/BEgin/End/Mark/Back] 
&amp;lt;1&amp;gt;: _BEGIN
Command: (
**T349errorJ= too many arguments --setmypid= 1C2B syst_setvars [ 
**T349errorJ= too many arguments --setmypid= 1C2B syst_setvars [ 
Select object? ('A'.all)('M'.only from space-model)('P'.paper)?  A/M/P &amp;lt;A&amp;gt;:A
Forced Xref,maybe crash &amp;lt;yes/no&amp;gt;:Y
Type-Mode? ('Y'.quickmode)('N'.normal-Mode)?  &amp;lt;yes/no&amp;gt;:N
BlockRedef-DownTo Zero1=0
Do wish ExtraScan? ('Y'.Extra)('N'.exit)?  &amp;lt;yes/no&amp;gt;:N

EndT&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;Here is my solution.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;Only today, I work &amp;nbsp;3hours for search the error/s.+many hours in old-times.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;Please You check the&amp;nbsp;"Ierarh Ghenadie, patriarhul.dwg" &amp;nbsp;, attached&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 12:06:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10763219#M52407</guid>
      <dc:creator>diagodose2009</dc:creator>
      <dc:date>2021-11-17T12:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: All object type Color change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10763395#M52408</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/537692"&gt;@k005&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/540432"&gt;@3wood&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried but it didn't work. not as comprehensive, a simpler solution is needed. as in my first post.&lt;/P&gt;
&lt;P&gt;I am adding a block reference. I want to change the colors inside it without blowing it up.&lt;/P&gt;
&lt;P&gt;let's say there are many blocks of the same colors. their names are different.&lt;BR /&gt;They should also be affected by this change.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You need get a free registration to make it work on blocks.&lt;BR /&gt;Here is a simple example to change color 33 (outline of the beam) to color 3 (green)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CHZ201.gif" style="width: 846px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/990644iFADF8B80FD747AB1/image-size/large?v=v2&amp;amp;px=999" role="button" title="CHZ201.gif" alt="CHZ201.gif" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 13:09:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10763395#M52408</guid>
      <dc:creator>3wood</dc:creator>
      <dc:date>2021-11-17T13:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: All object type Color change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10763825#M52409</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/540432"&gt;@3wood&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my friend is not like that...&amp;nbsp;so not practical... unfortunately.&lt;/P&gt;&lt;P&gt;1- I will select all objects with select /window.&lt;/P&gt;&lt;P&gt;2- I will write the reference color code.&lt;/P&gt;&lt;P&gt;3- I will write the desired color code.&lt;/P&gt;&lt;P&gt;will be processed... ( All objects )&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 16:16:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10763825#M52409</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2021-11-17T16:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: All object type Color change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10763830#M52410</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/565193"&gt;@diagodose2009&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tested. this changes all the colors and makes it one color.&lt;/P&gt;&lt;P&gt;does not comply with this condition. thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 16:04:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10763830#M52410</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2021-11-17T16:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: All object type Color change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10764700#M52411</link>
      <description>Please you wait 7-10 days, and you not got other solution,( i think)&lt;BR /&gt;You must, mark this topic with "Solved" .</description>
      <pubDate>Wed, 17 Nov 2021 21:48:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10764700#M52411</guid>
      <dc:creator>diagodose2009</dc:creator>
      <dc:date>2021-11-17T21:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: All object type Color change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10765970#M52412</link>
      <description>&lt;P&gt;You can try attached codes - still need load &lt;U&gt;&lt;A href="https://sites.google.com/site/cadkits/home/chz20" target="_blank" rel="noopener"&gt;CHZ20.vlx&lt;/A&gt;&lt;/U&gt; first (you can add it to Startup Suite).&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;;;; COLORMATCHFILE.LSP BY 3WOOD 2021.11.18
;;; Need load CHZ20.vlx first
;;; Change object color in whole drawing
;;;; https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10757225#M423629
(defun C:ColorMatchFile (/ c1 c2 f1 g1 L1 s1)
  (if (atoms-family 1 '("Chz20_cmd"))
    (progn
      (setq L1 (list))
      (while (setq s1 (nentsel "\nSelect object: "))
	(princ (strcat "\nSource color: " (itoa (setq c1 (cdr (assoc 62 (entget (car s1))))))))
	(if (setq c2 (acad_colordlg c1 T))
	  (progn
	    (princ (strcat " ¡ú Target color: " (itoa c2)))
	    (setq L1 (append L1 (list (strcat (itoa c1) " *" (itoa c2)))))
	    )
	  )
	) ;Get color changing pair input
      (if L1
	(progn
	  (setq f1 (open (setq g1 (strcat "C:\\Users\\" (getvar "loginname") "\\Documents\\CHZ20COLORMATCH.TXT")) "W" ))
	  (foreach n1 L1 (write-line n1 f1))
	  (close f1)
	  )
	) ;Write to a Color Matching File
      (if (findfile g1)
	(progn
	  (foreach n2 (list (list "BLOCK" "1")(list "COLOR" "1")(list "BYFILE" "1")(list "RETAINBYBLOCK" "0")(list "RETAINBYLAYR" "0")
			    (list "CHZ20_CR_FILE1" g1) )
	    (vl-registry-write "HKEY_CURRENT_USER\\SOFTWARE\\L&amp;amp;J\\Chz20" (car n2) (cadr n2))
	    )
	  (Chz20_cmd T)
	   )
	)
      )
    (princ "\nPlease load CHZ20.vlx first.")
    )
  (princ)
  )&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="COLORMATCH.gif" style="width: 846px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/991096i2D3908A1E453487B/image-size/large?v=v2&amp;amp;px=999" role="button" title="COLORMATCH.gif" alt="COLORMATCH.gif" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 12:32:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10765970#M52412</guid>
      <dc:creator>3wood</dc:creator>
      <dc:date>2021-11-18T12:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: All object type Color change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10766410#M52413</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/540432"&gt;@3wood&lt;/a&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;It's amazing. !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will send an e-mail.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 15:25:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10766410#M52413</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2021-11-18T15:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: All object type Color change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10767523#M52414</link>
      <description>&lt;P&gt;Actually everything in your block are on Layer 0 and they are assigned of different colors to represent different elements.&lt;/P&gt;
&lt;P&gt;I suggest use CHZ20 "Put subentities to layer - By file" function to change different elements into different layers. Then change color of everything to "Bylayer". It is easier to manage the layer color than the object color.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TEMP4.JPG" style="width: 370px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/991395i9242C9135E3D578B/image-size/large?v=v2&amp;amp;px=999" role="button" title="TEMP4.JPG" alt="TEMP4.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 00:51:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10767523#M52414</guid>
      <dc:creator>3wood</dc:creator>
      <dc:date>2021-11-19T00:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: All object type Color change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10770061#M52415</link>
      <description>&lt;P&gt;hello 3wood can you help me to change the subentities object with true color change to new layer, I already follow step by step from your CHZ20 example but still can't. any problem with my code or something?&lt;/P&gt;</description>
      <pubDate>Sat, 20 Nov 2021 04:15:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10770061#M52415</guid>
      <dc:creator>margono_bersinar</dc:creator>
      <dc:date>2021-11-20T04:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: All object type Color change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10771094#M52416</link>
      <description>&lt;P&gt;Thank you for the bug report. I have fixed it. Please download updated file from &lt;FONT color="#003366"&gt;&lt;A href="https://sites.google.com/site/cadkits/home/chz20" target="_blank" rel="noopener"&gt;here&lt;/A&gt;&lt;/FONT&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Nov 2021 00:24:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10771094#M52416</guid>
      <dc:creator>3wood</dc:creator>
      <dc:date>2021-11-21T00:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: All object type Color change</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10771295#M52417</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/540432"&gt;@3wood&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;I can't select the objects that take the color from the layer, it gives an error&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;Colormatchfile.lsp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Select object: ; error: bad argument type: fixnump: nil&lt;/P&gt;</description>
      <pubDate>Sun, 21 Nov 2021 05:39:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/all-object-type-color-change/m-p/10771295#M52417</guid>
      <dc:creator>k005</dc:creator>
      <dc:date>2021-11-21T05:39:42Z</dc:date>
    </item>
  </channel>
</rss>

