mirror of
https://github.com/leozide/leocad
synced 2025-01-30 20:34:56 +01:00
Don't zoom extents when using a named camera.
This commit is contained in:
parent
b2e4d85324
commit
d7275358d6
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ bool lcApplication::Initialize(int argc, char* argv[], const char* LibraryInstal
|
||||||
else
|
else
|
||||||
Frame = FileName;
|
Frame = FileName;
|
||||||
|
|
||||||
lcGetActiveModel()->SaveStepImages(Frame, ImageStart != ImageEnd, true, ImageHighlight, ImageWidth, ImageHeight, ImageStart, ImageEnd);
|
lcGetActiveModel()->SaveStepImages(Frame, ImageStart != ImageEnd, CameraName == nullptr, ImageHighlight, ImageWidth, ImageHeight, ImageStart, ImageEnd);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (SaveWavefront)
|
if (SaveWavefront)
|
||||||
|
|
Loading…
Add table
Reference in a new issue