May 18, 2015, 10:38 (GMT) |
Very basic printing of cache bake info to have some feedback in background mode. |
May 18, 2015, 00:18 (GMT) |
Support compilation with SCons (only tested on Linux). |
May 17, 2015, 21:50 (GMT) |
Modification to the node's UI: - avoid drawing properties' names - give it a default size - warn about OpenVDB not being available on the GPU |
May 17, 2015, 21:49 (GMT) |
Correction to some CMakeLists.txt (missed those in some previous commit) |
May 17, 2015, 19:04 (GMT) |
Improvements to compilation with CMake: set flags to be able to build with or without OpenVDB. Scons support should follow. |
May 17, 2015, 17:17 (GMT) |
Add OpenVDB version to the system info file |
May 17, 2015, 16:53 (GMT) |
Properly set the fluid transformation matrix. This time for real, though we need to account for adaptive domain, but that's for another commit I guess. Also add metadata to the grid to mark it as in local space. |
May 17, 2015, 13:33 (GMT) |
Make OpenVDB cache properties its own struct/linked list, including some operators to add caches to, move caches around and remove caches from the list. |
May 17, 2015, 13:17 (GMT) |
Quiet warning. |
May 16, 2015, 23:10 (GMT) |
Cleanup: unessecary use of Object in get_fluid_description, also make it static. |
May 16, 2015, 23:08 (GMT) |
Cycles: missing break in GridDescription loop. |
May 16, 2015, 16:59 (GMT) |
Correct update in RNA and send notifier. |
May 16, 2015, 16:17 (GMT) |
Cycles: remove grid name print. |
May 16, 2015, 16:12 (GMT) |
Cycles: tag OpenVDBManager as needing an update when connecting node sockets during preview rendering. |
May 16, 2015, 16:11 (GMT) |
Cycles: early exit add_volume if we already have a sampler allocated. This is done by means of a vector of structs which stores the grids' information, including the grid slot, which is returned if we have a match. |
May 16, 2015, 15:10 (GMT) |
Fix crash happening when exporting the simulation right after resetting it (by enabling adaptive domain, high resolution or whatever). The fluid description should be set after the simulation was initialiazed as it contains information taken from fields which wouldn't exist otherwise. |
May 16, 2015, 11:29 (GMT) |
Fix compile issue. |
May 16, 2015, 09:20 (GMT) |
Add an operator to update the transformation matrices of the grids. |
May 16, 2015, 09:15 (GMT) |
Cleanup: grid naming, use CFRA, quiet warning, unused include. |
May 16, 2015, 09:10 (GMT) |
Fluid transform cleanup (avoid reinventing the wheel). |
|