「Dev:2.4/Source/Extensions/BLU/Documentation/UseCases」の版間の差分

提供: wiki
< Dev:2.4‎ | Source‎ | Extensions‎ | BLU‎ | Documentation
移動先: 案内検索
(moved Dev:Source/Extensions/BLU/Documentation/UseCases to Dev:2.4/Source/Extensions/BLU/Documentation/UseCases: move to 2.4/ so new development docs can be done in 2.5/ or 2.6/ etc)
 
(1版 をインポートしました)
 
(相違点なし)

2018年6月29日 (金) 02:45時点における最新版


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.

Blender Interface

-- NathanLetwory