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-09-10Refactor: move VFont .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-09-09Cleanup: reduce variable scopesJacques Lucke
2020-09-03Fix 3D text cursor alignment without any textCampbell Barton
2020-09-03Fix mistake in recent font cleanupCampbell Barton
2020-09-03Fix T80340: Crash with an empty text with Text on CurveCampbell Barton
2020-09-03Cleanup: remove redundant Y bounds calculation for text on pathCampbell Barton
2020-08-28IDTypeInfo: add .blend file io callbacksJacques Lucke
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-23Cleanup: rename Curve.len_wchar to len_char32Campbell Barton
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-06-09Fix mistake in recent fix for text editor overflowCampbell Barton
2020-06-09Docs: comment text scale behaviorCampbell Barton
2020-06-09Fix T77609: Scale to Fit Text Box fails when text is too narrowDalai Felinto
2020-05-21Refactor: Move NOP idtypes foreach_id to new IDTypeInfo structure.Bastien Montagne
2020-04-23Fix T75965: Scale to Fit Text Box fails with a single wordCampbell Barton
2020-04-03Cleanup: split `BKE_anim.h` and `anim.c` into smaller piecesSybren A. Stüvel
2020-04-03Cleanup: Font, added initialisation for two variablesSybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: VFont: Move to IDTypeInfo and remove unused BKE APIDalai Felinto
2020-03-04Refactor ID make local to use a single flag parameter.Bastien Montagne
2020-03-04Cleanup: ID make local: remove `id_in_bmain` argument.Bastien Montagne
2020-03-04Cleanup: Rename 'make local' functions to new scheme.Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-11-22Fix T71273: Bad encoding of utf-8 for Text objectsmano-wii
2019-10-05Fix T70418: Text Underline stays Flat on TextCurve Extrudemano-wii
2019-08-15Fix T68658: Text offset makes scale to fit not to workDalai Felinto
2019-07-31Fix T66031: Text Material Change broken.Bastien Montagne
2019-07-07Cleanup: use BKE_packedfile prefix for function namesCampbell Barton
2019-05-31Cleanup: style, use braces in source/ (include disabled blocks)Campbell Barton
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-11Cleanup: remove unused codeCampbell Barton
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-11Cleanup: commentsCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-02Cleanup: use G_FLAG_*/G_FILE_* for G.f/fileflagsCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-02-01Logging: Use CLOG for blenkernelCampbell Barton
2019-01-29Revert "3D Text: avoid checking null character's text on path"Campbell Barton
2019-01-26Cleanup: blank lines over doxy headersCampbell Barton
2018-12-27Merge branch 'blender2.7'Sergey Sharybin
2018-12-27Fix T59900: duplicate font loading error and memory leak.Brecht Van Lommel
2018-11-28Cleanup: styleCampbell Barton
2018-11-27Silence warning (potentially misused twidth)Dalai Felinto
2018-11-27Font textbox overflow: Different methodsDalai Felinto
2018-11-01Font cleanup: use ELEMDalai Felinto