Revision f829fef by Campbell Barton February 15, 2020, 04:58 (GMT) |
Cleanup: spelling |
Revision 1857548 by Campbell Barton February 15, 2020, 04:24 (GMT) |
Fix T73796: Memory leak saving image |
Revision 5192b60 by Campbell Barton February 15, 2020, 04:24 (GMT) |
Cleanup: comment unused node defines |
Revision 60475b9 by Campbell Barton February 15, 2020, 04:24 (GMT) |
Cleanup: remove various unused defines |
Revision fa5837c by Campbell Barton February 15, 2020, 04:24 (GMT) |
Cleanup: remove unused RenderData.displaymode |
Revision 52da1b6 by Campbell Barton February 15, 2020, 04:24 (GMT) |
Cleanup: use define for golden ratio Move from workbench_private.h where it wasn't used. |
Revision f37b9ff by Campbell Barton February 15, 2020, 04:24 (GMT) |
Cleanup: unused BIK_api struct & defines This was part of an unfinished API, however this wasn't touched since 2009. |
Revision 9c79a21 by Campbell Barton February 15, 2020, 04:24 (GMT) |
Cleanup: unused math colorspace defines |
Revision 82cf0ab by Campbell Barton February 15, 2020, 04:24 (GMT) |
Cleanup: bmesh inset comments - Use doxy sections - Don't document implementation details in doxy comments. |
Revision f6aafd5 by Lukas Stockner February 15, 2020, 02:37 (GMT) |
Modifiers: Add option to directly specify a 2D transform for UVWarp Currently the only option is to warp based on the transform of other objects, which is inconvenient if you want to e.g. control it through a driver - you need to set up a dummy object and go through that, which is clunky and should be unneccessary. Reviewed By: brecht Differential Revision: https://developer.blender.org/D6690 |
Revision fa4ab69 by Campbell Barton February 14, 2020, 23:45 (GMT) |
Cleanup: mixed camel/snake case |
Revision 92a56bb by Campbell Barton February 14, 2020, 23:40 (GMT) |
Fix T73798: Error raising exception for local shutil.copytree |
Revision 7d90ff0 by Campbell Barton February 14, 2020, 23:40 (GMT) |
Fix incorrect enum in GHOST test |
Revision b2df29e by Campbell Barton February 14, 2020, 23:40 (GMT) |
Cleanup: clang-format |
Revision 1c883fe by Campbell Barton February 14, 2020, 23:40 (GMT) |
Cleanup: make BLI_make_exist local to the file selector This isn't a general utility, and the name wasn't descriptive. |
Revision 68a52a7 by Campbell Barton February 14, 2020, 23:40 (GMT) |
Cleanup: define use |
Revision b6c9c9c by Campbell Barton February 14, 2020, 23:40 (GMT) |
Cleanup: redundant headers |
Revision 1135c2c by Campbell Barton February 14, 2020, 23:40 (GMT) |
Cleanup: CMake formatting |
Revision b1f4095 by Campbell Barton February 14, 2020, 23:40 (GMT) |
Cleanup: incorrect __contains__ comparison, long line |
Revision 38e569c by Campbell Barton February 14, 2020, 23:40 (GMT) |
Cleanup: use UI_GetThemeColor3ubv when alpha is ignored |
|