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
I get an error when using the C key on an image. It tells me there's a problem with line 988 and that gl_load only takes two parameters, not three.
I tried changing the line from:
gl_load(fframe, bgl.GL_NEAREST, bgl.GL_NEAREST)
to
gl_load(fframe, bgl.GL_NEAREST)
and the crop tool now shows up. I don't see the actual image I'm cropping though, just a white rectangle.
Great functionality in this addon. I'm trying to learn from the code as I start trying to implement my own scripts.
The text was updated successfully, but these errors were encountered:
I get an error when using the C key on an image. It tells me there's a problem with line 988 and that gl_load only takes two parameters, not three.
I tried changing the line from:
gl_load(fframe, bgl.GL_NEAREST, bgl.GL_NEAREST)
to
gl_load(fframe, bgl.GL_NEAREST)
and the crop tool now shows up. I don't see the actual image I'm cropping though, just a white rectangle.
Great functionality in this addon. I'm trying to learn from the code as I start trying to implement my own scripts.
The text was updated successfully, but these errors were encountered: