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
2017-09-10merged the master branchsoc-2017-vertex_paintDarshan Kadu
2017-05-30Tweak UI messgae checking macro, identifiers are not always available...Bastien Montagne
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-03-01Cleanup: code-style, duplicate headerCampbell Barton
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne
2016-07-12readfile: report SDNA decoding errors on file readCampbell Barton
2016-07-06writefile: avoid adding SDNA to every undo stepCampbell Barton
2016-03-04Cleanup: suspicious use of commasCampbell Barton
2015-12-01Fix T46900: Inset Faces Thickness & Depth Do Not Use Scene Units (i.e. Imperi...Bastien Montagne
2015-11-26Cleanup: whitespaceCampbell Barton
2015-09-17Fix T46134: units degrees increment are too smallCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-06-20Cleanup: use listbase clearCampbell Barton
2015-05-11GHash: avoid redundant castsCampbell Barton
2015-02-20RNA: correct bool callbacksCampbell Barton
2015-02-06Fix some UI messages from own recent merge, and RNA code checking for final '...Bastien Montagne
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-11-24BLI_utildefines: add UNUSED_VARS() macroCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenloader, gpu, imbuf, makesdna, modif...Campbell Barton
2014-04-01RNA: clamp colors min to 0.0Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-15Code cleanup: warningsCampbell Barton
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-01-30UI: move toggle icons out of layout checks into rnaCampbell Barton
2014-01-20Fix for incorrect use of DNA_struct_find_nrCampbell Barton
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2013-12-15Minor optimization for strlen and memcpy calls for reading blend filesSv. Lockal
2013-12-08Util-defines: avoid multiple calculation/access for MIN/MAX macrosCampbell Barton
2013-10-11code cleanup: reuse rna_matrix_dimsize_NxN defines between RNA functionsCampbell Barton
2013-10-01add rna path callback for material slots but disable animation.Campbell Barton
2013-09-20code cleanup: quiet rna warnings, remove remove_strict_flags() for cmake/rna.Campbell Barton
2013-09-03add checks for bad args to RNA_def_property_ui_range & RNA_def_property_range...Campbell Barton
2013-08-21rename recently added BLI_ghash_assign() -> BLI_ghash_reinsert()Campbell Barton
2013-08-18add hash function BLI_ghash_assign, BLI_edgehash_assignCampbell Barton
2013-08-11Fix RNA parameter passing issue with dynamic arrays, was computing the wrongBrecht Van Lommel
2013-06-06style cleanupCampbell Barton
2013-06-01add popup menu to allow python scripts to show popups without having to defin...Campbell Barton
2013-04-07Reverting changes from r55873 for rna_define.c, sorry about that...Bastien Montagne
2013-04-07Usual typo fixes... ;)Bastien Montagne
2013-03-19Various cleanup around default i18n context.Bastien Montagne
2013-03-18code cleanupCampbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-02-22patch [#34103] Add explanatory comments to dna_genfile.[ch]Campbell Barton
2013-02-12fix [#34198] Scene unit size and dyntopo detail sizeCampbell Barton
2013-02-08Cleanup: happily remove no-more-used PY_TRANSLATE RNA prop flag, and related ...Bastien Montagne
2013-02-05add RNA_define_animate_sdna() so animation can be easily disabled when defini...Campbell Barton
2013-02-04fix for rangefunc being unused for int & int array.Campbell Barton
2013-01-22comments for RNA_def_property_ui_range() and clamp some out-of-range values.Campbell Barton
2013-01-20Python i18n API. Many thanks to Campbell and Brecht for the reviews and sugge...Bastien Montagne
2013-01-09add RNA_def_struct_ptr(...) to use for runtime struct registration, saves ove...Campbell Barton