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
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
2012-12-23Merged changes in the trunk up to revision 53280.Tamito Kajiyama
2012-12-20Support for actual class methods in the RNA/bpy. Previously all functions wit...Lukas Toenne
2012-12-20Another big patch set by Bastien Montagne, thanks a lot!Tamito Kajiyama
2012-12-19Merged changes in the trunk up to revision 53146.Tamito Kajiyama
2012-12-16correct bad commentCampbell Barton
2012-12-12Fix for range checks in generated RNA functions. The code was skipping the va...Lukas Toenne
2012-11-26Merged changes in the trunk up to revision 52546.Tamito Kajiyama
2012-11-19Implementation of string lookup functions for collections in the C API. These...Lukas Toenne
2012-11-12Merged changes in the trunk up to revision 52118.Tamito Kajiyama
2012-11-09style cleanup: indentationCampbell Barton
2012-11-04Merged changes in the trunk up to revision 51853.Tamito Kajiyama
2012-11-03RNA C++: collections functions are now properly handled, meaning it is nowBrecht Van Lommel
2012-11-03RNA/C++: string property writing was missing.Brecht Van Lommel
2012-11-02RNA C++: fixes for lookup_int/lookup_string which were not working in some ca...Brecht Van Lommel
2012-11-02own recent commit to add pointer passing between py-rna and our C code, broke...Campbell Barton
2012-11-01fix for long standing problem with blender 2.5x py api.Campbell Barton
2012-10-29Merged changes in the trunk up to revision 51718.Tamito Kajiyama
2012-10-28style cleanupCampbell Barton
2012-10-27style cleanupCampbell Barton
2012-10-26* New string property subtype: PASSWORDJiri Hnidek
2012-10-25Correction to recent makesrna commitSergey Sharybin
2012-10-25Support for string and index lookup operators on collections in the C++ RNA API.Lukas Toenne
2012-10-24code cleanup: some edits for unused vars in recent smooth addition and some s...Campbell Barton