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
2016-06-29Cleanup: rename BKE_asset to BKE_asset_engine.Bastien Montagne
2016-06-28Merge branch 'master' into asset-engineBastien Montagne
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-31Merge branch 'id-remap' into asset-experimentsBastien Montagne
2016-01-31Merge branch 'master' into id-remapBastien Montagne
2016-01-30Cycles: Pass Blender's C++ RNA structures by referenceSergey Sharybin
2015-12-17Merge branch 'id-remap' into asset-experimentsBastien Montagne
2015-12-07Merge branch 'master' into asset-engineBastien Montagne
2015-11-28Merge branch 'master' into id-remapBastien Montagne
2015-11-28C++ RNA: Pass structures by referenceSergey Sharybin
2015-11-26Attempt to fix RNA nightmare with ListBase used as Collection return type for...Bastien Montagne
2015-11-25Add helpers to BKE_library_query to find which datablocks are using/referenci...Bastien Montagne
2015-11-02Merge branch 'master' into asset-engineBastien Montagne
2015-10-28Fix makesrna generated C++ header have consistent whitespace for strings.Martijn Berger
2015-10-15Merge branch 'master' into asset-engineBastien Montagne
2015-10-10Fix various compiler warnings.Brecht Van Lommel
2015-07-12Merge branch 'asset-experiments' into asset-engineBastien Montagne
2015-07-10makesrna: use int64 for rounding checkCampbell Barton
2015-05-12Merge branch 'asset-experiments' into asset-engineBastien Montagne
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2015-04-02Merge branch 'asset-experiments' into asset-engineBastien Montagne
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-21Merge branch 'asset-experiments' into asset-engineBastien Montagne
2015-03-20Cleanup: warnings bit-shift int overflowCampbell Barton
2015-03-18RNA: move palette into its own fileCampbell Barton
2015-03-13Revert "Revert "Merge branch 'asset-engine' into asset-experiments""Bastien Montagne
2015-03-13Revert "Merge branch 'asset-engine' into asset-experiments"Bastien Montagne
2015-03-13Merge branch 'master' into asset-experimentsBastien Montagne
2015-03-12makesrna: move extern prototypes into own headerCampbell Barton
2015-03-05Void skeleton of asset engine.Bastien Montagne
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