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
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
2016-07-31Py-Driver: use intern stringsCampbell Barton
2016-07-30Py-Driver: add 'self' optionCampbell Barton
2016-07-23Cleanup: styleCampbell Barton
2016-07-18Docs: improve bpy.props.EnumProperty referenceCampbell Barton
2016-07-16Cleanup: spellingCampbell Barton
2016-07-14PyAPI: minor cleanup with library linkingCampbell Barton
2016-07-14PyAPI: Leak fix caused crash w/ attr swap trickCampbell Barton
2016-07-14PyAPI: fix leak linking library dataCampbell Barton
2016-07-14PyAPI: fix memory leaks in dictionary assignmentCampbell Barton
2016-07-14PyAPI: Use module names on initializatonCampbell Barton
2016-07-07Cleanup: spelling, styleCampbell Barton
2016-07-02Fix typo in bgl.Buffer report functionThomas Szepe
2016-07-02Cleanup: comment blocksCampbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2016-06-27Fix T48717: Modal operators called from Py omit reports from the UICampbell Barton
2016-06-22Cleanup: use proper RNA struct type for ListBase typeBastien Montagne
2016-06-12bmesh py api: expose BM_face_calc_tangent_*Campbell Barton
2016-05-31Cleanup: parenthesize definesCampbell Barton
2016-05-28PyRNA: Fix repr used /w arraysCampbell Barton
2016-05-21Python API: add material to uniforms from gpu.export_shader.Sebastian Ullrich
2016-05-17C99/C++11: replace deprecated finite() by isfinite().Brecht Van Lommel
2016-05-11Cleanup: unused win32 headersCampbell Barton
2016-05-11Fix incorrect FLT_MIN useCampbell Barton
2016-04-29Fix T48290: Hook fails after deleting geometryCampbell Barton
2016-04-25Refactor BKE_blender into separate headersCampbell Barton
2016-04-25Recent pydriver update missed setting 'curval'Campbell Barton
2016-04-25Docs: note that BMesh loops are accessed via facesCampbell Barton
2016-04-23PyAPI: support writing compressed library blendsCampbell Barton
2016-04-22BLF: use float vector passing color argsCampbell Barton
2016-04-19Fix T48193: Incorrect keyframe_insert docsCampbell Barton
2016-04-12Cleanup: use boolCampbell Barton
2016-04-05PyDriver support for all RNA property typesCampbell Barton
2016-04-01Update stub for recent BPY APICampbell Barton
2016-04-01Generic check for string being a Py keywordCampbell Barton
2016-03-30Fix T47993: noise_vector ignores random seedCampbell Barton
2016-03-24Rework library_query foreach looper - add optional recursivity.Bastien Montagne
2016-03-19mathutils.bvhtree: Add find_nearest_range API callCampbell Barton
2016-03-14Fix T47784: BMesh.from_object broken keyword argsCampbell Barton