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-02-15Cleanup: reorganize BKE ID tagging functions.Bastien Montagne
2016-02-12Fix crash in bvhtree.FromPolygonsCampbell Barton
2016-02-08Fix T47337: BVHTree.find_nearest missingCampbell Barton
2016-02-03Imbuf: remove libredcodeCampbell Barton
2016-01-28cleanup: spelling / typosMike Erwin
2016-01-27World textures displaying for viewport in BI.Alexander Romanov
2016-01-25Docs: quiet warnings in reference doc syntaxCampbell Barton
2016-01-23Vector Transform node support for GLSL mode and the internal rendererAlexander Romanov
2016-01-23Implementation of OpenVDB as a possible cache format for smokeKévin Dietrich
2016-01-21Correct comments & some explanation from last commitCampbell Barton
2016-01-21Remove errors for unsupported math operationsCampbell Barton
2016-01-14Cleanup: warning, whitespaceCampbell Barton
2016-01-14Cleanup: use BM_mesh_* prefix for BMesh functionsCampbell Barton
2016-01-12Add bmesh.select_history.discardCampbell Barton
2016-01-09PyAPI: Redraw notifier when debug value changesCampbell Barton
2016-01-09Cleanup: warning/spellingCampbell Barton
2016-01-06'users of ID' py API.Bastien Montagne
2016-01-04CleanupCampbell Barton
2016-01-04added new "Fake User" option for appending objects, this sets a fake user on ...Martin Felke
2016-01-04Remove SCons building systemSergey Sharybin
2015-12-31Fix T47046: Exporting Max and Maya keymap throws RNA warnings in console.Bastien Montagne
2015-12-31Cleanup: Py API namingCampbell Barton
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-12-08OpenGL: split off framebuffer, shader and texture code into separate files.Brecht Van Lommel
2015-12-08Python: remove support for Python 3.4Campbell Barton
2015-12-07Minor changes needed for standalone mathutilsCampbell Barton
2015-12-06PyAPI: add optional filter argument to KDTree.findCampbell Barton
2015-12-06Cleanup: formatting (PyArg_ParseTuple)Campbell Barton
2015-12-02Using term 'origin' for mathutils.bvhtree docsCampbell Barton
2015-11-30PyAPI: expose low level RNA to bpy.typesCampbell Barton
2015-11-25Cleanup: use correct name in printsCampbell Barton
2015-11-25PyAPI: remove workaround for Py3.4 bugCampbell Barton
2015-11-25BMesh: raise exception face-split w/ adjacent loopsCampbell Barton
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-11-23C99 is now the C standard for all our C code.Brecht Van Lommel
2015-11-19Cleanup: remove unused bmesh iteratorCampbell Barton
2015-11-16Add missing newlines for debug printsCampbell Barton
2015-10-27View3D offscreen buffer was interferring with view navigationDalai Felinto
2015-10-24Cleanup: use quat to eul w/ mathutils APICampbell Barton
2015-10-23BLI_math: add mat3_normalized_to_* functionsCampbell Barton
2015-10-20New function to draw offscreen, and related API changesDalai Felinto
2015-10-20Cleanup: remove _POSIX_C_SOURCE undefineCampbell Barton
2015-10-18Fix T46520: mathutils.bvhtree crashes with distance input.Bastien Montagne
2015-10-15Cleanup: BLO_read: linking API arg order and name.Bastien Montagne
2015-10-153D View: support non-uniform scaled lampsCampbell Barton
2015-10-13Fix T46002: mathutils.geometry.intersect_line_line_2d doesn't operate on line...Bastien Montagne
2015-10-12Cleanup & rework of BLO_linking code.Bastien Montagne
2015-10-12Cleanup in BLO API: rename 'append' funcs to 'link', since none do append, bu...Bastien Montagne
2015-10-10Fix various compiler warnings.Brecht Van Lommel
2015-10-08BLI_path api, minor changes to CWD handlingCampbell Barton