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-05-25Cleanup: Add more const'ness to RNA API.Bastien Montagne
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-03-02UI: Clean up labels and descriptions: "Draw" to "Display"William Reynish
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-06Fix T83372: Point.select can be True when unselectedCampbell Barton
2020-06-29RNA: properly tag 'embedded' ID pointers as owned.Bastien Montagne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-06-03Cleanup: style, use braces in RNACampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-08Cleanup: use plural names for Main listsCampbell 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
2018-09-24Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-07-05Merge branch 'master' into blender2.8Campbell Barton
2018-07-05RNA: correct callback typeCampbell Barton
2018-06-09Merge branch 'master' into blender2.8Campbell Barton
2018-06-09Cleanup: trailing space in RNACampbell Barton
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2016-09-22RNA/UI: Allow displaying in tooltip why RNA property isn't editableJulian Eisel
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-10-23Cleanup: rename 'datablocks' -> 'data-blocks'Campbell Barton
2015-10-06Cleanup: return PROP_EDITABLE rna flagCampbell Barton
2014-02-12Fix T38610: lattice U/V/W should not be animatable, is not supported.Brecht Van Lommel
2014-01-02Fix T38025: Key-framing lattice points failsJoshua Leung
2013-12-17'Transform' Python Function for armature, curve and lattice.Campbell Barton
2013-07-04fix [#35984] no way to know if a datablock is in editmodeCampbell Barton
2013-06-24fix for editing lattice interpolation and options in editmode had no effect (...Campbell Barton
2013-06-24lattice: use functions rather then defines, also added a function to get uvw ...Campbell Barton
2013-03-07use bool for rna funcs.Campbell Barton
2012-10-09RNA minor fixes:Bastien Montagne
2012-07-19add lattice selection to rnaCampbell Barton
2012-05-22expose absolute shape keyblock interpolation in the uiCampbell Barton
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2011-11-26A bunch of fixes and tweaks in RNA messages, found while translating them in ...Bastien Montagne
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-10-01add a collection function slot for assignment (not used yet).Campbell Barton
2011-05-31tag unused rna args.Campbell Barton
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-03DAG_id_tag_update was being called with non object ID's and OB_RECALC_* flags...Campbell Barton
2010-12-13fix for error in recent commit.Campbell Barton