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-09-07Outliner: Initial (half working) port to new element storagetemp-outliner-new-element-storageJulian Eisel
2022-09-07IDManagement: Add some assert to ensure lib consistency in embedded IDs.Bastien Montagne
2022-09-07Geometry Nodes: improve printing geometry set for debuggingJacques Lucke
2022-09-07Cleanup: Remove some references to proxies in comments/log messages.Bastien Montagne
2022-09-07Nodes: add owner_tree method to nodesJacques Lucke
2022-09-07Fix T100862: only leading deform modifiers used in weight/vertex paint.Alexander Gavrilov
2022-09-07Cleanup: comment unused INPUTCHANGE eventCampbell Barton
2022-09-07WM: don't clear modifiers when the window is de-activatedCampbell Barton
2022-09-07Fix T40059: Switching windows ignores held modifier keysCampbell Barton
2022-09-07CMake: add missing headersCampbell Barton
2022-09-07Cleanup: de-duplicate bounding box center calculationCampbell Barton
2022-09-07Cleanup: add sections, use float literalsCampbell Barton
2022-09-07Cleanup: sort cmake file listsCampbell Barton
2022-09-07Cleanup: formatCampbell Barton
2022-09-07Cleanup: GHOST/Win32 dropCampbell Barton
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-07UV: add new operator, uvcalc_align_rotationChris Blackbourn
2022-09-07Cleanup: rename internal types for GHOST/WaylandCampbell Barton
2022-09-07GHOST/Wayland: correct logging IDCampbell Barton
2022-09-07Cleanup: spelling in comments, correct doxy slashes, replace '/w'Campbell Barton
2022-09-07Cleanup: unused argument warningCampbell Barton
2022-09-07Fix building with MSVCCampbell Barton
2022-09-07Cleanup: remove unused Main argument to RNA_path functionsCampbell Barton
2022-09-07Cleanup: use 'continue' in customdata for loop, reduce right shiftCampbell Barton
2022-09-07Mikktspace: Optimized port to C++Lukas Stockner
2022-09-07Cleanup: Move (edit)mesh_tangent.c to C++Lukas Stockner
2022-09-06Fix weight paint smoothing with vertex selection.Alexander Gavrilov
2022-09-06Fix T100760: No color attribute initialization when created by brushHans Goudey
2022-09-06Fix T100854, T100856: Invalid shape keys when exiting edit modeHans Goudey
2022-09-06Fix: Restore fix for empty attributes after recent commitHans Goudey
2022-09-06Fix T99141: Crash with edit mode and copy location constraintSonny Campbell
2022-09-06Cleanup: Return earlyHans Goudey
2022-09-06Cleanup: Avoid using runtime node flag, use topology cacheHans Goudey
2022-09-06Cleanup: Move select all nodes code to operatorHans Goudey
2022-09-06Cleanup: Use more specific function for deselecting all nodesHans Goudey
2022-09-06Fix T100841: Creating a frame node with shortcut doesn't sort nodesHans Goudey
2022-09-06Cleanup: Remove unnecessary node sorting, rename variablesHans Goudey
2022-09-06Fix T100824: Cycles GPU render broken on macOS 13 Beta and Apple siliconBrecht Van Lommel
2022-09-06Fix T100823: Do Not Load Non-Scalable FontsHarley Acheson
2022-09-06Cleanup: IDManagement: Simplify `owner_get` calllback of IDTypeInfo.Bastien Montagne
2022-09-06Address to some extent issues with invalid embedded IDs in existing files.Bastien Montagne
2022-09-06BLI: Add new `blender::Pool` containerClément Foucault
2022-09-06Cleanup: Remove unused update custom data pointers in attribute APIHans Goudey
2022-09-06Fix (unreported) bad handling of embedded IDs on owner copying.Bastien Montagne
2022-09-06Fix T100850: Regression: Gpencil: crash on material color and other propertie...Bastien Montagne
2022-09-06IDManagement: better debug checks in `owner_get` callbacks.Bastien Montagne
2022-09-06Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-09-06Fix T100845: wrong Cycles OptiX runtime compilation include pathJosh Whelchel
2022-09-06Fix T100842: Display Texture Paint UVs option in UV editor not workingBrecht Van Lommel
2022-09-06Merge branch 'blender-v3.3-release'Nikita Sirgienko