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 (Expand)Author
2021-01-08Surface Deform: the Strength setting is not bind-specific.Alexander Gavrilov
2021-01-08Surface Deform: optimize memory allocation in the evaluation code.Alexander Gavrilov
2021-01-08GPU: Enable HQ normal work around on Linux.Jeroen Bakker
2021-01-08VSE: Hide cache settings and adjust defaultsRichard Antalik
2021-01-08Cleanup: Use LISTBASE_FOREACH macroHans Goudey
2021-01-08Fix file-handle leak when parsing xdg user directoriesCampbell Barton
2021-01-08Fix T83868: Disabled or inactive list items are not grayed outHans Goudey
2021-01-07PyAPI Docs: Terminal instructions for Windows incorrectAaron Carlisle
2021-01-07Cleanup: Declare variables where initializedHans Goudey
2021-01-07Cycles: Increase instance limit for OptiX acceleration structure buildingPatrick Mours
2021-01-07Surface Deform: optimize handling of the vertex group weight.Alexander Gavrilov
2021-01-07UI: Use Eyedropper Cursor with Sample Weight ToolJuanfran Matheu
2021-01-07UI: Show Weight Value with Sample Weight ToolJuanfran Matheu
2021-01-07Fix T84326: No ID for geometry nodes instances after scatteringHans Goudey
2021-01-07UndoSystem: Early out from core undo/redo handlers when undo step is NULL.Bastien Montagne
2021-01-07Cleanup: Undo system: minor simplification in non-debug code.Bastien Montagne
2021-01-07Fix T84469: Online manual raises an exception with key-map optionsCampbell Barton
2021-01-07Fix T84142: crash when mirroring hair emitted from verticesJacques Lucke
2021-01-07Fix T83497: missing relations update when group node changesJacques Lucke
2021-01-07RNA: document Python instancing for ID's and RNA typesCampbell Barton
2021-01-07Outliner: use the scene ID for ObjectBase PointerRNACampbell Barton
2021-01-07UI: Fix various issues with UI textYevgeny Makarov
2021-01-07Fix memory leak duplicating a scene with "Copy Settings"Campbell Barton
2021-01-07PyAPI: don't raise & clear exceptions when setting context membersCampbell Barton
2021-01-07Fix BKE_blender_atexit_unregister error removing from linked listCampbell Barton
2021-01-07PyAPI Docs: Link to user docs instead of describing in API docAaron Carlisle
2021-01-07PyAPI Docs: Update Indirect Data Access docsAaron Carlisle
2021-01-07PyAPI Docs: Fix wrong modifier path usageAaron Carlisle
2021-01-07PyAPI Docs: Clarify quick start guide tipsAaron Carlisle
2021-01-07Fix T84416: Vertex color baking checks for UVMapPhilipp Oeser
2021-01-06UI: Use the 3D cursor icon for the RNA structHans Goudey
2021-01-06UndoType: Refactor: replace `use_context` boolean by a bitflag.Bastien Montagne
2021-01-06Fix T84420: Linking regular materials to gpencilFalk David
2021-01-06Fix T84202: Sculpt lasso mask crash after remesh.Bastien Montagne
2021-01-06Undo: Further tweak/fixes the 'use context' flag of undo types.Bastien Montagne
2021-01-06Fix T82952: Crash changing mesh data block and switching scenesCampbell Barton
2021-01-06Fix T79779: Pick shortest UV face-path ignores sticky settingCampbell Barton
2021-01-06UndoType: Fix some incinsistencies re context usage flag.Bastien Montagne
2021-01-06Cleanup: CodeStyle formatJeroen Bakker
2021-01-06Cleanup: CodeStyle FormatJeroen Bakker
2021-01-06Fix T83372: Point.select can be True when unselectedCampbell Barton
2021-01-06Cleanup/refactor: UndoType: Clarify `use_context` variable.Bastien Montagne
2021-01-06Fix object moved to cursor when editing last operation after dropping objectJulian Eisel
2021-01-06Fix T70316: Custom "Delete Keyframes" shortcut still requiresPhilipp Oeser
2021-01-06Fix T84426: Limit dissolve ignores selection with custom normalsCampbell Barton
2021-01-06BMesh: assert when a mesh has two kinds of shake-key dataCampbell Barton
2021-01-05Fix T83094: Alternate rows in the Sequencer are green (macOS)Yevgeny Makarov
2021-01-05Fix T79146: Sculpt Mode lags until the entire mesh is visiblePablo Dobarro
2021-01-05Fix T78681: "Add Primitive" icons are cropped in tool headerHans Goudey
2021-01-05Cleanup: Reduce variable scopeHans Goudey