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
What are you trying to do, and what do you expect to happen?
I was trying to screenshot a model in Display -> GUI for Java block/item, and it cuts off part of the model. I wanted it to include the whole model in the aspect ratio that its in. Im not entirely sure if this is intentional or not, and if it is intentional then atleast allow an option within the screenshot API to turn the crop off.
Using display_preview.screenshot({crop:false, height:64, width:64}) doesn't work either and still crops it out the photo. (It also ignores my height and width as well)
What happens instead?
This is what happens when I try to screenshot.
I wanna be able to use display_preview.screenshot({crop:false, height:64, width:64}) to specifically generate screenshots with that size without cropping out the model. Pretty much zoom in to the model without cropping it out.
Model format in which the issue occurs
Java block/item
Blockbench variant
Program
Blockbench version
4.10.4
Operating System
Windows
Installed Blockbench plugins
None
The text was updated successfully, but these errors were encountered:
What are you trying to do, and what do you expect to happen?
I was trying to screenshot a model in Display -> GUI for Java block/item, and it cuts off part of the model. I wanted it to include the whole model in the aspect ratio that its in. Im not entirely sure if this is intentional or not, and if it is intentional then atleast allow an option within the screenshot API to turn the crop off.
Using
display_preview.screenshot({crop:false, height:64, width:64})
doesn't work either and still crops it out the photo. (It also ignores my height and width as well)What happens instead?
This is what happens when I try to screenshot.
I wanna be able to use
display_preview.screenshot({crop:false, height:64, width:64})
to specifically generate screenshots with that size without cropping out the model. Pretty much zoom in to the model without cropping it out.Model format in which the issue occurs
Java block/item
Blockbench variant
Program
Blockbench version
4.10.4
Operating System
Windows
Installed Blockbench plugins
None
The text was updated successfully, but these errors were encountered: