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
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
2015-09-26Use PyThreadState_GetDict, avoid Python internalsCampbell Barton
2015-09-23Workaround for linking Python on win32Campbell Barton
2015-09-21Recent change for Py3.6 compat caused fatal-errorCampbell Barton
2015-09-19Fix for building w/ Python3.6Campbell Barton
2015-09-18BLF: initial word-wrap supportCampbell Barton
2015-09-18Cleanup: simplify PyBMesh customdata API useCampbell Barton
2015-09-17Fix T46090: Blender game embedded player crashSybren A. Stüvel
2015-09-13Cleanup: spellingCampbell Barton
2015-09-10PyAPI: add an update method for propertiesCampbell Barton
2015-09-10Show correct syntax for id-propertiesCampbell Barton
2015-09-09bgl: fix implicit overflowCampbell Barton
2015-09-09bgl: disable some defines not found in mesa 7Campbell Barton
2015-09-09Fixes T46060 Regenerated the full list of constants we should exposeMartijn Berger
2015-09-07Cleanup: gpu constants weren't so clearly arrangedCampbell Barton
2015-09-04Math Lib: Use plane intersect from graphics-gemsCampbell Barton
2015-09-04Quiet warningsJulian Eisel
2015-09-01Don't use GCC-only pragma for all compilersSergey Sharybin
2015-09-01Fix T45976: Crash accessing BMesh customdataCampbell Barton
2015-09-01Fix T45939: Crash w/ BMesh.*.sort()Campbell Barton
2015-09-01Use qsort_r for BMesh Py APICampbell Barton
2015-08-31Fix T45955: Python's pdb can't show script sourceCampbell Barton
2015-08-25Cleanup: styleCampbell Barton
2015-08-24mathutils.BVHTree: support overlap self-intersectCampbell Barton
2015-08-24BVHTree.FromBMesh() missed epsilon argCampbell Barton
2015-08-22Cleanup: spellingCampbell Barton
2015-08-20Resolve MSVC/OpenMP compat issueCampbell Barton
2015-08-20BVH-overlap: add callback to BLI_bvhtree_overlapCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-10Data previews: add utils to generate/clear previews.Bastien Montagne