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
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
2013-06-14fix for building c++ rna api with recently added smoothgroup api call.Campbell Barton
2013-04-25style cleanupCampbell Barton
2013-04-24Fix cycles build error, RNA C++ API did not properly handle output parameters.Brecht Van Lommel
2013-04-01Merged changes in the trunk up to revision 55700.Tamito Kajiyama
2013-04-01remove duplicate defines in makesrna.cCampbell Barton
2013-03-23A major code update for making the DNA file specification of Freestyle settingsTamito Kajiyama
2013-03-18Merged changes in the trunk up to revision 55357.Tamito Kajiyama
2013-03-13Fix #34481: camera focal length and sensor size did not use units yet, now th...Brecht Van Lommel
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-07use bool for rna funcs.Campbell Barton
2013-02-24Merged changes in the trunk up to revision 54802.Tamito Kajiyama
2013-02-17BLI_mempool totalloc was being used un-initialized, normally this would cause...Campbell Barton
2013-02-16Merged changes in the trunk up to revision 54594.Tamito Kajiyama
2013-02-11patch [#33697] Apply transformation added to metaballs.Campbell Barton
2013-02-10Merged changes in the trunk up to revision 54421.Tamito Kajiyama
2013-02-05add RNA_define_animate_sdna() so animation can be easily disabled when defini...Campbell Barton
2013-02-02style cleanupCampbell Barton
2013-01-27Merged changes in the trunk up to revision 54110.Tamito Kajiyama
2013-01-23rigidbody: Add DNA/RNA/BKE infrastructure for the rigid body simSergej Reich
2013-01-20Python i18n API. Many thanks to Campbell and Brecht for the reviews and sugge...Bastien Montagne
2013-01-16style cleanupCampbell Barton
2013-01-12Packed and generated images support for CyclesSergey Sharybin
2013-01-12Merged changes in the trunk up to revision 53729.Tamito Kajiyama
2013-01-06Merged changes in the trunk up to revision 53584.Tamito Kajiyama
2013-01-05This patch adds support in bpy.props for getter/setter callback functions. We...Lukas Toenne
2012-12-28style cleanupCampbell Barton