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-07-14WM: Remove ASCII members from wmEvent & GHOST_TEventKeyDataCampbell Barton
2022-02-25Cleanup: use flags for wmEvent modifier keysCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-10-18Cleanup: spelling in commentsCampbell Barton
2021-08-23Cleanup: use BLI_str_utf8 prefixCampbell Barton
2021-08-03UI: building without Python againCampbell Barton
2021-04-13PyAPI: support retrieving the exception when running a stringCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-09-09Cleanup: Rename public "bUnit" functionsHans Goudey
2020-09-07UI: Add temperature unitsHans Goudey
2020-08-17Cleanup: move Python script execution into BPY_extern_run.hCampbell Barton
2020-07-27UI: improve errors when evaluating a number button failsCampbell Barton
2020-07-03Cleanup: Editors, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-03-26Fix T75047: Number input advanced mode is not working in JP keyboardSebastian Parborg
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: Resolve HKEY conflictRay Molenkamp
2019-11-25CMake: support building without PythonCampbell Barton
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-04-21Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2019-01-09Fix T60338: Allow user to input units of another systemJacques Lucke
2019-01-08Fix T60327: Value input with adaptive imperial units not working properlyJacques Lucke
2018-10-04Cleanup: styleCampbell Barton
2018-10-03Units: Support for fixed unitsJacques Lucke
2018-09-03Merge branch 'master' into blender2.8Campbell Barton
2018-09-03PyAPI: add optional imports to expression eval APICampbell Barton
2018-07-11Numeric Input: preference to default to advancedCampbell Barton
2018-07-11Revert removal of fake editing for numeric inputCampbell Barton
2018-07-10Fix for recent numeric input checksCampbell Barton
2018-07-10Numeric Input: remove fake-editing optionCampbell Barton
2018-03-02Fix building w/o PythonCampbell Barton
2017-12-04Fix T53463: Rotation numerical input shows instable behaviour.Bastien Montagne
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-03-18Cleanup: use return args last and 'r_' prefix.Campbell Barton
2016-02-19Fix T47477: Transform allows 'inf' inputCampbell Barton
2015-12-31Cleanup: Py API namingCampbell Barton
2015-08-06Cleanup: whitespace, unused varCampbell Barton
2015-05-05Math Lib: rename fill_*, to copy_*Campbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-08-26Move bUnit_getScaleUnit -> BKE_scene_unit_scaleCampbell Barton
2014-08-26Fix T41590: When scene scale is not 1.0, and units are "None," Blender assume...Bastien Montagne
2014-08-25Fix T41534: Bevel practically unusable interactively if set to percent amount...Bastien Montagne
2014-07-21Fix T40432: Scaling to zero with manipulate center points works precisely on ...Bastien Montagne
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-30Fix T40862: numinput transform did not take into account scale_length.Bastien Montagne