Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Nick Thissen
on
For color override bindings it only works out of the box when you bind to a color databinding, such as classcolor or something. If you bind to a hexcode in a spreadsheet, it doesn't understand that the hexcode represents a color. You'll need to use a converter script in addition that takes the hex code and returns a Color object. At that point the purpose of the override bindings is a bit lost (I introduced them to avoid having to use scripts so much) but it will work.