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
2017-06-26Docs: correct doc-stringsCampbell Barton
2017-06-19Cleanup: doxygen commentsCampbell Barton
2017-06-16PyAPI: Fix warning about indentAaron Carlisle
2017-06-15PyAPI: Proper Solution to bpy.appAaron Carlisle
2017-06-14PYAPI: Fix mathutils doc structureAaron Carlisle
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-06-09RNA: remove static strings from registrationCampbell Barton
2017-06-07Report OpenSubdiv version Blender is compiled againstSergey Sharybin
2017-06-05PyAPI: is_staticmethod used for classmethods's tooCampbell Barton
2017-06-05PyAPI: correct exception, expect 'staticmethod'Campbell Barton
2017-05-27Remove MinGW supportAaron Carlisle
2017-05-26Fix T51287: Matrix.lerp fails w/ shearBrecht Van Lommel
2017-05-25Fix T51444: Unit tests don't run on WindowsCampbell Barton
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-05-06Fix PyAPI crash assigning/deleting id-propertiesCampbell Barton
2017-04-24Cleanup: styleCampbell Barton
2017-04-21Matrix.decompose(): changed terminology, "location" → "translation"Sybren A. Stüvel
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-04-10PyAPI: Fast buffer access to id property arraysJacques Lucke
2017-04-04Cleanup: redundant castsCampbell Barton
2017-03-22Pydoc: Change Wikipedia links and grammar in mathutils matrix codeAaron Carlisle
2017-03-18Missing from recent commitCampbell Barton
2017-03-18PyAPI: add BPY_execute_string_as_stringCampbell Barton
2017-03-18Cleanup: use return args last and 'r_' prefix.Campbell Barton
2017-03-04Cleanup: expose struct for ED_view3d_mats_rv3d_*Campbell Barton
2017-02-02Fix missing uniform type for python GPU uniform export.Michael Stahre
2017-01-31Cleanup: Rename callback flags from library_query to `IDWALK_CB_...`Bastien Montagne
2017-01-31Optimization: pass Main to BKE_library_foreach_ID_link() and use its relations.Bastien Montagne
2017-01-02Fix: Passed wrong last argument to functionJoshua Leung
2016-12-28Also apply similar fixes to .keyframe_delete()Joshua Leung
2016-12-28Fix T49816: Keyframing NLA Strip influence from Python set keyframes in the w...Joshua Leung
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne
2016-11-29Fix T50029: BVHTree.FromPolygons memory leakCampbell Barton
2016-11-13BMesh: BM_face_exists no longer uses return argCampbell Barton
2016-11-01Fix T49856: Blender 2.78 crashes after loading data from a blendfileBastien Montagne
2016-10-25API: Fix LinksAaron Carlisle
2016-10-20Fix T49797: Exception from scene update handler might leak external engine de...Sergey Sharybin
2016-10-18Clarified warning in EnumPropertySybren A. Stüvel
2016-09-15Fix Py's IDs user mapping: do not consider ShapeKeys' from here.Bastien Montagne
2016-09-15Fix Py's IDs user mapping: do not consider proxy_from here.Bastien Montagne
2016-09-14Fix T49342: TypeError when autocompleting bpy.app.something.Bastien Montagne
2016-09-13Fix bpy.data.user_map() ignoring unused datablocks.Bastien Montagne
2016-09-01pydoc: added missing 'compress' parameter to b.t.BlendDataLibraries.writeSybren A. Stüvel
2016-08-06Basic Alembic supportKévin Dietrich
2016-07-31Cleanup: reduce Vector_getseters size using macrosCampbell Barton
2016-07-31PyAPI: minor optimization for dictionary creationCampbell Barton
2016-07-31PyAPI: fix leak in unlikely case converting idprops failCampbell Barton
2016-07-31PyAPI: Add PyC_UnicodeAsByteAndSizeCampbell Barton
2016-07-31Docs: add initial idprop.types API docsCampbell Barton
2016-07-31Py-Driver: re-use self PyObject when its unchanged.Campbell Barton