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
2018-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-09Cleanup: trailing space in RNACampbell Barton
2018-05-28Windows: Add support for building with clang.Ray Molenkamp
2018-05-21RNA: support for PARM_OUTPUT & PARM_RNAPTRCampbell Barton
2018-05-17makesrna: error check from 2.8Campbell Barton
2018-05-07Cleanup: rename char/float conversion functionsCampbell Barton
2017-11-29RNA: Allow structs to define tags for their propertiesJulian Eisel
2017-11-28makesdna/makesrna: silence output by defaultCampbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-08-11RNA: Use hash lookups for structsCampbell Barton
2017-05-30Fix strict compiler warning in C++ RNASergey Sharybin
2017-04-11Cleanup: quiet harmless but annoying overflowCampbell Barton
2016-12-20Fix strict compiler warning in generated C++ RNASergey Sharybin
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne
2016-11-20Fix Xcode link error, missing definitions in RNA C++ API that other compilers...Brecht Van Lommel
2016-08-16Fix release build after recent fix for debug oneSergey Sharybin
2016-08-06Basic Alembic supportKévin Dietrich
2016-06-28Fix MSVC error, co_return now a reserved wordCampbell Barton
2016-06-22Cleanup: use proper RNA struct type for ListBase typeBastien Montagne
2016-01-30Cycles: Pass Blender's C++ RNA structures by referenceSergey Sharybin
2015-11-28C++ RNA: Pass structures by referenceSergey Sharybin
2015-10-28Fix makesrna generated C++ header have consistent whitespace for strings.Martijn Berger
2015-10-10Fix various compiler warnings.Brecht Van Lommel
2015-07-10makesrna: use int64 for rounding checkCampbell Barton
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2015-03-27Makesrna: Fix function prototypes for struct used RNA_def_struct_sdna_fromSergey Sharybin
2015-03-27C++ RNA API: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-03-20Cleanup: warnings bit-shift int overflowCampbell Barton
2015-03-18RNA: move palette into its own fileCampbell Barton
2015-03-12makesrna: move extern prototypes into own headerCampbell Barton
2015-02-07RNA: packing functions for vfont & soundCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-13Cleanup: fixes for building with recent clangCampbell Barton
2014-12-16Fix nasty typo in CPP RNA that would break on int or bool dynarrays...Bastien Montagne
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-18BLI_assert: print a backtrace with the errorCampbell Barton
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-07-28RNA: check for valid ranges with int properties (C11 only)Campbell Barton
2014-04-27RNA: Use unsigned ints when bit-shiftingCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenloader, gpu, imbuf, makesdna, modif...Campbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-05RNA: optimization to avoid malloc for iterators.Brecht Van Lommel
2014-04-01Correction for error in own recent commit (makesrna c++ api, un-init var)Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-01-29RNA: add rna_space_api.c for space functionsCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2013-12-17'Transform' Python Function for armature, curve and lattice.Campbell Barton
2013-12-12RNA: Add pixels property typeScott Petrovic
2013-10-22style cleanupCampbell Barton