June 4, 2020, 16:48 (GMT) |
Merge branch 'master' into greasepencil-object |
June 4, 2020, 16:41 (GMT) |
cleanup naming |
June 4, 2020, 16:38 (GMT) |
fix stack push_multiple |
June 4, 2020, 16:19 (GMT) |
cleanup |
June 4, 2020, 16:13 (GMT) |
rename grow |
June 4, 2020, 16:06 (GMT) |
LibOverride: Add Pointer properties to 'overridable by default'. There is in fact no reason not to do so, RNA pointers are either to other IDs (which is properly handled by default diffing code), or to sub-structures that should almost always be diffed as well. Exceptions (like backward ID pointers or strictly runtime caches and data) are to be handled with proper 'no comparison' flag in any case. |
June 4, 2020, 16:06 (GMT) |
LibOverride: cleanup Collection case. This should not give any real difference, those were already overridable. |
June 4, 2020, 16:05 (GMT) |
Disable gravity in Draw Face Sets brush Applying gravity to this brush does not make much sense and undo/redo won't work correctly as it uses a different undo type. Reviewed By: sergey Differential Revision: https://developer.blender.org/D7925 |
June 4, 2020, 16:04 (GMT) |
Fix Sharpen mesh filter in Multires Instead of accumulating displacement for each vertex into the neighbors, accumulate the opposite displacement from each neighbor into the vertex. I think this is the same and it does not produce artifacts in Multires. Reviewed By: sergey, brecht Differential Revision: https://developer.blender.org/D7508 |
June 4, 2020, 16:01 (GMT) |
Made Light Tree an experimental feature |
June 4, 2020, 16:01 (GMT) |
Review: Better comments, shorter functions. Changes here: - Removed unused ex(im)port_params members. - Made ex(im)port_params consistent. - Moved `filepath` to OBJEx(Im)port_Params. - Edited comments as per comments. - Use <BLI_vector.hh> instead of <vector>. - Move functions to namespace IO::OBJ. |
June 4, 2020, 15:41 (GMT) |
Review: Added documentation & comments. Review update. Changes here: Rearrangement of struct members in OBJdata_to_export. Better comments & documentation. Linkage: internal `wavefront_obj.hh` & external `IO_wavefront_obj.h`. Move functions to `namespace IO::OBJ`. |
June 4, 2020, 15:35 (GMT) |
June 4, 2020, 14:57 (GMT) |
Minor formatting change |
June 4, 2020, 14:55 (GMT) |
GPencil: Fix Lock Frame Dopesheet tooltip The old tooltip was not clear enough |
June 4, 2020, 14:41 (GMT) |
Fix T77358: Gpencil can't select geometry within transparent layers This was an old check of opacity for editable layers, but with new system it's not needed because you can use the edit lines. |
June 4, 2020, 14:40 (GMT) |
Fix T77164: scaling/rotation fails for 3 selected NURB points |
June 4, 2020, 14:39 (GMT) |
Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve |
June 4, 2020, 14:39 (GMT) |
Fix T77367: Blender's snap package ignores command line options |
Revision 35d83ad by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) June 4, 2020, 14:28 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp |
|
|
|


Master Commits
MiikaHweb | 2003-2021