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
path: root/source
AgeCommit message (Expand)Author
2016-01-09Cleanup: make use of PIL time instead of redefining own timers.Kévin Dietrich
2016-01-09Audaspace: Sequencer sound bugfix and mono UI.Jörg Müller
2016-01-09Text Editor: Autocomplete suggestion wrap-aroundCampbell Barton
2016-01-09Readfile: use hash lookup for bonesCampbell Barton
2016-01-08Fix T47047: Toolbars opening at maximum zoom levelCampbell Barton
2016-01-08Fix bisect flagging w/ multiple cuts on an ngonCampbell Barton
2016-01-08Math Lib: use x-span for fill_poly_v2i_n callbackCampbell Barton
2016-01-08Remove raskter librarySergey Sharybin
2016-01-08Tracking: Cleanup, reduce scope of some variablesSergey Sharybin
2016-01-08Tracking: Use BLI mask rasterization for track masksSergey Sharybin
2016-01-08Sequencer: Tweak to how/when the "use_framerate" option is enabledJoshua Leung
2016-01-08Koro request: add 'active layer' and 'selected' options to view3D' paste oper...Bastien Montagne
2016-01-08Fix T47138: Page Down key pages up, instead of down, in Outliner.Bastien Montagne
2016-01-08Fix T47135: VSE importing sound is one frame longer than video.Bastien Montagne
2016-01-08Simplify checker mapping in BI when both Odd and Even are disabledSergey Sharybin
2016-01-08Correct warnings from recent cleanupCampbell Barton
2016-01-08Sequencer: Use movieclip framerate when importing new movie stripsJoshua Leung
2016-01-08Fix T46993: UI lag in fullscreen mode on OS X / Intel graphics.Brecht Van Lommel
2016-01-08OpenGL: remove obsolete version checkMike Erwin
2016-01-08cleanup: C99Mike Erwin
2016-01-08cleanup: C99Mike Erwin
2016-01-08OpenGL: fix max texture anisotropy checkMike Erwin
2016-01-08OpenGL: use best available mipmap gen functionMike Erwin
2016-01-08cleanup: OpenGL commentMike Erwin
2016-01-08OpenGL: remove some hacks/workaroundsMike Erwin
2016-01-08OpenGL: remove glPointSize hackMike Erwin
2016-01-07Fix RNA_enum_set_identifier(), needs a context to handle correctly dynamic en...Bastien Montagne
2016-01-07BMesh: add select next/prev operatorCampbell Barton
2016-01-07Fix T46723: Issue with linking to rigs running Blender in new depsgraph modeSergey Sharybin
2016-01-07Fix error in recent commitCampbell Barton
2016-01-07Select mirror multiple axis supportCampbell Barton
2016-01-07Fix access possibly uninitialized armature's bounding box flagSergey Sharybin
2016-01-07Cleanup: use generic xyz axis enumsCampbell Barton
2016-01-07Cleanup: remove unused scene argCampbell Barton
2016-01-07Cycles: Refactor how we pass bounce info to light path node.Thomas Dinges
2016-01-06Proper fix for memleaks when rendering partsys from edit mode...Bastien Montagne
2016-01-06...And fix memleak in previous commit, sigh...Bastien Montagne
2016-01-06Fix (unreported) crash when rendering hairs from edit mode (own regression in...Bastien Montagne
2016-01-06'users of ID' py API.Bastien Montagne
2016-01-06Fix T47034: Explode "Cut Edges" looses UV'sCampbell Barton
2016-01-06Fix Blender Player linking issue.Kévin Dietrich
2016-01-05Fix T46984: Image mapping bugSergey Sharybin
2016-01-05CMake: copy python DLL for MinGW buildsCampbell Barton
2016-01-05OpenGL: various small optimizationsMike Erwin
2016-01-04ID: Sanitize handling of 'USER_ONE' (ensure_user) case.Bastien Montagne
2016-01-04BLI_task threaded looper: do not assert when start == stop.Bastien Montagne
2016-01-04Fix (unreported) memleak related to PBVH and looptri.Bastien Montagne
2016-01-04Sculpt: OMP -> BLI_task, step III.Bastien Montagne
2016-01-04Cycles-Bake: Unset properties fallback only working for invokeDalai Felinto
2016-01-04Fix T47076 part IIDalai Felinto