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-06-15Fix T98708: Crash on startup - OpenGL4.2 without conservative depth.temp-T98708-gpu-conservative-depthJeroen Bakker
2022-06-15GHOST/Wayland: resolve glitch drawing the software cursorCampbell Barton
2022-06-15GHOST/Wayland: fractional scaling supportCampbell Barton
2022-06-15Cleanup: use `int32_t[2]` for Wayland display size variablesCampbell Barton
2022-06-15Cleanup: unused argument warningCampbell Barton
2022-06-14Cleanup: Move function definition to correct fileRichard Antalik
2022-06-14Fix T72831: Incorrect animation handling when strips overlapRichard Antalik
2022-06-14Fix T98168: Meta strips do not copy animation to another sceneRichard Antalik
2022-06-14Fix T98718: Face Is Planar Node Not handling Certain ConditionsJohnny Matthews
2022-06-14Fix T98879: PBVH active attrs only optimization is buggyJoseph Eagar
2022-06-14Cleanup: Fix const correctness of attribute search functionHans Goudey
2022-06-14Fix T98875: Adding camera background image shows errorJulian Eisel
2022-06-14Fix T98797: VSE Slip Strip Contents doesn't work properlyRichard Antalik
2022-06-14Cleanup: Snake case for variable nameHans Goudey
2022-06-14Attributes: Add null check in color attribute duplicate operatorHans Goudey
2022-06-14Attributes: Adjustments to duplicate attribute API functionHans Goudey
2022-06-14Fix T98700: Regression: Crash when recursively nesting NLA meta stripsSybren A. Stüvel
2022-06-14Outliner: Sanitize material unlinking callback, report errorsJulian Eisel
2022-06-14Fix T98753: Outliner Unlink material in Blender File mode crashesJulian Eisel
2022-06-14Fix: Don't allow duplicate color attribute operator in edit modeHans Goudey
2022-06-14Fix T98813: crash with GPU subdiv in edit mode and instanced geometryBrecht Van Lommel
2022-06-14Render report: better wording for reference image updatingSybren A. Stüvel
2022-06-14Fix T85729: Crash when exporting for USD and AlembicSonny Campbell
2022-06-14Cleanup: Variable name style in STL importerHans Goudey
2022-06-14Fix T98715: Crash drag-dropping collection from outliner to ID propertyJulian Eisel
2022-06-14obj: disable vertex color tests until it produces identical results across pl...Aras Pranckevicius
2022-06-14Curves: support adding keymap items for operatorsJacques Lucke
2022-06-14Fix use after free error in 827fa8176737f822b7f8d2354b05e59976c7101aCampbell Barton
2022-06-14Fix crash in 827fa8176737f822b7f8d2354b05e59976c7101aCampbell Barton
2022-06-14Fix T98782: ignore OBJ face normal indices if no normals are presentAras Pranckevicius
2022-06-14obj: vertex colors support in importer and exporterAras Pranckevicius
2022-06-14Fix cursor coordinates being quantized to the window scale in WaylandCampbell Barton
2022-06-14Cleanup: don't define wayland window methods as privateCampbell Barton
2022-06-14GHOST/Wayland add tablet supportCampbell Barton
2022-06-14blend_render_info: minor improvements to file parsingCampbell Barton
2022-06-14Cleanup: spellingCampbell Barton
2022-06-14Cleanup: redundant function callsCampbell Barton
2022-06-14Cleanup: unused argument, variable warningsCampbell Barton
2022-06-14Cleanup: remove the need for image scale using a contextCampbell Barton
2022-06-14Cleanup: quiet unused variable warningCampbell Barton
2022-06-14Fix T98866: GPU subdiv crash in edit mode with loose geometryKévin Dietrich
2022-06-13Fix T97987: Can not keyframe strip mirror in Y axisRichard Antalik
2022-06-13Outliner performance: Only expand sub-trees if neededJulian Eisel
2022-06-13Fix T93500: Sequence.fps returns 0 when proxy is usedRichard Antalik
2022-06-13Fix T94499: Knife missed clipping checkCian Jinks
2022-06-13Fix T93469: Image not moving in proportion to mouseRichard Antalik
2022-06-13Fix VSE: Effect strip has length of 1 frame when addedRichard Antalik
2022-06-13UI: Use "bl_order" for UI child panelsErik
2022-06-13IO: update documentation for `HierarchyIterator::weak_export`Sybren A. Stüvel
2022-06-13GPencil: Use better sampling limits.Yiming Wu