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-09-28Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-28Cleanup: switch fall-through warningCampbell Barton
2017-09-27bgl module: extend `gl_buffer_type_from_py_format_char` function to work with...Germano
2017-09-27Merge branch 'master' into blender2.8Campbell Barton
2017-09-27Cleanup: warningCampbell Barton
2017-09-27bgl module: Interpret a buffer as a bgl.BufferGermano
2017-09-25Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-22Remove quicktime supportAaron Carlisle
2017-09-22Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-22Cleanup: unused defineCampbell Barton
2017-09-19Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-19Cleanup: BLI_utildefines prefix for header-only libsCampbell Barton
2017-09-11Merge branch 'master' into blender2.8Campbell Barton
2017-09-09Resolve T52687: Add node label shows as 'Unknown'Campbell Barton
2017-09-09PyAPI: Fix mathutils freeze allowing owned dataCampbell Barton
2017-09-09Docs: mathutils docstringsCampbell Barton
2017-09-09Cleanup: mathutils vector commentsCampbell Barton
2017-09-09Correct last commitCampbell Barton
2017-09-09Cleanup: Simplify SWIZZLE macroCampbell Barton
2017-09-07Merge branch 'master' into blender2.8Campbell Barton
2017-09-07Correct function name in argument parsingCampbell Barton
2017-09-07PyAPI: add function to get an RNA subclassCampbell Barton
2017-09-05Merge branch 'master' into blender2.8Campbell Barton
2017-09-04RNA/PyAPI: Expose Py classes in bpy.typesCampbell Barton
2017-09-04Cleanup: avoid confusing assignmentCampbell Barton
2017-09-02Correct own error simplifying matrix checksCampbell Barton
2017-08-31Merge branch 'master' into blender2.8Campbell Barton
2017-08-31RNA: Limit which classes struct-map containsCampbell Barton
2017-08-28Docs: BMesh.from_mesh behavior w/ multiple callsCampbell Barton
2017-08-28Docs: BMesh.from_mesh behavior w/ multiple callsCampbell Barton
2017-08-25Merge branch 'master' into blender2.8Campbell Barton
2017-08-24Correct error in recent use of PyC_Long_*Campbell Barton
2017-08-23Merge branch 'master' into blender2.8Campbell Barton
2017-08-23Cleanup: mark VA_NARGS_COUNT as publicCampbell Barton
2017-08-23Cleanup: move variadic defines to their own headerCampbell Barton
2017-08-23Merge branch 'master' into blender2.8Campbell Barton
2017-08-23PyAPI: avoid instantiating args twice in macroCampbell Barton
2017-08-23Merge branch 'master' into blender2.8Campbell Barton
2017-08-22Fix error in PointerProperty argument listCampbell Barton
2017-08-22Manipulator: Add API target_get/set/range wrappersCampbell Barton
2017-08-22Merge branch 'master' into blender2.8Campbell Barton
2017-08-22PyAPI: Minor gawain correctionsCampbell Barton
2017-08-22PyAPI: replace PyC_FromArray with typed functionsCampbell Barton
2017-08-21Fix for recent fix in fc890cd, cstdint is c++11 only so don't use it yet.Brecht Van Lommel
2017-08-20PyAPI: add gpu.select (initial module)Campbell Barton
2017-08-20Merge branch 'master' into blender2.8Campbell Barton
2017-08-20Replace BLI_INLINE w/ Py_LOCAL_INLINE for PythonCampbell Barton
2017-08-20PyAPI: gpu.matrix.push_pop context managerCampbell Barton
2017-08-20Fix bpy library load: invalid function signatureCampbell Barton
2017-08-20PyAPI: Add exceptions to stack push/popCampbell Barton