Revision 0986992 by Sybren A. Stüvel August 9, 2021, 09:32 (GMT) |
Cleanup: document `FileListReadJob::tmp_filelist` Add a comment to document what `FileListReadJob::tmp_filelist` is for, and how it's freed. No functional changes. |
Revision 909e081 by Campbell Barton August 9, 2021, 08:32 (GMT) |
Revision 52c349c by Sergey Sharybin August 9, 2021, 08:28 (GMT) |
Fix T90511: Cycles preview does not update once preview is done Caused by 4f64fa4f8628. Was a bad backport from the Cycles X branch: the fact that CPU and GPU has different reset code paths was not taken into account. |
Revision b417fb9 by Campbell Barton August 9, 2021, 05:05 (GMT) |
Cleanup: return True/False from gpencil toolbar function This was returning None/False which could cause problems in the future. |
Revision 64d750f by Campbell Barton August 9, 2021, 05:03 (GMT) |
Cleanup: indentation |
Revision d3a6999 by Campbell Barton August 9, 2021, 05:03 (GMT) |
Cleanup: use 'cls' for class methods first argument |
Revision eb165f5 by Campbell Barton August 9, 2021, 05:02 (GMT) |
Cleanup: remove redundant imports The module was importing it's own functions. |
August 9, 2021, 04:31 (GMT) |
Fix text object inserting multiple characters with a selection `bpy.ops.font.text_insert(text="multiple characters")` wasn't working. When the text is selected does not correctly insert multiple characters. - When the text was selected from left to right, the cursor only move one position next to the selected text. - When the text is selected from right to left, a part of the selected text remain. Ref D12161 |
Revision ff9bc90 by Campbell Barton August 9, 2021, 02:45 (GMT) |
Cleanup: grease pencil app-template versioning - Remove check for screens being None as this would raise an error. - Replace loop over `area.spaces` with `area.spaces.active`. - Loop over grease pencil data directly instead of accessing through the scenes objects. - Split versioning into functions. - Use `update_factory_startup_*` prefix for function names as this isn't versioning existing files. |
Revision 3ea6cf7 by Campbell Barton August 9, 2021, 02:01 (GMT) |
Cleanup: avoid using context in versioning code Also extract versioning into a function that makes it's purpose clear. |
Revision 4c26bb0 by Aaron Carlisle August 8, 2021, 20:09 (GMT) |
UI: Show Mask Display Options Conistently This commit makes the display options for mask only show in the header for the clip and image editors. Prior to this change they would display in the header for the clip editor and in the sidebar for the image editors. |
Revision 0be26f5 by Aaron Carlisle August 8, 2021, 17:30 (GMT) |
UI: Sequencer: Fix placement of display options in sequencer & preview mode This commit does two things, first it removes the proportional editing tool settings. This is not accessible code and is has not been used since the grease pencil/annotations changes in 2.8. Second, this patch reorders the if statements so that the display options are always shown on the rightside. Reviewed By: antoniov Differential Revision: https://developer.blender.org/D12163 |
Revision 76e2460 by Aaron Carlisle August 8, 2021, 17:29 (GMT) |
Cleanup: Remove stale/dead code This seems to be really old code from 2.4 or earlier. I was unable to find when it was removed gitk and git blame both couldnt find anything. However, it is safe to say that this code is long gone. |
Revision 3f18731 by Antonio Vazquez August 8, 2021, 13:11 (GMT) |
Cleanup: Fix comment typo |
Revision b541b5f by Antonio Vazquez August 8, 2021, 13:09 (GMT) |
GPencil: Fix memory leak in previous commit |
Revision a7aeec2 by Antonio Vazquez August 8, 2021, 12:56 (GMT) |
GPencil: New Select Random operator Select strokes or points randomly (similar to meshes). Reviewed By: pepeland Differential Revision: https://developer.blender.org/D12157 |
August 7, 2021, 12:30 (GMT) |
Cleanup: unnecessary double pointers in XR module No functional changes. |
August 7, 2021, 00:18 (GMT) |
PyDoc: Fix poll_message_set API documentation to consistent with Python style Fix poll_message_set API documentation to consistent with Python style Reviewed By: Blendify Differential Revision: https://developer.blender.org/D12150 |
Revision d245782 by Aaron Carlisle August 6, 2021, 17:55 (GMT) |
Windows: Add support to compile python api docs from make file This adds support to compile the html python api docs from the command line by running `make doc_py` matching support between windows and unix. This patch also makes it so the compiler is not needed if you set the `blender_bin` variable, this affects icon generation as well. In the future, I want to move away from generating the build output in the build directory but that can come in a later change. Reviewed By: LazyDodo Differential Revision: https://developer.blender.org/D12144 |
Revision 3fab16f by Germano Cavalcante August 6, 2021, 14:44 (GMT) |
Fix T90477: Cursor vertex snapping not working in UV editor `t->obedit_type` is read to indicate if we are in uv edit mode. Also fixes a crash introduced in {rBdd14ea18190ff27082009f73a556569a43377a71}. |
|