(2018-03-05, 16:55)Jarema Wrote: [*]How exclude only first part - like base-plate - from rotation|scaling in animation ?The sample explode script uses a for loop of 1 to n (note the 1, as lua prefer 1 instead of 0 in arrays etc)
Change the interval to exclude the first brick.
(2018-03-05, 16:55)Jarema Wrote: [*]How rotate whole model about 45*|90* degrees once per STEP ?This is done using the ldc.camera object, examples of its use is in the"camera test" animation and some of the example animations.
(2018-03-05, 16:55)Jarema Wrote: [*]What places do you recommend in the network, learn about LUA ?generic lua you can learn on the lua site
https://www.lua.org/
(2018-03-05, 16:55)Jarema Wrote: [*]How escape animation mode, after press A key ?shift+a, or use the session panel at the top right and select the 'normal' tab.