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-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
2013-10-22style cleanupCampbell Barton
2013-10-14code cleanup: correct unsigned int in string formatting and use empty() check...Campbell Barton
2013-10-13code cleanup: use more obvious assignments for transform snapping angles.Campbell Barton
2013-09-20code cleanup: quiet rna warnings, remove remove_strict_flags() for cmake/rna.Campbell Barton
2013-09-10makesrna fix: The C++ wrapper functions for collection lookup (both int and s...Lukas Toenne
2013-08-26RNA fixes regarding dynamic array properties in functions parameters (reviewe...Bastien Montagne
2013-08-11Fix RNA parameter passing issue with dynamic arrays, was computing the wrongBrecht Van Lommel
2013-08-04avoid runtime overflow (1 << 31), for RNA and armature layer UI.Campbell Barton
2013-07-29fix for possible dounle fclose in makesrna's replace_if_different function.Campbell Barton
2013-07-29make code style of makesrna.c conform to the rest of blender, was also some o...Campbell Barton
2013-07-16fix [#36155] Crash with __contains__Campbell Barton
2013-06-23Workaround visual studio 2012 compiler bug compiling large RNA_blender_cpp.h,...Brecht Van Lommel