Blender V2.61 - r43446

Deprecated List

Member bNodeSocketTemplate
New nodes should add default sockets in the initialization function instead. This struct is mostly kept for old nodes and should be removed some time.

File DNA_ipo_types.h
The contents of this file are now officially depreceated. They were used for the 'old' animation system, which has (as of 2.50) been replaced with a completely new system by Joshua Leung (aligorith). All defines, etc. are only still maintained to provide backwards compatibility for old files.

Member dna_ushort_fix

This typedef serves to avoid badly typed functions when

compiling while delivering a proper dna.c. Do not use

it in any case.

Member IMB_loadifffile (int file, int flags, const char *descr)

Only here for backwards compatibility of the

plugin system.