3D FlipBook - Printing

r***r@gmail.com
2021-02-06
2021-02-08

Is it possible to enable one flipbook to print but not the others. It seems the settings tab is global and not individual.

Replies

a***r@3dflipbook.net
2021-02-08
2021-02-08

use for this book ready function:

function ready(scene) {
scene.ctrl.actions['cmdPrint'].enabled=scene.ctrl.actions['cmdPrint'].enabledInNarrow=true;
} ready
Log In to leave a comment