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
2022-07-19UI: Port view item features to base class, merge view item button typesJulian Eisel
2022-07-19UI: Add AbstractViewItem base classJulian Eisel
2022-07-19Fix T97559: Undoing of NLA strip duplication requires two undo stepsColin Basnett
2022-07-19Animation RNA: Add `clear()` method to FCurveKeyframePointsColin Basnett
2022-07-19Curves: align surface and curves object in Empty Hair operatorJacques Lucke
2022-07-19Depsgraph: Cleanup, Make variable less ambiguous and more clearSergey Sharybin
2022-07-19Depsgraph: Make variable naming more clearSergey Sharybin
2022-07-19EEVEE: use mipmaps of compressed textures (DDS)Ethan-Hall
2022-07-19Depsgraph: Cleanup, use nested namespace definitionSergey Sharybin
2022-07-19Depsgraph: Localize synchronization component visibility handlingSergey Sharybin
2022-07-19Depsgraph: Cleanup, comments wrapping and spacing between linesSergey Sharybin
2022-07-19Depsgraph: Introduce operation code for visibility operationSergey Sharybin
2022-07-19Depsgraph: Cleanup, don't mic static function and anonymous namespaceSergey Sharybin
2022-07-19Depsgraph: Refactor evaluation into smaller reusable functionsSergey Sharybin
2022-07-19Depsgraph: Cleanup, use nested namespace definitionSergey Sharybin
2022-07-19Depsgraph: Make name and name tag optional in component nodeSergey Sharybin
2022-07-19Depsgraph: Clarify comment in the component nodeSergey Sharybin
2022-07-19Depsgraph: Use single task pool during evaluationSergey Sharybin
2022-07-19Fix T99785: Make Principled Hair IOR input behave like other IOR slidersJesse Yurkovich
2022-07-19Fix T99737: Dropping files fails with WaylandCampbell Barton
2022-07-19Cleanup: quiet compiler warningsCampbell Barton
2022-07-19Fix T99794: regression from uv unwrap selectedChris Blackbourn
2022-07-19Fix T99781: uv minimize stretch now unflips flipped facesChris Blackbourn
2022-07-19Fix Text Editor highlight of assert and asyncHenrik Dick
2022-07-18Fix wrong alpha for scene linear byte images during texture paintingBrecht Van Lommel
2022-07-18Context: implement an active_action property that returns a single action.Alexander Gavrilov
2022-07-18Fix T99750: crash with file output node, after image colorspace saving changesBrecht Van Lommel
2022-07-18Fix T99742: crash when generating rigify rigs, after recent changesJun Mizutani
2022-07-18Subdiv: remove unused GPU device choice, fix crash with libepoxy on initBrecht Van Lommel
2022-07-17Fix T99644: Anchored brush mode fails for negative brushesJoseph Eagar
2022-07-17Sculpt: Fix scene spacing mode (phase 1)Joseph Eagar
2022-07-16Fix T99039: bpy.ops.sound.mixdown returns indecipherable errorColin Basnett
2022-07-16PyAPI: re-enable the "bgl" module for headless buildsCampbell Barton
2022-07-16Fix T99744: NULL pointer free with corrupt zSTD readingCampbell Barton
2022-07-16Fix error in assertion after 92a99c14965905e73f049bc1f92b597a903977fcCampbell Barton
2022-07-15Fix workbench background render broken after recent changes from D15463Brecht Van Lommel
2022-07-15Fix Eevee backround render crash after recent changes from D15463Brecht Van Lommel
2022-07-15Cleanup: compiler warningsBrecht Van Lommel
2022-07-15Fix compiler error in debug builds after 1cf465bbc331Julian Eisel
2022-07-15Fix GPU backend deleting resources without an active contextBrecht Van Lommel
2022-07-15Fix overly noisy surface deform warning messageSergey Sharybin
2022-07-15Cleanup: VSE waveform drawingRichard Antalik
2022-07-15Fix T99706: Crash rendering with headless buildsCampbell Barton
2022-07-15UI: make many modifier strings translatableDamien Picard
2022-07-15Fix (unreported) LibOverride: invalid behaviors when creating (partial) overr...Bastien Montagne
2022-07-15Render: camera depth of field support for armature bone targetsDamien Picard
2022-07-15Render: improve render border operator in image editorBrecht Van Lommel
2022-07-15Cleanup: add utlity function to compute render resolutionBrecht Van Lommel
2022-07-15Fix T98061: uv resize with individual origins could break constrain to boundsChris Blackbourn
2022-07-15Fix: Move DRW_shgroup_add_material_resources(grp, mat) to after the null-chec...Martijn Versteegh