「Dev:Source/Data System/API」の版間の差分
< Dev:Source | Data System
細 (1版 をインポートしました) |
|
(相違点なし)
|
2018年6月29日 (金) 03:36時点における最新版
Blender Data API
- Indirect access for the UI, PythonAPI, Animation System and Operators.
Other parts of the code will not be forced to use this api. - Plan the Data API to override linked properties on a per property basis, (similar to ipos overriding some properties but not others)
- The API will need to receive data_get/set(context, data-pointer, property-id) - property-id could be a struct offset of, to avoid extra lookups.
- How do we handle listbases - object constraints, modifiers etc?, or better we dont try access these direct from the object.