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-03-24Merged changes in the trunk up to revision 55546.Tamito Kajiyama
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-17code cleanup: add 'const' to headers to quiet msvc warnings, also remove (cha...Campbell Barton
2013-03-15Add the possibility to define the translation context for py rna classes (ope...Bastien Montagne
2013-03-10add STREQ macro (commonly used macro like CLAMP, MAX2, STRINGIFY). Use for so...Campbell Barton
2013-03-07Change !BLI_ghashIterator_isDone to BLI_ghashIterator_notDone. It isAntony Riakiotakis
2013-02-26fix [#34423] Foreach_get crash for any non existant attributeCampbell Barton
2013-02-08Cleanup: happily remove no-more-used PY_TRANSLATE RNA prop flag, and related ...Bastien Montagne
2013-02-02style cleanup: also correct doc example for 'foreach_get/set'Campbell Barton
2013-02-01make WITH_HEADLESS build again.Campbell Barton
2013-01-28Fix for RNA FUNC_REGISTER/FUNC_REGISTER_OPTIONAL flags: The test in bpy valid...Lukas Toenne
2013-01-21code cleanup: style & warnings.Campbell Barton
2013-01-20Python i18n API. Many thanks to Campbell and Brecht for the reviews and sugge...Bastien Montagne
2013-01-10pyapi internal api code: check for == -1 rather then < 0, for known error ret...Campbell Barton
2013-01-07code cleanup: warnings and use stdbool for bpy* funcs.Campbell Barton
2012-12-28This commit frees list ui items from their dependencies to Panel, and hence f...Bastien Montagne
2012-12-20Change region drawing callbacks to work much closer to how blender manages th...Campbell Barton
2012-12-20Support for actual class methods in the RNA/bpy. Previously all functions wit...Lukas Toenne
2012-12-20py api: be more strict with boolean assignment, only accept 0 or 1, True/Fals...Campbell Barton
2012-12-17missed adding show_grease_pencil to node space in recent commitCampbell Barton
2012-12-17bpy/rna api: add support for classmethods.Campbell Barton
2012-11-22avoid string -> unicode conversion when registering classes, also avoid unlik...Campbell Barton
2012-11-21py api cleanup, replace use...Campbell Barton
2012-11-05default to Python3.3 on Linux for SCons and CMake, warn when building with py...Campbell Barton
2012-11-03style cleanup: tabs & whitespaceCampbell Barton
2012-11-03BPY/RNA: determine callback functions that are allowed to write data by a flagBrecht Van Lommel
2012-11-01all library data now gets the PointerRNA's invalidated on removal.Campbell Barton
2012-11-01fix for long standing problem with blender 2.5x py api.Campbell Barton
2012-10-30Disallow collection add/remove/clear/move when drawing. - similar to how writ...Campbell Barton
2012-10-26fix for crash when a python operator or render engine was freed in the C code...Campbell Barton
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-09-28code cleanup: correct spellingCampbell Barton
2012-09-26fix for very bad bug with python list slicing which - in bmesh and bpy api fo...Campbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
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