This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/blenkernel
Sergey Sharybin 006c66b1ff Refactor object engine data storage
Main idea is to make specific engine types be a subclass of generic
ObjectEngineData structure.

This required following changes:

- Have extra size argument to engine data allocation function.

  Not sure whether there is less error-prone way of doing this.

- Add init() callback to engine data allocation function.

Additionally, added some extra checks to Eevee's engine data getters, so we do
not silently cast lamp data to lightprobe data.

Reviewers: dfelinto, fclem

Differential Revision: https://developer.blender.org/D3027
2018-01-29 17:53:51 +01:00
..
2017-06-01 19:59:37 +02:00
2018-01-28 17:00:39 +11:00
2017-05-25 15:19:58 +10:00
2017-12-08 16:07:20 +01:00
2016-08-08 17:51:15 +02:00
2017-08-07 20:48:22 +02:00
2017-12-13 16:14:08 +01:00