April 16, 2019, 15:01 (GMT) |
Merge branch 'master' into temp-clang-format |
April 16, 2019, 14:50 (GMT) |
GNUmakefile: move clang format utility Makes more sense to place in 'utils_maintenance'. |
April 16, 2019, 14:42 (GMT) |
Clang-format: Remove unused files |
April 16, 2019, 14:42 (GMT) |
Merge branch 'master' into temp-clang-format |
April 16, 2019, 14:42 (GMT) |
Cleanup: use keyword only args to rna_idprop_ui_create |
April 16, 2019, 14:42 (GMT) |
Python: add a utility function for creating custom properties. Creating a fully functional custom property requires also setting up its limits, description, default value and static override status. It is complex enough to warrant providing an official utility. Currently boolean properties are technically int, but the utility pretends they are separate in case that eventually they are. Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D4620 |
April 16, 2019, 14:39 (GMT) |
Clang-format: Ignore extern/ harder Not sure who is reading .clang-format-ignore, from the trace log the clang-format itself does not use it. So disable auto-formatting in the extern/ by giving a special .clang-format. |
April 16, 2019, 13:55 (GMT) |
Disable clang-format for large blocks of string comparisons |
April 16, 2019, 13:46 (GMT) |
Merge branch 'master' into temp-clang-format |
April 16, 2019, 13:02 (GMT) |
Merge branch 'master' into temp-clang-format |
April 16, 2019, 12:47 (GMT) |
Merge branch 'master' into asset-engine |
April 16, 2019, 12:46 (GMT) |
Merge branch 'master' into temp-clang-format |
Revision 44acf0e by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) April 16, 2019, 11:15 (GMT) |
Merge branch 'master' into greasepencil-object |
April 16, 2019, 11:00 (GMT) |
Move clang_format_paths to source/tools Needed so branches can update source/tools before migrating. |
April 16, 2019, 10:57 (GMT) |
Merge branch 'master' into temp-clang-format |
April 16, 2019, 10:56 (GMT) |
clang-format: disable StatementMacros, since it's not available in v7 |
April 16, 2019, 10:18 (GMT) |
Merge branch 'master' into temp-clang-format |
Revision 24de946 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) April 16, 2019, 10:12 (GMT) |
GPencil: New Normalize All operator This operator works similar to mesh operator but for Stroke and Points data. Also minor cleanup in Normalize operator. |
April 16, 2019, 10:10 (GMT) |
Merge branch 'master' into asset-engine Conflicts: source/blender/windowmanager/intern/wm_operator_props.c |
April 16, 2019, 10:01 (GMT) |
clang-format: disable for string test |
|