--
You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/8eb43586-5a70-4380-b2f4-504d80e1c31d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks!
--
You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAKjYKQnoWZxfCtqS1BWfdBB0-PuNg39M%2BkH72nV_yM7FN6JrRg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA0gf%2BiDCW0eAuO29ccd17D9EeVjuSEtdox56WGqe2gL4A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAKjYKQm%3DOEPLXBougj7JvbVwXxk5Hc5zJ5po3MWvp6qzAVqNqg%40mail.gmail.com.
Alternatively, don’t use or convert any qrc files, and use absolute paths to your icons.
I never got the appeal of qrc files; they are not mandatory. With them, you’ll need to recompile whenever you change your graphics, and if you keep your graphics in the same repository as your qrc files you’ve doubled the repository size. Absolute paths can be achieved relative your repository via e.g. os.path.join(os.path.dirname(__file__), "resources", "my_icon.png")
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA2zr0EEgwrJPVWkDGXwBK1vSAFL5nshnPXLCdRYBEPV2A%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOD%2Bz%2BkJPcZvHBzbLAFSBCubcaWY63aWfXT0qOF%3DVRB-pA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.