Dev:2.4/Source/Extensions/BLU/Documentation/UseCases
< Dev:2.4 | Source | Extensions | BLU | Documentation(Dev:Source/Extensions/BLU/Documentation/UseCasesから転送)
Use Cases for BLU
目次
Blender
There are two parts in BLU that can be identified
- Manipulation of Blender database
- Manipulation of Blender interface (ie. macro type activities, create new views/windows)
Blender Database
BLU will be modelled closely after the data structure of blenders internal database format. Through BLU the user should be able to manipulate the database by allowing him to modify existing data, add new data, and delete data when needed. This functionality is mostly the same as direct data modification as done through Blenders GUI. ('Global' data is considered part of the Blender database. - really?)
Global data
- User settings
Internal data modules
- Object
- Camera
- Lamp
- Texture
- Material
- Ipo
- Timeline
- Armature
- Curve
Object
The user can create, modify and delete objects. The user can query the Blender database for objects.