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
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-28Windows: Add support for building with clang.Ray Molenkamp
2018-05-07Fix T54966: mathutils.noise.voronoi Memory leakBastien Montagne
2018-05-05IDProp API: add native C repr functionCampbell Barton
2018-05-05PyAPI: add pop method to RNA struct typesCampbell Barton
2018-05-05IDProp Py API: Add default argument to popCampbell Barton
2018-05-04IDProp API: expose repr utility functionCampbell Barton
2018-05-03Fix T54927: BMesh Py error w/ select history sliceCampbell Barton
2018-04-17bpy consistency fix handler_add(handle)Dalai Felinto
2018-04-02PyAPI: Add PyC_Tuple_Pack_F64 utilityCampbell Barton
2018-04-02Cleanup: newlines left in messagesCampbell Barton
2018-04-02Logging: use for Python APICampbell Barton
2018-04-01Correct accidental changes by C Logging additionCampbell Barton
2018-03-30C Logging: use instead of printf for messagesCampbell Barton
2018-03-29PyDocs: Adde link to Wikipedia page for mathutils.Euler classAaron Carlisle
2018-03-19Fixed typo Python APIJeroen Bakker
2018-03-18mathutils: replace interp w/ blend when standaloneCampbell Barton
2018-03-16Depsgraph: Support colored addresses in debug printsSergey Sharybin
2018-03-12Depsgraph: Make timing profile a command line optionSergey Sharybin
2018-02-21Depsgraph: Split debug flagsSergey Sharybin
2018-02-19Fix T54098: Crash existing /w dyntopo sculptCampbell Barton
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-02-08Remove Carve booleanSergey Sharybin
2018-01-18Improved docstring of mathutils.Matrix.lerp()Sybren A. Stüvel
2018-01-18Improve docstring for mathutils.Matrix.decompose()Sybren A. Stüvel
2018-01-16Cleanup: indentationCampbell Barton
2018-01-15RNA: Add RNA_property_string_set_bytesCampbell Barton
2018-01-12Fix bmesh.utils.face_join arg parsingCampbell Barton
2017-12-11DNA/RNA: add 'py_instance' for ID typesCampbell Barton
2017-12-04Cleanup: styleCampbell Barton
2017-11-29Cleanup: rename bpy_util -> bpy_capi_utilsCampbell Barton
2017-11-29PyAPI: add function to check any mathutils typeCampbell Barton
2017-11-29RNA: Allow structs to define tags for their propertiesJulian Eisel
2017-11-29PyAPI: PyC_Err_PrintWithFunc utility functionCampbell Barton
2017-11-14Cleanup: order BLI before BKE headersCampbell Barton
2017-11-12BMesh Py API: Expose color alphaCampbell Barton
2017-10-27Docs: clarify return value for BVH APICampbell Barton
2017-10-24Fix BMesh PyAPI internal flag clearing logicCampbell Barton
2017-10-23Docs: improve bmesh exception messageCampbell Barton
2017-10-20Cleanup: redundant castsCampbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-17Fix T53074: Use the pybuffer->itemsize to get the corresponding GLtypeGermano
2017-10-15Fix bad 'poll' prop callback API doc.Bastien Montagne
2017-10-12Docs: add note for bmesh face_split_edgenetCampbell Barton
2017-10-06Cleanup: styleCampbell Barton
2017-10-05PyAPI: fast keyword parsing for bpy modulesCampbell Barton
2017-10-05Fix setting the operator name in Py operator APICampbell Barton
2017-10-04Cleanup: redundant castsCampbell Barton
2017-10-04PyAPI: fast keyword parsing for __import__Campbell Barton