Revision 79e51d9 by Campbell Barton December 17, 2019, 02:03 (GMT) |
Cleanup: replace verbose checks with read-only attributes These attributes checked for any baked / baking since this is a common test that was performed in layout code. Also follow our naming convention - using an 'is_/has_' prefix in this case since "cache_baked_data" reads as if it's used to access the baked data. |
Revision a977cb0 by Campbell Barton December 17, 2019, 01:55 (GMT) |
Cleanup: use single quotes for enum values |
Revision 647d54a by Campbell Barton December 17, 2019, 01:53 (GMT) |
Cleanup: remove unused variables |
Revision db043e7 by Campbell Barton December 17, 2019, 01:17 (GMT) |
Cleanup: naming for BKE_fluid particle functions Create/Destroy are more commonly paired terms in BLI/BKE API's. |
Revision f7745b1 by Campbell Barton December 17, 2019, 01:14 (GMT) |
Cleanup: use uint |
Revision d61d68a by Campbell Barton December 17, 2019, 01:11 (GMT) |
Cleanup: remove redundant string initialization Fixed sized strings are always initialized & this is not done elsewhere before calling BLI_path_join. Remove since it's not needed and makes it read as if the function might not initialize the output argument. |
Revision 814a11b by Campbell Barton December 17, 2019, 01:04 (GMT) |
Cleanup: use snake case variable & function names |
Revision 23940ff by Campbell Barton December 17, 2019, 00:42 (GMT) |
Cleanup: conform header guards to Blender's style |
Revision 7f00b3a by Campbell Barton December 17, 2019, 00:35 (GMT) |
Cleanup: split smoke drawing out into it's own file gpu_draw.c had generic sounding utility functions which were specific to smoke drawing. Split into it's own file so the functionality is clearly separated. |
Revision 1ef6be3 by Campbell Barton December 16, 2019, 23:15 (GMT) |
Cleanup: redundant struct declarations |
Revision f4d7d5e by Campbell Barton December 16, 2019, 23:08 (GMT) |
Cleanup: sort struct declarations |
Revision bc92d05 by Campbell Barton December 16, 2019, 23:07 (GMT) |
Cleanup: sort file lists |
Revision 9c82eac by Campbell Barton December 16, 2019, 23:00 (GMT) |
Cleanup: use BKE_fluid prefix for fluid API |
Revision 5d1245c by Campbell Barton December 16, 2019, 22:55 (GMT) |
PyAPI: disable threading hack when fluid is disabled |
Revision 7e15638 by Campbell Barton December 16, 2019, 22:53 (GMT) |
Cleanup: style, always use braces |
Revision 96ebdbc by Campbell Barton December 16, 2019, 22:49 (GMT) |
Fix deprecated DNA define checks Also remove dead code which checked for SPACE_TIME. |
Revision bcd38b3 by Campbell Barton December 16, 2019, 22:27 (GMT) |
Cleanup: remove contributors, license begin/end & doxy file argument This had already been removed for all source files, recent patches re-introduced them. |
Revision 11e4eaf by Campbell Barton December 16, 2019, 22:12 (GMT) |
Cleanup: compiler warnings |
Revision 831b85e by Campbell Barton December 16, 2019, 21:58 (GMT) |
Cleanup: clang-format |
Revision 4f1abcb by Campbell Barton December 16, 2019, 21:57 (GMT) |
Cleanup: remove redundant headers |
|