You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add default color pickers in preferences/add-ons window for Text Color, Color Buttons, & Color Buttons Activated so they persist when opening ANY saved blender file (instead of going back to the default white/grey colors.
I had to manually edit file : init.py
at lines: 59, 67, & 75 with my preferred RGB values.
IE:
59 default=(1.0, 0.3, 0.0),
67 default=(0.178, 0.178, 0.178),
75 default=(0.01, 0.65, 1.0),
... so i would get orange, lite grey, & blue as my default colors
I then re-zipped the package and re-installed.
I LOVE YOUR ADD-ON THO !!!!! =)
The text was updated successfully, but these errors were encountered:
Please add default color pickers in preferences/add-ons window for Text Color, Color Buttons, & Color Buttons Activated so they persist when opening ANY saved blender file (instead of going back to the default white/grey colors.
I had to manually edit file : init.py
at lines: 59, 67, & 75 with my preferred RGB values.
IE:
59 default=(1.0, 0.3, 0.0),
67 default=(0.178, 0.178, 0.178),
75 default=(0.01, 0.65, 1.0),
... so i would get orange, lite grey, & blue as my default colors
I then re-zipped the package and re-installed.
I LOVE YOUR ADD-ON THO !!!!! =)
The text was updated successfully, but these errors were encountered: