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-06-24Fix T78172: Undo crash due to IDTemplate operations missing undo push.Bastien Montagne
2020-06-19UI: ShaderFx Drag and Drop, Layout UpdatesHans Goudey
2020-06-19UI: Grease Pencil Modifier Drag and Drop, Layout ChangesHans Goudey
2020-06-19UI: Drag and Drop Constraints, Layout UpdatesHans Goudey
2020-06-15Fix text after '|' being right aligned in the ID selectorCampbell Barton
2020-06-10UI: Show library names grayed out and right-aligned in menusJulian Eisel
2020-06-09UI: Set modifier panel expansion on every redrawHans Goudey
2020-06-05UI: Drag and Drop Modifiers, Layout UpdatesHans Goudey
2020-06-05Cleanup: use ED_object_ prefix for constraint functionsCampbell Barton
2020-06-02Cleanup: Use const context for some UI templatesHans Goudey
2020-05-26Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-26Cleanup: Avoid mixing unlink-operator and menu name for ID-templatesJulian Eisel
2020-05-26Fix T77075: Crash omitting optional UILayout.template_ID_tabs parameterJulian Eisel
2020-05-08GPencil: Refactor - Rename modifier and shder functionsAntonio Vazquez
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-05-08Cleanup: callback naming for search button & update doc-stringsCampbell Barton
2020-05-07Cleanup: split search menu separator argument into own functionCampbell Barton
2020-05-07Cleanup: split button search callbacks into their own structCampbell Barton
2020-05-07BLT: include a non-executing reference to context in macrosCampbell Barton
2020-05-06Cleanup: move search templates into their own filesCampbell Barton
2020-05-04Cleanup: use ELEM macroCampbell Barton
2020-04-30UI: add all operators to search menu when developer extras is enabledCampbell Barton
2020-04-20Cleanup: typoJacques Lucke
2020-04-20Simulations: Add new simulation data blockJacques Lucke
2020-04-17Merge branch 'blender-v2.83-release'Bastien Montagne
2020-04-17Fix (unreported) bda locking of whole GP modifiers whem GP obdata is linked.Bastien Montagne
2020-04-17UI: Better split layout support for checkboxesJulian Eisel
2020-04-16Fix T75675: Unlinking [with setting users to zero] not clearingPhilipp Oeser
2020-04-15Fix menu search using exec instead of invoke by defaultCampbell Barton
2020-04-14Fix showing check-boxes in menu-searchCampbell Barton
2020-04-14UI: improve menu search with dimmed menu prefixCampbell Barton
2020-04-14UI: correct menu used for dope-sheetCampbell Barton
2020-04-05UI: Support split property layout for pointer search buttonsJulian Eisel
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-04-01Fix T75222: Crash activating menu searchCampbell Barton
2020-03-24UI: add menu search functionality to operator search menuCampbell Barton
2020-03-20Cleanup: clang-format, comment indentationCampbell Barton
2020-03-20Cleanup: sort file, struct listsCampbell Barton
2020-03-19Cleanup/refactor: remove BKE_idcode, in favour of BKE_idtype.Bastien Montagne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-15Cleanup: redundant checksCampbell Barton
2020-03-15Cleanup: use 'const' style argumentCampbell Barton
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-04Refactor ID make local to use a single flag parameter.Bastien Montagne
2020-03-04Cleanup: Rename 'make local' functions to new scheme.Bastien Montagne
2020-02-19Cleanup: assign Main, use existing assignmentsCampbell Barton
2020-02-17Fix many typos and other issues in UI messages.Bastien Montagne