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
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-02-28WorkSpace: UI filtering for add-onsCampbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-04-13Datablock ID PropertiesAlexander Romanov
2016-07-23Cleanup: styleCampbell Barton
2016-01-06'users of ID' py API.Bastien Montagne
2013-03-22code cleanup: shadowing, adjust type.Campbell Barton
2013-01-07code cleanup: warnings and use stdbool for bpy* funcs.Campbell Barton
2012-12-20Change region drawing callbacks to work much closer to how blender manages th...Campbell Barton
2012-10-26fix for crash when a python operator or render engine was freed in the C code...Campbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-02-27use LIKELY/UNLIKELY macros for operations that run a lot.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-09-30fix for crash generating messages.txt, I wasn't getting this crash because I ...Campbell Barton
2011-08-05ifdef out support for for python owning and freeing BPy_StructRNA because thi...Campbell Barton
2011-08-05pyrna - add own callable function type rather then using a standard python me...Campbell Barton
2011-06-07disable the readonly state while rna property callbacks run.Campbell Barton
2011-06-02mathutils support for color arithmetic, also some minor whitespace edits. Campbell Barton
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-10remove some duplicate declarationsCampbell Barton
2011-04-03quiet various warnings, also disable -Wdouble-promotion with cmake since it g...Campbell Barton
2011-03-03Py/RNA API: WITH_PYTHON_SAFETYCampbell Barton
2011-03-03Py/RNA api:Campbell Barton
2011-03-03Py/RNA api - real collection iterator Campbell Barton
2011-03-02align weakref list for rna (properties were using wrong pointer)Campbell Barton
2011-03-02move anim functions out of bpy_rna.c, its getting too big.Campbell Barton
2011-03-01Py/RNA Stability: don't allow python to reference freed ID's and crash.Campbell Barton
2011-03-01Py/RNA API test code to prevent crashing blender when python references freed...Campbell Barton
2011-03-01bpy/rna support for invalidating objects.Campbell Barton
2011-02-27doxygen: blender/python tagged.Nathan Letwory
2011-02-23py/rna api:Campbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14python api renaming and added headers for some files which didnt have one, no...Campbell Barton
2011-02-11minor python register changes.Campbell Barton
2011-02-01fix for 2 segfaults running in background mode.Campbell Barton
2011-02-01workaround [#25845] Empty UI panelsCampbell Barton
2010-10-14UNUSED() macro so -Wunused-parameter can be used with GCC without so many war...Campbell Barton
2010-09-23- py/rna's path_resolve function was ignoring the index eg: obj.path_resolve(...Campbell Barton
2010-09-10rewrote python IDProperty metaclass in C, this was a quick hack to get it wor...Campbell Barton
2010-09-02- new subclass for ID-Property based collections - this way add/remove/move f...Campbell Barton
2010-08-31rna support for passing dynamic sized arrays to rna functionsCampbell Barton
2010-08-19- Properties from base classes are now registered too, this allows class mix-...Campbell Barton
2010-08-02minor changes to Martni's commit 30961Campbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-07-23[#22488] Reloading scripts causes crashCampbell Barton
2010-03-16fix for nasty bug where registering properties would register them in the par...Brecht Van Lommel
2010-02-27utility function pyrna_enum_value_from_id for getting the enum from a string ...Campbell Barton