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
2020-01-27Merge branch 'blender-v2.82-release'Brecht Van Lommel
2020-01-27Fix T63805: remove outdated and unused Linux package spec filesBrecht Van Lommel
These are maintained by the various Linux distributions themselves instead.
2020-01-27Memory: add OBJECT_GUARDED_SAFE_DELETE like MEM_SAFE_FREEBrecht Van Lommel
2020-01-27Fix OBJECT_GUARDED_FREE compiler error when type is in namespaceBrecht Van Lommel
2020-01-27Fix tests failing when building without CyclesBrecht Van Lommel
The purpose of this line was to not use Blender Internal and associated old materials, now either Eevee or Cycles is fine.
2020-01-27Cleanup: fix compiler warningsBrecht Van Lommel
2020-01-27Cleanup: removed unused derivedDeform and derivedFinalBrecht Van Lommel
2020-01-27Cleanup: remove unused partial visibility code, weird indentationBrecht Van Lommel
2020-01-27Merge branch 'blender-v2.82-release'Bastien Montagne
2020-01-27Fix mistake in previous commitJulian Eisel
While the behavior of this shortcut can be argued (it only works while hovering the possibly invisible markers region), it was not my intention to remove it entierly from the Graph and Sequencer Editor. Only wanted to copy it.
2020-01-27Fix T73399: Crash trying to move the origin of an empty.Bastien Montagne
Empty objects have no obdata, so we need to check for NULL id...
2020-01-27Fix T66920: Shortcut Bind Camera to Marker in timeline not workingJulian Eisel
The shortcut was only registered for the marker region, although it can be registered to the main region without conflicts.
2020-01-27Merge branch 'blender-v2.82-release'Antonio Vazquez
2020-01-27Fix T72862: Viewport Render doesn't render Grease Pencil OverlaysAntonio Vazquez
Fix by @campbellbarton Note: Duplicated commit done in master first by error
2020-01-27Fix T72862: Viewport Render doesn't render Grease Pencil Overlays, ShadingAntonio Vazquez
Fix by @campbellbarton
2020-01-27Fix T73428: Editor type dropdown menu missing in VSEJulian Eisel
Mistake in 6a49161c8c60, the tool-header region was not created when creating a new VSE editor (as opposed to an existing one in some workspace). There was also no way to get the tool-header to show in such cases.
2020-01-27Fix HUD toggle ("Adjust Last Operation") missing in VSEJulian Eisel
The `SpaceSequenceEditor.show_region_hud` property was not generated, but accessed in Python.
2020-01-27Merge branch 'blender-v2.82-release'Campbell Barton
2020-01-27Fix T71719: Unrelated menus open on hoverCampbell Barton
Logic to open menus on hover changed since 2.7x for convenience switching between popovers in the top-bar. This also made hover open menus in situations where it isn't useful. Restrict this to buttons placed side-by-side.
2020-01-27BLI_rect: add rect-rect intersection checks on a single axisCampbell Barton
2020-01-27Merge branch 'blender-v2.82-release'Campbell Barton
2020-01-27Fix T72449: Stale outliner selection after object duplicateCampbell Barton
2020-01-27Merge branch 'blender-v2.82-release'Campbell Barton
2020-01-27makesdna: avoid 'alloca' in a for loopCampbell Barton
Issue raised by Sergey in D6634
2020-01-27Docs: update reference to PYTHONPATHCampbell Barton
2020-01-26Fix T73357: Multiple importers failJulian Eisel
Very stupid mistake in ba8de85299ff, registered property for wrong class. It should be registered for the PLY importer add-on only.
2020-01-26Fix T73304: Crash using force fields and hair dynamicsLuca Rood
This implements a better heuristic for identifying if cloth or hair is being dealt with (checking hairdata, instead of primitive_num). The issue was caused by a change in primitive counting in rBd42a7bbd6ea5 I'm also adding some safeguards to avoid ever computing pressure for hair. This shouldn't really be necessary, but it's good to be sure.
2020-01-26CMake: Fix precompiled Boost libraries on LinuxNathan Craddock
When building with precompiled libraries on Linux, CMake used boost libs from the system outside the lib dir. This restricts CMake to use only the libraries from the precompiled libraries. Reviewed By: sergey Differential Revision: https://developer.blender.org/D6659
2020-01-25Industry Compat keymap: cleanupWilliam Reynish
Remove entries for the transform tools, since this is no longer necessary after recent changes. The default keymap entries are simply used instead, since the MMB is now added automatically.
2020-01-25Fix T73362: Tweak Tool not working if IC Keymap is chosenWilliam Reynish
I don't fully understand why this was broken, but defining the Tweak tool keymap here and removing the 3d cursor argument fixes it.
2020-01-25Docs: update reference to PYTHONPATHCampbell Barton
2020-01-25Cleanup: spellingCampbell Barton
2020-01-25Cleanup: include missing CMake headersCampbell Barton
2020-01-25Cleanup: remove source file added by accidentCampbell Barton
2020-01-25Bevel: Remove Debugging CodeHans Goudey
Remove old / trivial print statements and drawing code. Reviewed By: howardt Differential Revision: https://developer.blender.org/D6661
2020-01-25Bevel: Simplify Profile Calculation StepHans Goudey
Profile calculation now happens in a single pass rather than being spread throughout the process. This means each profile will only be calculated a single time. Reviewed By: howardt Differential Revision: https://developer.blender.org/D6658
2020-01-24UI: View3D Cursor ChangesHarley Acheson
Changes the default View3D mouse cursor to the OS-supplied arrow pointer. Subsequent cursor changes will now be set per-tool instead. Differential Revision: https://developer.blender.org/D6485 Reviewed by Campbell Barton
2020-01-24Merge branch 'blender-v2.82-release'Alexander Gavrilov
2020-01-24Depsgraph: fix false positive time dependencies for simple drivers.Alexander Gavrilov
The dependency graph has to know whether a driver must be re-evaluated every frame due to a dependency on the current frame number. For python drivers it was using a heuristic based on searching for certain sub- strings in the expression, notably including '('. When the expression is actually evaluated using Python, this can't be easily improved; however if the Simple Expression evaluator is used, this check can be done precisely by accessing the parsed data. Differential Revision: https://developer.blender.org/D6624
2020-01-24Merge branch 'blender-v2.82-release'Pablo Dobarro
2020-01-24Sculpt: Rename Topology Brush to Slide Relax BrushPablo Dobarro
The full name was "Topology Slide/Relax", but it didn't fit in the toolbar UI. This was causing some problems: - The mesh filter that does the same thing is called "Relax" - We may want to add a "Topology Brush" tool in the future that is more oriented to retopology task (like creating strips of quads), so by doing this we avoid having two tools with the same name in the UI. Reviewed By: billreynish Differential Revision: https://developer.blender.org/D6590
2020-01-24Merge branch 'blender-v2.82-release'Pablo Dobarro
2020-01-24Fix T71373: Sculpt Mask not extracting correctly on scaled objectsPablo Dobarro
This patch applies the original object scale to the coordinates of the extracted mask mesh. Without this patch, the mesh was no taking the original object scale into account and the shrinkwrap will fail. The other solution would be copying the objecty scale to the new extracted mask object, but I would like to avoid entering sculpt mode with scaled objects as it may produce wrong behaviors in some tools. Reviewed By: jbakker Maniphest Tasks: T71373 Differential Revision: https://developer.blender.org/D6207
2020-01-24Fix T73080: Remove support for scene radius in Weight/Vertex paintPablo Dobarro
The 2D paint cursor in the 3D view does not support scene radius in weight and vertex paint mode. This was also the case in 2.80 with the old cursor. The option to change the units from view to scene is not available in the UI in those modes, so I think it makes sense to remove the support from the code. The ideal solution could be supporting the new cursor in all paint modes, but that is going to take more time and it is going to be problematic in texture paint. After doing this, we can bring this code back and add the option to change the units to the UI. Reviewed By: jbakker Maniphest Tasks: T73080 Differential Revision: https://developer.blender.org/D6586
2020-01-24Fix T53205: Show Smoke Advance Panel at Outflow typeSebastián Barschkis
Now hiding the initial velocity and texture panel when flow behavior is set to outflow.
2020-01-24Fix T72975: [Mantaflow] Mesh generation bugSebastián Barschkis
The initial value for phi was too high.
2020-01-24Fluid: Added resume cache boolean to standalone scriptsSebastián Barschkis
Exported Manta script was missing the new resume options in the data load functions.
2020-01-24Depsgraph: Correct FPS debug printSergey Sharybin
It was printing "frame" time instead of FPS. Other interesting thing to get solved is to solve "drop" in FPS when there is an idle time in user input. Current usecase is limited to observing FPS when there is a continuous stream of events: for example, keep moving vertex in edit mode while watching debug prints.
2020-01-24Merge branch 'blender-v2.82-release'Sergey Sharybin
2020-01-24Make deps: Force some boost dependenciesSergey Sharybin
Boost could have picked up system-wide libbz2-dev installed and enable this compression in iostreams. Nothing really wrong with this, but it makes it so final Blender binary depends on bz2, which breaks default linker flags. This commit makes it so Boost is not using libraries which we don't need, simplifying linking setup. Differential Revision: https://developer.blender.org/D6668