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-31Fix oso extension detection in the text editorCampbell Barton
2019-10-31Fix T70687: Deleting sculpting mask extraction causes crashPablo Dobarro
Reviewed By: jbakker Maniphest Tasks: T70687 Differential Revision: https://developer.blender.org/D6042
2019-10-31Paint: Option to disable antialiasingPablo Dobarro
You may want to disable antialiasing if you are working with pixel art or low resolution textures. It is enabled by default. Reviewed By: jbakker, campbellbarton Differential Revision: https://developer.blender.org/D6044
2019-10-31Fix EEVEE sculpt mask renderingPablo Dobarro
Reviewed By: jbakker Differential Revision: https://developer.blender.org/D6080
2019-10-31Fix T70866: Missing PBVH updates after mask undoPablo Dobarro
With the latest changes, the PBVH needs extra flags each time the mask is modified to keep the internal fully_masked and fully_unmasked node flags updated. Reviewed By: jbakker Maniphest Tasks: T70866 Differential Revision: https://developer.blender.org/D6088
2019-10-31Fix T71053: Poly Build tool crashes blender when deleting wire verticesPablo Dobarro
Dissolve the vertex when it is wire instead of trying to collapse the edge. When collapsing the edge, ##v_kill->e## was not NULL, so the assert in ##bmesh_kernel_join_vert_kill_edge## fails. Reviewed By: jbakker Maniphest Tasks: T71053 Differential Revision: https://developer.blender.org/D6159
2019-10-31GPencil: Fix unreported missing stroke color for 1st popover materialAntonio Vazquez
2019-10-30Fix image paint showing project-paint settingsCampbell Barton
Also make projpaint a keyword-only argument to avoid copy-paste errors like this re-occurring in the future.
2019-10-30GNUmakefile: avoid using group/owner for source_archiveCampbell Barton
Thanks to @JRottm for pointing out this issue.
2019-10-30GNUmakefile: use tar.xz instead of tar.gzCampbell Barton
Also rename "make tgz" to "make source_archive" as it wasn't clear this only archived the source, not binaries. D6153 by @JRottm with minor edits
2019-10-30Fix T71182: Object Parenting - 'Without Inverse' option missing in menuPhilipp Oeser
Maniphest Tasks: T71182 Differential Revision: https://developer.blender.org/D6150
2019-10-30Toggle 'PLAY' <> 'PAUSE' icons for pausing preview renderingPhilipp Oeser
mentioned in T70974 Maniphest Tasks: T70974 Differential Revision: https://developer.blender.org/D6119
2019-10-30Fix T71026: Outliner - Show Hierarchy (Home Hotkey) Not Working CorrectlyPhilipp Oeser
In 2.8, code would not enter the new 'Objects' and Collections' 'folders'. Maniphest Tasks: T71026 Differential Revision: https://developer.blender.org/D6123
2019-10-29UI: remove text alignment icons for sequencer textCampbell Barton
This implied paragraph alignment, when the alignment defines the origin of the text relative to the X,Y coordinates. Resolves T71082
2019-10-29UI: make color strip 'Only Boost' readable in glow panelCampbell Barton
D6115 by @tintwotin
2019-10-29Cleanup: pep8, remove redundant parenthesisCampbell Barton
2019-10-29Cleanup: use "use_" prefix for booleansCampbell Barton
2019-10-29Fix T69468 EEVEE: Collections Holdout Button in Outliner Is IgnoredClément Foucault
Not the cleanest implementation but the simplest. This doubles the number of default shader variations.
2019-10-29Sequencer: add missing Show Seconds in View MenuCampbell Barton
D6106 by @tintwotin
2019-10-29Fix bones without parents missing head vertexCampbell Barton
When the connected was enabled for a parentless bone the head vertex wasn't displayed and couldn't be selected.
2019-10-29Fix T70905: Image Editor header hides mask, cache and keyframe info ifPhilipp Oeser
flipped to bottom While flipping the header to bottom works in the MCE (because MCE doesnt allow overlapping UI) we need to take the regions visible rect into account for the Image Editor. Also correct clickable scubbing area (poll for frame_change) in the Image Editor and the MovieClip Editor not taking UI_DPI_FAC into account. Maniphest Tasks: T70905 Differential Revision: https://developer.blender.org/D6090
2019-10-29Fix T62116: Delete ruler ignored on edit-mode toggleCampbell Barton
D6129 by @smramsay
2019-10-29Fix strict compiler warningSergey Sharybin
Implicit function declaration caused by missing include in the recent fix.
2019-10-29Fix T70091 EEVEE: volumetric broken, not refreshClément Foucault
Thanks @mano-wii for finding the fix.
2019-10-29Fix T71050 EEVEE: Light Path Node broken in 2.81Clément Foucault
Also fixes the sampling of hashed shadows.
2019-10-29Fix T71062 EEVEE: Holdout shader is broken in 2.81Clément Foucault
2019-10-29Fix T71171: Problems removing texture packing (without writing anything)Philipp Oeser
using image.unpack() or bpy.ops.image.unpack() If we offer this in the UI, also expose this to .unpack Maniphest Tasks: T71171 Differential Revision: https://developer.blender.org/D6152
2019-10-29Fix T71124: UV Editor – Proportional Editing Falloff misses some Optionsmano-wii
This mimics the same solution for proportional edit in the 3D View. Maniphest Tasks: T71124 Differential Revision: https://developer.blender.org/D6142
2019-10-29Fix Proxy folder not getting deletedCampbell Barton
D6145 by @Eitan
2019-10-29Fix T71126: add old hotkeys to set start/end frame in the timeline toPhilipp Oeser
Blender 27X keymap Maniphest Tasks: T71126 Differential Revision: https://developer.blender.org/D6151
2019-10-29Fix T70913: OpenCL Compiler ErrorsJeroen Bakker
Reverting part of a clean up that was done 6 months ago. The consequence was that OpenCL compositing wasn't working since then.
2019-10-29Error in last commitCampbell Barton
2019-10-29Cleanup: quiet TBB deprecation warningCampbell Barton
2019-10-28Fix T71019: Disappearing file thumbnails & crash on area splitJulian Eisel
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.
2019-10-28UI: add icon for drawing space keyCampbell Barton
Drawing was already added, only the icon was missing.
2019-10-28CMake: update cmake_consistency_checkCampbell Barton
Support for listing files which are known not to exist (needed by standalone cycles).
2019-10-28CMake: add missing headers, use space before commentsCampbell Barton
2019-10-28Fix: Some ID-Filters not enabled on Link/AppendJulian Eisel
Caused by 9100982e8097.
2019-10-28Cleanup: correct argument type mismatchCampbell Barton
Add transform_snap.h header which includes DNA enum.
2019-10-28Fix T50148: Header: Wrong rounding when moving framesmano-wii
Deduplicate the code and use the same logic used to calculate individual elements in `t->values_final[0]`. Differential revision: https://developer.blender.org/D6135
2019-10-28Cleanup: use doxy sections for transform_snapmano-wii
2019-10-28Keymap: use Ctrl-F2 for batch renameCampbell Barton
Alt-F2 conflicted for Gnome on Linux, change the keymap since it doesn't conflict on macOS or Windows. Resolves T70480
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-28Fix T71037: batch rename bones in pose mode throws exceptionsPhilipp Oeser
Maniphest Tasks: T71037 Differential Revision: https://developer.blender.org/D6122
2019-10-27Cleanup: remove redundant NULL checksCampbell Barton
2019-10-27Cleanup: Fix tooltip textAntonio Vazquez
2019-10-25Preferences: remove keymap items created with invalid data pathCampbell Barton
Before T65397 was fixed, invalid "(null)" data paths were being created. Remove these keymap items from preferences.
2019-10-24UI: partial revert of renaming Normal -> RegularCampbell Barton
These instances refer to winding/direction.
2019-10-24Fix crash drawing the paint cursor over the redo regionCampbell Barton
Also fix CTX_wm_region_view3d which didn't check the region type.
2019-10-24Fix T60689: Flip Active/Selected bone fails in weight paint modeCampbell Barton
Multiple selection operations failed with weight-paint + pose mode. Weight-paint + pose mode is a special case that doesn't support multi-pose mode, so we need to use this instead of the generic function.