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-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2017-02-02Merge branch 'master' into blender2.8Bastien Montagne
2017-02-02Fix missing uniform type for python GPU uniform export.Michael Stahre
2017-01-31Merge branch 'master' into blender2.8Bastien Montagne
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-05Merge branch 'master' into blender2.8Julian Eisel
2017-01-02Fix: Passed wrong last argument to functionJoshua Leung
2016-12-29Merge branch 'master' into blender2.8Bastien Montagne
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-12Merge branch 'master' into blender2.8Bastien Montagne
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne
2016-12-01Merge branch 'master' into blender2.8Lukas Tönne
2016-11-29Fix T50029: BVHTree.FromPolygons memory leakCampbell Barton
2016-11-19bgl do not bind parts of OpenGL that are not exposed in core profilesMartijn Berger
2016-11-16Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2016-11-13BMesh: BM_face_exists no longer uses return argCampbell Barton
2016-11-02Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2016-11-01Fix T49856: Blender 2.78 crashes after loading data from a blendfileBastien Montagne
2016-10-25API: Fix LinksAaron Carlisle
2016-10-21Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
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-10-16BLF: make blurry text an optional (disabled) featureMike Erwin
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