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
path: root/source
AgeCommit message (Expand)Author
2022-07-20Fix T99340: Image.frame_duration returning wrong value when image not loadedBrecht Van Lommel
2022-07-20UI: Remove redundant view reference in view itemsJulian Eisel
2022-07-20Fix missing registration of grid view items in the viewJulian Eisel
2022-07-20Cleanup: use BLI_strncpy instead of strcpyJacques Lucke
2022-07-20Cleanup: remove unused get_cage_mesh parameterJacques Lucke
2022-07-20Fix T99667: regression in Delete Geometry nodeWannes Malfait
2022-07-20Fix T99869: Edge crease no longer workingGermano Cavalcante
2022-07-20Fix T99847: Dragging image from Image Editor to Node Editor brokenJulian Eisel
2022-07-20IDManagement: Speedup ID unique name assignment by tracking used names/basena...Aras Pranckevicius
2022-07-20Constraints: add checks to specially handle the custom space target.Alexander Gavrilov
2022-07-20Constraints: add missing calls to initialize custom space.Alexander Gavrilov
2022-07-20Cleanup: unused parameter in own recent commit rB92ca920c52b9.Bastien Montagne
2022-07-20Add a 'Apply and Delete All' operation to shapekeys.Bastien Montagne
2022-07-20Curves: fix uninitialized curve type when adding new curvesJacques Lucke
2022-07-20Cleanup: Access attributes with new API instead of geometry componentsHans Goudey
2022-07-20Curves: Remove use of CurveEval in sculpt brushesHans Goudey
2022-07-20Curves: Port fillet node to the new data-blockHans Goudey
2022-07-20Cleanup: Combine geometry null checks in if statementsHans Goudey
2022-07-20Cleanup: Use generic utility for copying compressed attributeHans Goudey
2022-07-20Point Cloud: Remove redundant custom data pointersHans Goudey
2022-07-20Curves: Remove redundant custom data pointersHans Goudey
2022-07-19Fix T99583: Missing update for option in particle edit modePratik Borhade
2022-07-19UI Code Quality: Move eyedropper files to own folderJulian Eisel
2022-07-19UV: add Snap Cursor to OriginTomek Gubala
2022-07-19Cleanup: compiler warningBrecht Van Lommel
2022-07-19Fix error printed in console when running Shade Flat operatorBrecht Van Lommel
2022-07-19Fix build error when not using unity buildBrecht Van Lommel
2022-07-19Fix T99643: Vertex Crease fails with symmetryGermano Cavalcante
2022-07-19Cleanup: Remove compile option for curves objectHans Goudey
2022-07-19Cleanup: Improve API and documentation of interface_view.ccJulian Eisel
2022-07-19UI Code Quality: Move view related files to own folderJulian Eisel
2022-07-19Fix T99732: Crash on F3 in the dopesheetAmélie Fondevilla
2022-07-19RNA: Don't allocate empty char pointer propertiesHans Goudey
2022-07-19Depsgraph: Make animated properties API receive const IDSergey Sharybin
2022-07-19Geometry Nodes: Copy parameters when copying a curves data-blockHans Goudey
2022-07-19Metal: Add license header to new filesClément Foucault
2022-07-19Metal: MTLUniformBuffer module implementationJason Fielder
2022-07-19Metal: MTLQueryPool implementation adding support for occlusion queries.Jason Fielder
2022-07-19Cleanup: Add comment for geometry nodes lazynessHans Goudey
2022-07-19Nishita sky: Increase elevation rangeClément Foucault
2022-07-19Cleanup: Apply clang-formatJulian Eisel
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