mgear-dev / mgear4

mGear v.4.x.x (python 3 ready) https://mgear4.readthedocs.io
MIT License
266 stars 94 forks source link

drag_n_drop_install script bug #154

Closed ypypjay closed 1 year ago

ypypjay commented 1 year ago

In mgear4's drag_n_drop_install python script, there is the function to get maya window pointer, image type is removed in python3, so the <= comparison operator in the if statement should be replaced by >=, I think?

miquelcampos commented 1 year ago

Thanks for the feedback @ypypjay adding it to the WIP project to be fixed