Patches to Bf Blender for CAD development. https://tornavis.org/
Go to file
Sybren A. Stüvel ba5807c271 BGE: added bge.logic.{get,set}AnimRecordFrame functions
By using getAnimRecordFrame(), game developers have access to the frame
number used by the "Record animation" feature. This enables them to
record additional information in Blender's F-Curves and ensuring perfect
synchronization with the information already recorded by Blender.

The setAnimRecordFrame() can be used to change the frame number at which
animations are recorded, for example to introduce delays the recording that
do not require delays in the actual game/simulation run.

The getter/setter functions in KX_KetsjiEngine are not directly named after
property they access (m_currentFrame). I found "current frame" to be too
vague for a public interface, hence chose a more descriptive name.

Reviewers: moguri, hg1, campbellbarton, panzergame, aligorith

Reviewed By: panzergame, aligorith

Differential Revision: https://developer.blender.org/D1449
2015-08-25 13:42:09 +02:00
build_files Refactor translation code out of blenfont 2015-08-18 07:01:26 +10:00
doc BGE: added bge.logic.{get,set}AnimRecordFrame functions 2015-08-25 13:42:09 +02:00
extern SCons: Fix for really nasty bug with polluting configuration environment 2015-08-04 18:06:28 +02:00
intern OpenSubdiv: Better approximation of vertex normals 2015-08-25 13:16:55 +02:00
release Fix T45814: Writing MP4, h.264 not supported 2015-08-25 08:51:04 +10:00
scons@625d446ae8 Fixed border extension for the sunbeams node. 2014-09-23 11:42:11 +02:00
source BGE: added bge.logic.{get,set}AnimRecordFrame functions 2015-08-25 13:42:09 +02:00
tests Tests: Ignore preview render script in module loading tests 2015-08-24 09:46:41 +02:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore Revert "ignore conflict files" 2014-08-08 06:00:49 +10:00
.gitmodules
CMakeLists.txt Fix typo in cmake when OpenSubdiv is not found 2015-08-06 11:51:18 +02:00
COPYING
GNUmakefile CMake: use functions instead of macros 2015-06-17 09:38:24 +10:00
SConstruct Audaspace: building without audaspace. 2015-07-28 14:53:06 +02:00