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-11-20Merge branch 'master' into soc-2019-bevel-profilesHans Goudey
2019-11-20Fix assert running remesh with OpenVDB disabledCampbell Barton
2019-11-20Outliner: Fixup for previous commit on tooltip/crash fixDalai Felinto
The issue was actually in Python extras (where it shows the ENUM option). I got a bit distracted by the "(undocumented operator)" message. It made me miss the missing ENUM once the crash was gone.
2019-11-20Outliner: Fix crash for tooltips on ID operationsDalai Felinto
This was introduced on 9ca2cbdcea6a.
2019-11-19Outliner: Don't show id operations (make single user) when not supportedDalai Felinto
For the make single user operation to work we expect a parent of the datablock to be around. However this is often not the case when not accessing the data from Scenes or Viewlayer display modes. For now we simply not show them in the other cases. They can be added later though, by testing the outliner tree parent compatibility with the expected parent id. Fix T71673 Differential Revision: https://developer.blender.org/D6276
2019-11-19Fix T69798: Pinning empty image objectsDalai Felinto
We have no dedicated image context tab, so for now making sure we don't end up passing its ID as the pinned one. If we ever get one, we then will need a different solution here, like changing the ID that owns the data to be the object, instead of the empty image datablock. Differential Revision: https://developer.blender.org/D6273
2019-11-19Fix T71554: 'Hide Unselected' not working for certain selectionsPhilipp Oeser
rBc6cbcf83d015 caused to early out e.g when not all faces were selected (but surrounding faces were, so implicitly all vertices were selected). Now take (mixed also) selection mode into account. Maniphest Tasks: T71554 Differential Revision: https://developer.blender.org/D6254
2019-11-18WM: remove view operators from the undo stackAlessio Monti di Sopra
2019-11-18Merge branch 'blender-v2.81-release'Campbell Barton
2019-11-18Correct error in last commitCampbell Barton
2019-11-18Merge branch 'blender-v2.81-release'Campbell Barton
2019-11-18Fix T71564: Undo stroke lags after entering sculpt modeCampbell Barton
Regression since 2.80, see: T71434
2019-11-18Fix wrong name for QuadriFlow undo stepCampbell Barton
2019-11-15Fix T68191: Make-instances-real doesn't select the new instancesPhilipp Oeser
2.79 also did this [select the new instances] which was useful. 2.79 also kept the instancer selected [this patch deselects] Reviewed By: mont29 Maniphest Tasks: T68191 Differential Revision: https://developer.blender.org/D6233
2019-11-15Merge branch 'blender-v2.81-release'Campbell Barton
2019-11-15Fix active bone flip not activating the wpaint vertex groupCampbell Barton
2019-11-15Merge branch 'blender-v2.81-release'Campbell Barton
2019-11-15Cleanup: quiet warningsCampbell Barton
2019-11-15Merge remote-tracking branch 'origin/blender-v2.81-release'Dalai Felinto
2019-11-15Fix: Filebrowser saving dialog size when maximizedDalai Felinto
Reviewed By: Severin Differential Revision: https://developer.blender.org/D6260
2019-11-15Fix T71590: Closing file browser reopens previously closed render viewJulian Eisel
The render view window was never closed actually, just moved behind the main window. It's properly closed now. It should also behave more like expected when there already is a temporary window open (e.g. Preferences).
2019-11-14Merge branch 'blender-v2.81-release'Campbell Barton
2019-11-14Merge branch 'blender-v2.81-release'Campbell Barton
2019-11-14Sculpt: disable undo from any UI elements in sculpt modeCampbell Barton
Causes undo push in sculpt mode, see: T71434
2019-11-14Paint: disable undo when changing the brush or it's sizeCampbell Barton
Causes undo push in sculpt mode, see: T71434
2019-11-14Merge branch 'blender-v2.81-release'Campbell Barton
2019-11-14Fix T70211: Brush keybindings failed with non-brush tool activeCampbell Barton
2019-11-13Merge branch 'blender-v2.81-release'Sergey Sharybin
2019-11-13Force sculpting on highest multires levelSergey Sharybin
This is a workaround for T58473 to avoid likely event of ruining sculpted data. Differential Revision: https://developer.blender.org/D6244
2019-11-13Merge branch 'blender-v2.81-release'Campbell Barton
2019-11-13Merge branch 'blender-v2.81-release'Campbell Barton
2019-11-13Fix sculpt + undo curve crashCampbell Barton
PaintCurve data ID data wasn't being remapped. Error in initial undo refactor.
2019-11-13Fix T71494: brush curve transform crash in sculpt modeCampbell Barton
Error in 309cd047ef46f
2019-11-11Merge branch 'blender-v2.81-release'Philipp Oeser
2019-11-11Fix T71452: instance collection to scene from outliner not incrementing ↵Philipp Oeser
collection usercount Maniphest Tasks: T71452 Differential Revision: https://developer.blender.org/D6222
2019-11-11Merge remote-tracking branch 'origin/blender-v2.81-release'Dalai Felinto
2019-11-11Fix T71487: Crashes When Calling Texture Space OperatorsDalai Felinto
Issue introduced on 69ad44d5b48a. Differential Revision: https://developer.blender.org/D6224
2019-11-11VSE: open file browser sidebar by default when adding external stripsAlessio Monti di Sopra
Open the file browser sidebar by default when adding Movie/Sound/Image Sequence Strips, to show the operator options. Differential Revision: https://developer.blender.org/D6212 Reviewed by: William Reynish, Julian Eisel
2019-11-11Fix T71474: Temporary image editor cancels to file editor after file operationJulian Eisel
2019-11-11Merge branch 'blender-v2.81-release'Campbell Barton
2019-11-11Fix T71414: Undoing change of lattice resolution deforms meshCampbell Barton
2019-11-09Fix T71436: proportional_edit_objects turns off when translating cursor in ↵mano-wii
edit mode
2019-11-09Merge branch 'blender-v2.81-release'Campbell Barton
2019-11-09Fix T71379: Even edge slide shows random points on screenCampbell Barton
2019-11-08Fix T69799: Glitches when moving object camera is locked tomano-wii
The idea is to indicate that the view3d matrix is being transformed too and this avoids cyclic dependencies.
2019-11-08UI: Graph Editor Insert Keyframes MenuHarley Acheson
Fixes alignment issues on Graph Editor menus used to insert keyframes. Differential Revision: https://developer.blender.org/D6213 Reviewed by Campbell Barton
2019-11-08Merge branch 'blender-v2.81-release'Philipp Oeser
2019-11-08Fix T71405: Trying to Ctrl-C on many buttons crashes BlenderPhilipp Oeser
Usually Ctrl+C copies the operator name to the clipboard ["bpy.ops.material.new()", "bpy.ops.object.material_slot_remove()"] Crash happens for all buttons of UI_BTYPE_BUT without associated operator [some are defined with callbacks only, often these are created with e.g uiDefIconBut (instead of e.g. uiDefIconButO)] Other examples that crash with Ctrl+C: - animation decorators next to animatable properties - button to show a modifier texture in the texture tab - ... 2.79 survived here (result in the clipboard was just not changed hitting Ctrl+C on these buttons), this is what happens with this patch as well. Maniphest Tasks: T71405 Differential Revision: https://developer.blender.org/D6208
2019-11-08Merge branch 'blender-v2.81-release'Bastien Montagne
2019-11-08Fix T71199: Child-parent relationships arent kept after you make instances real.Bastien Montagne
Comparison function of the of the parent ghash was not fully correct, could lead to some false positives in some cases...