setup.py running build_ext building ‘pyformex/lib/misc_’ extension creating build creating build/temp.linux-x86_64-3.7 creating build/temp.linux-x86_64-3.7/pyformex creating build/temp.linux-x86_64-3.7/pyformex/lib x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pyformex/lib/misc_.c -o build/temp.linux-x86_64-3.7/pyformex/lib/misc_.o creating build/lib.linux-x86_64-3.7 creating build/lib.linux-x86_64-3.7/pyformex creating build/lib.linux-x86_64-3.7/pyformex/lib x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pyformex/lib/misc_.o -o build/lib.linux-x86_64-3.7/pyformex/lib/misc_.cpython-37m-x86_64-linux-gnu.so building ‘pyformex/lib/nurbs_’ extension x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.7m -c pyformex/lib/nurbs_.c -o build/temp.linux-x86_64-3.7/pyformex/lib/nurbs_.o x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.7/pyformex/lib/nurbs_.o -o build/lib.linux-x86_64-3.7/pyformex/lib/nurbs_.cpython-37m-x86_64-linux-gnu.so *********************************************************************** NOTE: You should also run the command ‘make -C pyformex/extra build install’ to build and install some extra executables used by pyFormex. *********************************************************************** Rebuilding pyFormex libraries, please wait .. -- rst -- .. pyformex reference manual — plugins.cameratools .. CREATED WITH pyformex –docmodule: DO NOT EDIT

35. plugins.cameratools — Camera tools

Some extra tools to handle the camera.

35.1. Functions defined in module plugins.cameratools

plugins.cameratools.showCameraTool()[source]

Show the camera settings dialog.

This function pops up a dialog where the user can interactively adjust the current camera settings.

The function can also be called from the Camera->Settings menu.