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
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-11fix for a bug running a script, then opening a new file.Campbell Barton
2012-09-05fix/workaround [#31555] Username with special chars in Windows 7Campbell Barton
2012-08-25minor code cleanupCampbell Barton
2012-08-22style cleanupCampbell Barton
2012-08-20fix for own error in bpy.utils.blend_paths() arg parsing.Campbell Barton
2012-08-08code cleanup: rename G.rt to G.debug_valueCampbell Barton
2012-08-07use -FLT_MAX where FLT_MIN was misusedCampbell Barton
2012-08-07mask - draw both sides of the curve when `filled` option is disabled.Campbell Barton
2012-08-07fix a crash when python is registering enum properties and the `items` argume...Campbell Barton
2012-08-05code cleanup: remove redundant calls to CTX_data_main()Campbell Barton
2012-07-24Fix for RNA struct registration: the bpy_class_validate function would only c...Lukas Toenne
2012-07-17code cleanup: spellingCampbell Barton
2012-07-08use gcc attrubutes to warn on unused return values and arguments which should...Campbell Barton
2012-07-08style cleanupCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-07-03fix (actually nasty workaround), for groups incorrectly drawing in the object...Campbell Barton
2012-06-28option so operators can be executed with undo enabled (and redo).Campbell Barton
2012-06-25style cleanupCampbell Barton
2012-06-10change RNA_struct_find_function to accept a type rather then a PointerRNA, ad...Campbell Barton
2012-06-09fix for un-handled exception when entering in multiple values to a button, fl...Campbell Barton
2012-06-07fix for buffer overrun on windows by kjym3 on IRC.Campbell Barton
2012-06-06style cleanup: (indentation)Campbell Barton
2012-06-05style cleanupCampbell Barton
2012-05-28missing from previous commitCampbell Barton
2012-05-28style cleanup: defines with bracesCampbell Barton
2012-05-25fix [#31597] Operator Preset: Python Warning whenever a preset is executed (s...Gaia Clary
2012-05-23style cleanupCampbell Barton
2012-05-21code cleanup: spellingCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-20Added 'LIBRARY_EDITABLE' flag to bpy.props.*Dan Eicher
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-18patch [#31507] site not automatically imported when using external python pac...Campbell Barton
2012-05-18style cleanup: and add missing files to cmakeCampbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-15Fix cosmetic typosSergey Sharybin
2012-05-11no need to clamp python values twice when assigning.Campbell Barton
2012-05-09Python/context: python could get invalid bpy.data in scene update handler afterBrecht Van Lommel
2012-05-05code cleanup: function naming for BLI functions.Campbell Barton
2012-05-04Patch [#31279] clarifiy a python error-string (when incorrectly specifying enumJoshua Leung
2012-05-01bmesh py api:Campbell Barton
2012-04-30style cleanup: re - http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Brace...Campbell Barton
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-15add 'idprop' module so we can document idprop.types.*, currently doc generato...Campbell Barton
2012-04-13Fix #30858: UI losing buttons at some random moment after using Blender for aBrecht Van Lommel
2012-04-13fix [#30925] successful import of keyconfig dependant on current object context?Campbell Barton
2012-04-11py rna/api: fix for error running RNA_property_collection_type_get on non col...Campbell Barton
2012-04-10Fix #30698: python console nodetree paths were not accurate, now show ... likeBrecht Van Lommel