October 11, 2019, 13:50 (GMT) |
Cleanup: Remove unused variable |
October 11, 2019, 13:40 (GMT) |
Fix compile error on Windows after last commit |
October 11, 2019, 13:01 (GMT) |
Cleanup: Strict compiler warnings |
October 11, 2019, 12:13 (GMT) |
Add Probot Stale configuration file This is a configuration of Blender mirror on Github which automatically closes Pull requests and gives developers instructions how to submit patch to an official code review. Differential Revision: https://developer.blender.org/D6027 |
October 11, 2019, 11:46 (GMT) |
Buildbot: don't add branch prefix when building release branches |
October 11, 2019, 11:46 (GMT) |
Merge branch 'master' into greasepencil-object |
October 11, 2019, 11:41 (GMT) |
Merge pull request #8 from bfloch/feature/cryptomatte_unique_instances Feature/cryptomatte unique instances |
October 11, 2019, 11:33 (GMT) |
GPencil: New Eyedropper tool for Material creation. This patch is only for the eyedropper to create materials. Options: Click: Create Stroke Material Shift+Click: Create Fill Material. Shift+Ctrl+Click: Create Stroke and Fill Material. Toolbar: {F7718606} Reviewed By: brecht, mendio Differential Revision: https://developer.blender.org/D5688 |
October 11, 2019, 11:29 (GMT) |
Merge branch 'blender-v2.81-release' |
October 11, 2019, 11:26 (GMT) |
Fix T69964: GPencil: Fill options are not shown on a properties editor Differential Revision: https://developer.blender.org/D6041 |
October 11, 2019, 11:18 (GMT) |
GPencil: Remove curve objects after converting to strokes (unreported) This was detected fixing T69459 Part of Differential Revision: https://developer.blender.org/D6045 Note: done in a separated commit to keep track of changes done not directly related to bug reported in T69459. |
October 11, 2019, 11:13 (GMT) |
Fix T69459: Convert Curve to Grease Pencil clears Transform Also changed to create a grease pencil object for each curve. Part of differential revision: https://developer.blender.org/D6045 |
October 11, 2019, 11:11 (GMT) |
Fix issue in "make update" checking out submodule branch on buildbot |
October 11, 2019, 10:25 (GMT) |
Version bump to 2.81 Beta |
October 11, 2019, 10:23 (GMT) |
Version bump to 2.82 alpha, master is now open for new features and changes |
October 11, 2019, 10:22 (GMT) |
Fix "make update" not using the right branch for source/tools |
October 11, 2019, 10:17 (GMT) |
Version bump to 2.81.15 |
October 11, 2019, 10:13 (GMT) |
Docs: 2.81 release description for Linux appdata |
October 11, 2019, 08:42 (GMT) |
Depsgraph: Inform when update or tag happens during evaluation It is not allowed to do tagging or updates while dependency graph is in the middle of evaluation. This is something what is simple to violate from python code. This change adds some sanity checks. The request to update view layer or dependency graph will raise an exception in Python now, so it's easy for scripters to notice. Tagging for update will do silent return unless running with debug command line argument. This is because it's a bit tricky to know which exact dependency graph corresponds to a context from which an update tag was triggered. Differential Revision: https://developer.blender.org/D6035 |
October 11, 2019, 08:42 (GMT) |
Depsgraph: Cleanup, promote is_evaluating query This way it might be used for sanity checks in RNA API as well. |
|
|
|


Master Commits
MiikaHweb | 2003-2021