91694b9b58
Code Style: use "#pragma once" in source directory
...
This replaces header include guards with `#pragma once`.
A couple of include guards are not removed yet (e.g. `__RNA_TYPES_H__`),
because they are used in other places.
This patch has been generated by P1561 followed by `make format`.
Differential Revision: https://developer.blender.org/D8466
2020-08-07 09:50:34 +02:00
9d4300b0c6
Volumes: add volume.grids.frame_filepath to get the current frame filepath
...
This can be used by external renderers that can load OpenVDB files.
2020-04-05 21:27:30 +02:00
35e3abb912
Cleanup: remove old header conventions recently re-introduced
2020-03-20 12:19:09 +11:00
b0a1cf2c9a
Objects: add Volume object type, and prototypes for Hair and PointCloud
...
Only the volume object is exposed in the user interface. It is based on OpenVDB
internally. Drawing and rendering code will follow in another commit.
https://wiki.blender.org/wiki/Source/Objects/Volume
https://wiki.blender.org/wiki/Reference/Release_Notes/2.83/Volumes
Hair and PointCloud object types are hidden behind a WITH_NEW_OBJECT_TYPES
build option. These are unfinished, and included only to make it easier to
cooperate on development in the future and avoid tricky merges.
https://wiki.blender.org/wiki/Source/Objects/New_Object_Types
Ref T73201, T68981
Differential Revision: https://developer.blender.org/D6945
2020-03-18 11:23:05 +01:00