Revision 8a5f3d3 by Germano Cavalcante October 29, 2019, 13:28 (GMT) |
Fix T71124: UV Editor ? Proportional Editing Falloff misses some Options This mimics the same solution for proportional edit in the 3D View. Maniphest Tasks: T71124 Differential Revision: https://developer.blender.org/D6142 |
Revision 9e48cb1 by Campbell Barton October 29, 2019, 13:17 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 8ffacda by Campbell Barton October 29, 2019, 13:16 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 455ccac by Campbell Barton October 29, 2019, 13:15 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 9389ad3 by Campbell Barton October 29, 2019, 13:14 (GMT) |
Revision 4fbcbbf by Philipp Oeser October 29, 2019, 13:03 (GMT) |
Fix T71126: add old hotkeys to set start/end frame in the timeline to Blender 27X keymap Maniphest Tasks: T71126 Differential Revision: https://developer.blender.org/D6151 |
Revision a05be00 by Campbell Barton October 29, 2019, 12:41 (GMT) |
Cleanup: remove unused object_image_guess This made sense when we had tex-face feature, since it's removed & unused, remove this function too. D6079 by @alm |
Revision bcac0ed by Jeroen Bakker October 29, 2019, 08:40 (GMT) |
Fix T70913: OpenCL Compiler Errors Reverting part of a clean up that was done 6 months ago. The consequence was that OpenCL compositing wasn't working since then. |
Revision 51ac654 by Campbell Barton October 29, 2019, 08:30 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 7cc489a by Campbell Barton October 29, 2019, 08:29 (GMT) |
Error in last commit |
Revision 7d7bd02 by Campbell Barton October 29, 2019, 08:25 (GMT) |
Cleanup: quiet TBB deprecation warning |
Revision 2dab439 by Stefan Werner October 28, 2019, 21:19 (GMT) |
macOS: Allow NSView subclasses to accept first mouse event. This brings the behavior in line with Windows and Linux. Going between multiple windows now doesn't use the first click only to change focus but also allows Blender to process those events. |
Revision fb3add5 by Julian Eisel October 28, 2019, 18:43 (GMT) |
Merge branch 'blender-v2.81-release' Had conflicting changes from b54626364253 and 7c1fbe24ca33, but the changes from the former have to be used. |
Revision 7c1fbe2 by Julian Eisel October 28, 2019, 18:34 (GMT) |
Fix T71019: Disappearing file thumbnails & crash on area split When opening the file browser as regular editor, the ID filter flags as stored in FileSelectParams were not set explicitly, so they were 0. Since 9100982e8097, the value actually passed to the filtering could differ from that, causing the file list cache to be constantly updated on every redraw. Caused by 9100982e8097. Note that this "accidentially" got fixed in master with b54626364253, which is why the issue only showed up in the release branch from that point. |
Revision 1ed46bf by Campbell Barton October 28, 2019, 18:30 (GMT) |
Keymap: use Alt, Spacebar to set the cursor tool There were no shortcuts for setting the 3D cursor. |
Revision 5a481e4 by Campbell Barton October 28, 2019, 17:51 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision 43a8fdb by Campbell Barton October 28, 2019, 17:50 (GMT) |
UI: add icon for drawing space key Drawing was already added, only the icon was missing. |
Revision e38a00f by Campbell Barton October 28, 2019, 16:47 (GMT) |
Merge branch 'blender-v2.81-release' |
Revision c050247 by Campbell Barton October 28, 2019, 16:46 (GMT) |
CMake: update cmake_consistency_check Support for listing files which are known not to exist (needed by standalone cycles). |
Revision 9267e62 by Campbell Barton October 28, 2019, 15:14 (GMT) |
PyAPI: change behavior of bpy.path.module_names Instead of checking for names that contain ".", only skip files that start with a "." (since they're used for ".git" & ".arcconfig"). While other path names may fail to import, it's not the purpose of this function to validate the path, have the caller must raise an error instead of silently skipping them. See D6140. |
|