FBKeyingGroupType Class Reference

FBKeyingGroupType Class Reference

#include <mobu-python-api.h>

Class Description

Keying group types.

+ Inheritance diagram for FBKeyingGroupType:

Public Attributes

object kFBKeyingGroupGlobal
 All selected objects with the same properties as those defined in the keying group will be keyed. More...
 
object kFBKeyingGroupObjectType
 All selected objects of the specified type in the keying group with the same properties as those defined in the keying group will be keyed. More...
 
object kFBKeyingGroupLocal
 Only properties of objects specified in the keying group will be keyed. More...
 

Member Data Documentation

object kFBKeyingGroupGlobal

All selected objects with the same properties as those defined in the keying group will be keyed.

object kFBKeyingGroupLocal

Only properties of objects specified in the keying group will be keyed.

object kFBKeyingGroupObjectType

All selected objects of the specified type in the keying group with the same properties as those defined in the keying group will be keyed.