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-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
2015-08-05Doc fix: rather then -> rather thanSybren A. Stüvel
2015-08-04SCons: Fix for really nasty bug with polluting configuration environmentSergey Sharybin
2015-08-04Use PyC_ParseBool to parse boolsCampbell Barton
2015-08-03Fix bgl so that get-methods that take a string use strings instead of bgl buf...Martijn Berger
2015-08-03Add bool parser for PyArg_ParseTupleCampbell Barton
2015-08-02Cleanup: quiet int overflow warningsCampbell Barton
2015-07-31Docs: doxy correctionsCampbell Barton
2015-07-29Add mathutils.bvhtree APICampbell Barton
2015-07-29Optimize PySequence_Fast usageCampbell Barton
2015-07-29Fix leaks in mathutils PySequence_Fast usageCampbell Barton
2015-07-29Fix leak in BPy_BMElem_PySeq_As_ArrayCampbell Barton
2015-07-29Fix leak in PyC_AsArrayCampbell Barton
2015-07-29Cleanup: check exact error w/ mathutils functionsCampbell Barton
2015-07-28Audaspace: fixing problems for the merge to master suggested by Campbell and ...Jörg Müller
2015-07-24Cleanup: comments (remove outdated & update)Campbell Barton
2015-07-24PyAPI: update bgl to OpenGL 3.3Martijn Berger
2015-07-24Cleanup: remove redundant __doc__ from bglCampbell Barton
2015-07-24Cleanup: move defines inside bgl C sourceCampbell Barton
2015-07-22Don't make Python classes of StructRNA on startupCampbell Barton
2015-07-18Cleanup: whitespace (CMake)Campbell Barton
2015-07-13increase mathutils callback count (BGE devs, read the log)Dalai Felinto
2015-07-12PyAPI: Use separate writes for operator reportsCampbell Barton
2015-07-10BLI_math 'compare' cleanup & enhancements.Bastien Montagne
2015-07-06Cleanup: style, spellingCampbell Barton
2015-06-17Cleanup: duplicate includesCampbell Barton
2015-06-16Cleanup: styleCampbell Barton
2015-06-14BMesh: use define for stringCampbell Barton
2015-06-11Add argument --python-expr to pass Python directlyCampbell Barton