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-08-25minor code cleanupCampbell Barton
2012-08-07use -FLT_MAX where FLT_MIN was misusedCampbell 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-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-10change RNA_struct_find_function to accept a type rather then a PointerRNA, ad...Campbell Barton
2012-06-06style cleanup: (indentation)Campbell Barton
2012-05-28style cleanup: defines with bracesCampbell Barton
2012-05-23style cleanupCampbell Barton
2012-05-21code cleanup: spellingCampbell Barton
2012-05-18style cleanup: and add missing files to cmakeCampbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
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-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-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
2012-04-07code cleanup: no functional changesCampbell Barton
2012-04-02wrap RNA's RNA_property_collection_clear from python.Campbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-27style cleanup: py apiCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-20fix [#30589] RNA function descriptions not showing in Python console on autoc...Campbell Barton
2012-03-20py api:Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-17minor mathutils code cleanup - use mathutils callbacks as unsigned chars ever...Campbell Barton
2012-03-17style cleanup: py/capiCampbell Barton
2012-03-16bmesh py api:Campbell Barton
2012-03-13bmesh py api: more comprehensive intro page, also fix some spelling errors.Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-08style cleanup - spelling.Campbell Barton
2012-03-04style cleanup - comment formattingCampbell Barton
2012-03-03fix for error report in property registration, it wasnt printing the error.Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-26* bmesh py api BMEdge.verts was using 2 v1'sCampbell Barton
2012-02-25style cleanup, use { on newline after function definition.Campbell Barton
2012-02-23swap arg order for BM_edge_split(), makes sense to have edge as firstCampbell Barton
2012-02-22correct exception - was using a TypeError when should be a ValueError.Campbell Barton
2012-02-05Code Cleanup: line length and use Py_ssize_t for PyC_AsArray utility function.Campbell Barton
2012-02-02fix [#29666] Duplicate entries in bpy.typesCampbell Barton
2012-01-18fix [#27589] Random crash with python UICampbell Barton
2012-01-15note on compating RNA pointers and compare RNA types for RNA-Properties too.Campbell Barton
2012-01-13fix for error comparing py-struct membersCampbell Barton
2012-01-11add RNA_property_is_set function, use for WM_menu_invoke to avoid double look...Campbell Barton
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...Campbell Barton