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-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
2022-06-13LineArt: General code cleanups.Yiming Wu
2022-06-13Cleanup: Use more specific includes for grease pencil modifiersHans Goudey
2022-06-13Cycles: MetalDeviceQueue - capture of multiple dispatches, and some tidyingMichael Jones
2022-06-13Cleanup: fix various typosBrecht Van Lommel
2022-06-13Cleanup: Remove unused variable and parameter in pbvh_update_draw_buffersJoseph Eagar
2022-06-13Cleanup: Move dragging code for buttons to own fileJulian Eisel
2022-06-13Fix T98735: GPU subdiv displays normals for all elementsKévin Dietrich
2022-06-12Fix T98745: Anchored mode not working for sculpt smear brushJoseph Eagar
2022-06-12Fix T98784: PBVH gpu layout check being ignoredJoseph Eagar
2022-06-12Fix T98714: Cursor grab restores to the initial location in WaylandCampbell Barton
2022-06-12GHOST/Wayland: set the minimum window sizeCampbell Barton
2022-06-12Fix GHOST/Wayland setting the window sizeCampbell Barton
2022-06-12Fix GHOST/Wayland accessing Ctrl & Alt modifier keysCampbell Barton
2022-06-12Fix GHOST/Wayland display glitches on startupCampbell Barton
2022-06-12Cleanup: use int[2] for window size & pending window sizeCampbell Barton
2022-06-12Cleanup (GPU): Improve efficiency of circle drawing.Chris Blackbourn
2022-06-12Fix unreported: Choose nsegments for 2D rotation gizmo based on screen scale.Chris Blackbourn
2022-06-12Fix unreported: 2D Gizmo bounding box updated to use gizmo scale.Chris Blackbourn
2022-06-11Fix T98517: Curve Fill Node creating extra edges.Howard Trickey
2022-06-11Cleanup: minor changes to GHOST/Wayland window output accessCampbell Barton
2022-06-10Fix T97362: forward slashes in USD texture pathsMichael Kowalski
2022-06-10LineArt: Clean up `LineartRenderBuffer`.Yiming Wu
2022-06-10USD import: Handle material name collisionsMichael Kowalski
2022-06-10LibOverride: Consider animated/driven properties as part of the 'system overr...Bastien Montagne
2022-06-10LibOverride: Add util to check if a given Override Property is animated.Bastien Montagne
2022-06-10RNA path: add util to find the char in an RNA path where the array indexing s...Bastien Montagne
2022-06-10Liboverride: Add rna array index return value to `BKE_lib_override_rna_proper...Bastien Montagne