Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-28Fix T71150: GPencil: Wrong Naming of Convert GP object to MeshesAntonio Vazquez
The problem was the real menu text must be: `Convert to Polygon Curve` as is Object menu. A GPencil object cannot be converted to mesh in one step. The conversion must be GPencil to Curve and Curve to Mesh.
2019-10-28Merge branch 'blender-v2.81-release'Philipp Oeser
2019-10-28Fix T71037: batch rename bones in pose mode throws exceptionsPhilipp Oeser
Maniphest Tasks: T71037 Differential Revision: https://developer.blender.org/D6122
2019-10-24UI: Incorrect Cursor Used in Split Area OperatorHarley Acheson
Incorrect cursor shown for horizontal split when selected from edge context menu. Differential Revision: https://developer.blender.org/D6124 Reviewed by Campbell Barton
2019-10-24Merge branch 'blender-v2.81-release'Campbell Barton
2019-10-24Cleanup: comment unused duplicate flagsCampbell Barton
2019-10-23Cleanup: add back comment that was removed when moving codeCampbell Barton
Keep comments when moving code between files. Also wrap lines over 120 width.
2019-10-23Fix T70845: Crash when switching scene of scene strip.Richard Antalik
Crash on assert in `sound_verify_evaluated_id()` Reviewed By: sergey Maniphest Tasks: T70845 Differential Revision: https://developer.blender.org/D6104
2019-10-22Merge branch 'blender-v2.81-release'Campbell Barton
2019-10-22Cleanup: unused variables, enums, spellingCampbell Barton
2019-10-22Cleanup: clang-format, trailing spaceCampbell Barton
2019-10-22Merge branch 'blender-v2.81-release'Campbell Barton
2019-10-22Cleanup: quiet unknown escape warningsCampbell Barton
Auto-complete showed errors.
2019-10-21Merge remote-tracking branch 'origin/master' into temp-npr-gpencil-modifiersYimingWu
2019-10-19GPencil: Primitive: Polyline ToolCharlie Jolly
T70927 Maniphest Tasks: T70927 Differential Revision: https://developer.blender.org/D6097
2019-10-18Merge branch 'blender-v2.81-release'Campbell Barton
2019-10-18Fix T65397: Assigning shortcut to editor properties gives errorsCampbell Barton
2019-10-17Merge remote-tracking branch 'origin/master' into temp-npr-gpencil-modifiersYimingWu
2019-10-17Merge branch 'blender-v2.81-release'Bastien Montagne
2019-10-17Node shader wrapper: use 'Non-Color' profile for BW textures inputs.Bastien Montagne
All the single-value texture inputs of Principled BSDF node should use non-color colorspace profile, not sRGB one (issue raised in https://blender.stackexchange.com/questions/155617, thanks). That also revealed another issue - since those color space settings are stored at the image level itself, not the node one, we need to duplicate those image data-blocks when we use same picture for e.g. base color (sRGB) and specular (non-color) inputs... For now using a basic mechanism for that, might generate several extra, uneeded copies of the image ID, but that’s better than breaking custom settings and such. Note that while this will modify the behavior of the impporters using that node wrapper, no change should be needed in IO add-ons themselves.
2019-10-16UI: Remember ID-Filter in-between File Browser callsJulian Eisel
This adds the ID-Filters visible on append/link to the settings the file browser remembers, potentially storing them in the Preferences. Artists in the studio here requested this. They typically have to set up the same or similar settings every time, so this saves them from that.
2019-10-15Merge branch 'blender-v2.81-release'Campbell Barton
2019-10-15Fix T70433: No shortcut in tooltip for viewport X-RayCampbell Barton
While not a bug exactly, it's useful to show the shortcut, expose the operator in the UI instead of the property.
2019-10-15Merge branch 'blender-v2.81-release'Campbell Barton
2019-10-15Fix T70590: Python Gizmo API misses opacity & anti-aliasingCampbell Barton
Thanks to @mano-wii for finding root cause.
2019-10-15Merge branch 'blender-v2.81-release'Campbell Barton
2019-10-15Cleanup: pep8 for templatesCampbell Barton
2019-10-14UI: Add renaming to Node and VSE strip context menuJulian Eisel
We should have that consistently everywhere the operation is available.
2019-10-14Merge branch 'blender-v2.81-release'Bastien Montagne
2019-10-14Update Py API link in help menu to point to version dir also in beta.Bastien Montagne
Now that we have beta and master in parallel, we cannot point to API doc from master in beta builds of incoming release anymore.
2019-10-14File Browser: Add F2 shortcut to rename filesJulian Eisel
Previously, we used Ctrl+Click for renaming, but since that shortcut is now consistently used to add items to the selection, we can't use that. In other cases we switched to F2 now, so it makes sense for the File Browser too. Further, AFAIK renaming was only possible through the context menu, which makes it hard to discover in the right click select keymap (have to press W). Note that I had to do some internal changes to ensure the context menu always acts on the clicked/hovered item, while the shortcut operates on the active item. William and I agreed that this is likely the behavior expected by most users.
2019-10-14Cleanup: Fix naming of a functionSergey Sharybin
2019-10-12Cleanup: pep8Campbell Barton
2019-10-11Revert "Merge branch 'master' into blender-v2.81-release"Brecht Van Lommel
This reverts commit 20b2acf336cb8f6965fd39728a746922d1b8ae42, reversing changes made to f185cc0ca55c8c817903d53bf5c107f3efd4e0db. Merges should only go form the release branch to master. For backporting commits, use cherry-pick.
2019-10-11Cleanup: Strict compiler warningsSergey Sharybin
2019-10-11Add Probot Stale configuration fileFrancesco Siddi
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
2019-10-11GPencil: New Eyedropper tool for Material creation.Antonio Vazquez
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
2019-10-11Fix T69964: GPencil: Fill options are not shown on a properties editorCharlie Jolly
Differential Revision: https://developer.blender.org/D6041
2019-10-11Docs: 2.81 release description for Linux appdataBrecht Van Lommel
2019-10-10GPencil: Change Paint cursor to DOTAntonio Vazquez
After doing some test, the cross cursor is too intrusive when you are drawing in grease pencil, so we decided to change by Dot cursor. Reviewers: @brecht @mendio @pepeland @pablovazquez @billreynish
2019-10-10File Browser: add back Delete, which now moves files to the trashRobert Guetzkow
In Blender 2.7 delete would permanently delete files, now this function is back but using more standard behavior. This patch includes code contributed by Kris (Metricity). Differential Revision: https://developer.blender.org/D4585
2019-10-10Node Shader wrapper: add access to the Emission color of Principled BSDF node.Bastien Montagne
This did not exist when that wrapper was created, but is supported by many formats, so worth supporting it now. See also T70666.
2019-10-10Merge remote-tracking branch 'origin/master' into temp-npr-gpencil-modifiersYimingWu
2019-10-10PyAPI: update for change in tessellate_polygonCampbell Barton
2019-10-10Fix T70617: mesh.from_pydata() misses first edge if there are facesCampbell Barton
2019-10-09Fix T70596: Wrong default scale value for node wrapper tool.Bastien Montagne
This affected all exporter add-ons using that wrapper to handle the node shaders... sigh...
2019-10-09CUDA Wrangler: Fix strict compiler warningSergey Sharybin
Namely addresses -Wstringop-truncation Not sure if there is anything to be done for strncpy. Differential Revision: https://developer.blender.org/D6006
2019-10-09Cleanup: typo, styleCampbell Barton
2019-10-09Buildbot: Checkout precomiled CentOS librariesSergey Sharybin
2019-10-09Fix T70662: Batch rename adds "\" before "."Campbell Barton