|
Blender
V2.59
|
Go to the source code of this file.
Functions | |
| void | do_versions_ipos_to_animato (struct Main *main) |
| void | free_ipo (struct Ipo *ipo) |
Definition in file BKE_ipo.h.
| void do_versions_ipos_to_animato | ( | struct Main * | main | ) |
Definition at line 1666 of file ipo.c.
References Main::action, Object::action, AnimData::action, action_to_animato(), action_to_animdata(), add_empty_action(), IpoCurve::adrcode, BKE_animdata_from_id(), BKE_id_add_animdata(), BLI_freelinkN(), Ipo::blocktype, Main::camera, bPose::chanbase, bAction::chanbase, Object::constraintChannels, bPoseChannel::constraints, Object::constraints, Main::curve, Ipo::curve, bAction::curves, Scene::ed, ELEM, Global::f, ListBase::first, ID::flag, Sequence::flag, free_fcurves(), G, G_DEBUG, bAction::groups, Ipo::id, bAction::id, ID_OB, ID_SCE, bAction::idroot, if(), bConstraintChannel::ipo, Camera::ipo, Key::ipo, bConstraint::ipo, Main::ipo, Lamp::ipo, Object::ipo, World::ipo, Sequence::ipo, Material::ipo, Curve::ipo, Tex::ipo, ipo_to_animato(), ipo_to_animdata(), Main::key, Main::lamp, LIB_FAKEUSER, Main::mat, bConstraintChannel::name, bConstraint::name, ID::name, Sequence::name, bPoseChannel::name, bConstraintChannel::next, bConstraint::next, ID::next, bPoseChannel::next, Object::nlastrips, nlastrips_to_animdata(), NULL, Main::object, Object::pose, Main::scene, SEQ_BEGIN, SEQ_COLOR, SEQ_END, SEQ_FAC1, SEQ_FAC_OPACITY, SEQ_FAC_SPEED, SEQ_IMAGE, SEQ_META, SEQ_MOVIE, SEQ_SCENE, SEQ_SPEED, SEQ_USE_EFFECT_DEFAULT_FADE, Editing::seqbasep, Main::tex, Sequence::type, ID::us, Main::versionfile, and Main::world.
Referenced by setup_app_data(), and StartKetsjiShell().
| void free_ipo | ( | struct Ipo * | ipo | ) |
Definition at line 85 of file ipo.c.
References IpoCurve::bezt, BLI_freelinkN(), IpoCurve::bp, Ipo::curve, IpoCurve::driver, Global::f, ListBase::first, G, G_DEBUG, Ipo::id, MEM_freeN(), ID::name, and IpoCurve::next.
Referenced by free_libblock(), and join_mesh_exec().