Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_sequencer/sequencer_edit.c
| Context not available. | |||||
| imgwidth = (scene->r.size * scene->r.xsch) / 100; | imgwidth = (scene->r.size * scene->r.xsch) / 100; | ||||
| imgheight = (scene->r.size * scene->r.ysch) / 100; | imgheight = (scene->r.size * scene->r.ysch) / 100; | ||||
| /* Apply aspect, dosnt need to be that accurate */ | /* Apply aspect, doesn't need to be that accurate */ | ||||
| imgwidth = (int)(imgwidth * (scene->r.xasp / scene->r.yasp)); | imgwidth = (int)(imgwidth * (scene->r.xasp / scene->r.yasp)); | ||||
| if (((imgwidth >= width) || (imgheight >= height)) && ((width > 0) && (height > 0))) { | if (((imgwidth >= width) || (imgheight >= height)) && ((width > 0) && (height > 0))) { | ||||
| Context not available. | |||||