Revision e8a8bb6 by Jesse Yurkovich November 13, 2021, 04:47 (GMT) |
Cleanup: Correct order of guard and lock in moviecache_valfree Fix own mistake in rB7061d1e39fe In my attempt to quickly address T92838, along with the original bug, I made a nonsensical choice to use the limiter lock to guard the check against the cache item itself. While harmless, it is not necessary and semantically wrong / potentially confusing to future readers of the code. Differential Revision: https://developer.blender.org/D13122 |
Revision ab9ec19 by Campbell Barton November 13, 2021, 03:05 (GMT) |
Fix splash screen showing on startup with files loaded by scripts Suppressing the splash was only done when passing in an argument from the command line. Remove G.file_loaded, as it is misleading, only set once on startup, replace with G.relbase_valid which is used everywhere else to check if the file path should be used. |
November 13, 2021, 02:56 (GMT) |
Text Editor: Auto close relevant characters Support the ability to close relevant characters like '(', '[' and '{'. It will also delete the pair character if they're empty. Ref D13119 Reviewed By: campbellbarton |
Revision 1143bf2 by Campbell Barton November 13, 2021, 02:07 (GMT) |
Cleanup: spelling in comments, comment block formatting |
Revision acc800d by Campbell Barton November 13, 2021, 01:47 (GMT) |
Cleanup: clang-format |
Revision dc378bf by Germano Cavalcante November 13, 2021, 00:57 (GMT) |
Merge branch 'blender-v3.0-release' |
Revision 0a6f428 by Germano Cavalcante November 13, 2021, 00:56 (GMT) |
Fix snapping not performing on selected bones or splines This is an old issue but never reported as it is only visible in the measure tool snapping. |
Revision 60b8eb3 by Germano Cavalcante November 13, 2021, 00:36 (GMT) |
Merge branch 'blender-v3.0-release' |
Revision eed48a7 by Germano Cavalcante November 13, 2021, 00:34 (GMT) |
Cleanup: reference some snap parameters in the snap context itself This decreases the number of parameters in functions and makes important variables available in more places. |
Revision 738f4fb by Hans Goudey November 12, 2021, 23:14 (GMT) |
Revert "Fix T92636: Vector math node link disconnects when loading old file" This reverts commit 6b4ca781085fecc1058566a3b51bd3536eb9d4a1. A simpler fix was used for 3.0, but rBd845ba481c6d2ef already contained a more complete solution to the problem of inconsistent socket ids. |
Revision ebb4aba by Hans Goudey November 12, 2021, 23:12 (GMT) |
Merge branch 'blender-v3.0-release' |
Revision 6b4ca78 by Hans Goudey November 12, 2021, 23:07 (GMT) |
Fix T92636: Vector math node link disconnects when loading old file Previously, unique identifiers for sockets were created automatically, sometimes using .001 and sometimes _001. Now they are created manually with the second format, but some files were saved with .001 format. I think this was only an issue in the vector math node. rBd845ba481c6d fixed this problem in 3.1, but in a more general way. After I merge this patch to 3.1, I will revert it, since the versioning added in that commit will make this redundant. Differential Revision: https://developer.blender.org/D13209 |
Revision ec432ae by Johnny Matthews November 12, 2021, 20:06 (GMT) |
Merge branch 'blender-v3.0-release' |
Revision 8d3a771 by Johnny Matthews November 12, 2021, 20:05 (GMT) |
Fix: Node Class Type for Select by Handle Type Change the node class type for Node Select by Handle Type to NODE_CLASS_INPUT |
Revision e5a7dd8 by Germano Cavalcante November 12, 2021, 19:30 (GMT) |
Cleanup: unify snap modes to geometry in a single flag This combination was being repeated in some places. |
Revision 30f9034 by Germano Cavalcante November 12, 2021, 19:30 (GMT) |
Cleanup: use 't->tsnap.mode' in transform code This also prevents different snap modes from being used at the same time in the code. |
Revision 5941c39 by Germano Cavalcante November 12, 2021, 19:30 (GMT) |
Cleanup: fix some comments in the transform code |
Revision 8b13cf5 by Germano Cavalcante November 12, 2021, 19:30 (GMT) |
Cleanup: move 'imm_drawcircball' to 'gpu_immediate_util.c' |
Revision 55c6937 by Germano Cavalcante November 12, 2021, 19:30 (GMT) |
Cleanup: split 'initSnappingMode' into more specific functions This helps to reuse small regions of a function's code elsewhere. The logic had to be reorganized, theoretically it should behave the same way. |
Revision 5b787c2 by Hans Goudey November 12, 2021, 19:26 (GMT) |
Merge branch 'blender-v3.0-release' |
|