|
|
2bc5c18714
|
Fix wrong Volume object step size tooltip
|
2020-05-13 21:22:06 +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 |
|
|
|
89b0465136
|
Fix T74908: volume object step size can not be set back to zero
|
2020-03-19 16:00:40 +01:00 |
|
|
|
2d1cce8331
|
Cleanup: make format after SortedIncludes change
|
2020-03-19 09:33:58 +01: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 |
|