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
2020-11-06Cleanup: transform.h comments, use doxy sectionsCampbell Barton
2020-11-06Cleanup: sort structs, filesCampbell Barton
2020-11-05Spelling: Predefined, Look Up, No OneHarley Acheson
2020-11-05Cleanup: Use const for function argumentsHans Goudey
2020-11-05Cleanup: Make panel function staticHans Goudey
2020-11-03Fix possible use-after-free when closing Blender with File Browser openJulian Eisel
2020-11-02Fix T77819: Snap Incremental does not match grid in all casesGermano Cavalcante
2020-11-02Cleanup: Sanitise return value of `ED_object_parent_set()`Sybren A. Stüvel
2020-10-30Merge branch 'blender-v2.91-release'Campbell Barton
2020-10-30Undo System: support for grouping steps with begin/end callsCampbell Barton
2020-10-30Text: support "Text to 3D Object" for read-only dataCampbell Barton
2020-10-28Outliner: Properties editor sync on selectionNathan Craddock
2020-10-20UV/Image: Remove Legacy DrawingJeroen Bakker
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-16Property Search: Reset panel expansion when exiting searchHans Goudey
2020-10-15Cleanup: Animation, simplify channel selection codeSybren A. Stüvel
2020-10-13Property Search: Find results in all tabsHans Goudey
2020-10-13UI: Add highlight arguments to tab buttonsHans Goudey
2020-10-12UI: Remove Hard-coded Default Font SizeHarley Acheson
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-07Fix T76595: Indicate the Active Keyframe in Graph EditorHans Goudey
2020-10-05Cleanup: Use short for properties editor tab listHans Goudey
2020-10-03Property Search: Set panel expansion when tab changesHans Goudey
2020-10-02Fix T81345: part four, fix handling of IDProperties in edit armature undo.Bastien Montagne
2020-10-02Cleanup: Move `EditBone` structure definition from `ED` to `BKE` area.Bastien Montagne
2020-10-02Fix userpref.blend using version from startup.blendCampbell Barton
2020-09-30Cleanup: Remove unused View2D variables and functionHans Goudey
2020-09-30Cleanup: sort struct declarationsCampbell Barton
2020-09-30Cleanup: Make function privateHans Goudey
2020-09-28Fix T79275: Missing redraw for pinned active tool settings panelsDavid Friedli
2020-09-24Cleanup: Remove unused functionHans Goudey
2020-09-24Cleanup: Remove unecessary storage of search filter in uiBlockHans Goudey
2020-09-23Fix outliner collection icon in light themeNathan Craddock
2020-09-21Cleanup: move some paint helpers to ED_ 'namespace'.Bastien Montagne
2020-09-20Fix T80945: Build modifier not updating after outliner copyNathan Craddock
2020-09-18Cleanup: use 'UI_icon_*' prefix for icons APICampbell Barton
2020-09-16Cleanup: spellingCampbell Barton
2020-09-16Modifiers: Add link and copy functionsNathan Craddock
2020-09-16Constraints: Add link and copy functionsNathan Craddock
2020-09-16Cleanup: Extract editor function from constraint_move_to_index_execNathan Craddock
2020-09-16GPencil: Add link and copy functions for shaderfxNathan Craddock
2020-09-15Collections: Add color taggingNathan Craddock
2020-09-15UI: Single tab property searchHans Goudey
2020-09-15Cleanup: Remove unneeded parameterNathan Craddock
2020-09-15UI: Add `icon_only` argument to operator_enumNathan Craddock
2020-09-14Fix T80704: bpy.ops.transform.rotate() ignores orient_typeGermano Cavalcante
2020-09-14Cleanup: Use 'r_' prefix for return valueGermano Cavalcante
2020-09-12Fix T70255: Setting file browser bookmark from Python crashesCampbell Barton
2020-09-10Outliner: Move mode toggling to left columnNathan Craddock
2020-09-09Geometry: add Attributes panel for PointCloud and HairBrecht Van Lommel