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
2017-03-01Cleanup: code-style, duplicate headerCampbell Barton
2017-03-01Fix text and icon positioning issuesraa
2017-03-01Fix error moving keyframes in graph editor after refactor baseAntonioya
2017-03-01Task scheduler: Remove counter of done tasksSergey Sharybin
2017-03-01Base Refactor Tasks: Fix some legacy bases for dopesheetAntonio Vazquez
2017-03-01Base Refactor Tasks: Change selection flagsAntonio Vazquez
2017-03-01Base Refactor Tasks for gpencil filterAntonio Vazquez
2017-03-01Dopesheet: fix crash when dragging keyframesDalai Felinto
2017-03-01Cleanup: Rename outliner enumJulian Eisel
2017-03-01Outliner: Make deleting collections from "All Collections" mode workJulian Eisel
2017-02-28Outliner: Highlight active layer collection in "All Collections" modeJulian Eisel
2017-02-28Cleanup: Add outliner_utils.c, move functions into itJulian Eisel
2017-02-28clean up GL / GPU #includesMike Erwin
2017-02-28remove GPU_basic_shader calls from wm_gestureMike Erwin
2017-02-28remove unused code from interface_iconsMike Erwin
2017-02-28remove unused code from uvedit_drawMike Erwin
2017-02-28Outliner: Delete all selected collections, not just active oneJulian Eisel
2017-02-28OpenGL: no more display listsMike Erwin
2017-02-28Fix Dopesheet and Curve editor to use new bases in SceneLayer instead of old ...Antonio Vazquez
2017-02-28Draw Manager: Fix ortho grid in front of overlays.Clément Foucault
2017-02-28Edit Mesh overlays: fix half cut vertices.Clément Foucault
2017-02-28Edit Mesh overlays: added looses edges and verts as triangle.Clément Foucault
2017-02-28Highlight active collection in outlinerJulian Eisel
2017-02-28Fix/workaround T48549: Crash baking high-to-low-poly normal map in cyclesSergey Sharybin
2017-02-28Fix T49936: Cycles point density get's it's bounding box from basis shape keySergey Sharybin
2017-02-28skip OpenGL debug logic on AppleMike Erwin
2017-02-28OpenGL: enable use of AMD_debug_outputMike Erwin
2017-02-28OpenGL: remove GPU_state_print functionMike Erwin
2017-02-28OpenGL: remove obsolete GL_POINT_SMOOTHMike Erwin
2017-02-28rename built-in point shaders, SMOOTH --> AAMike Erwin
2017-02-28OpenGL: keyframe shape fixesMike Erwin
2017-02-28Cleanup: Grey --> GrayAaron Carlisle
2017-02-28Outliner: "All Collections" mode showing the master collection hierarchyJulian Eisel
2017-02-27Outliner: Rename "Collections" display mode to "Active Render Layer"Julian Eisel
2017-02-27Merge branch 'master' into blender2.8Luca Rood
2017-02-27Immediate Mode: Lattice drawingDalai Felinto
2017-02-27Immediate Mode: force fieldsDalai Felinto
2017-02-27Surface Deform Modifier (SDef)Luca Rood
2017-02-27Fix memory leak when making duplicates real and parent had constraintsSergey Sharybin
2017-02-27Clay Engine: Edit Mesh overlay fix jaggy edges.Clément Foucault
2017-02-27Fix/workaround T50677: Shrinkwrap constraint don't get updated when target me...Sergey Sharybin
2017-02-27Similar to previous commit, but for object constraintsSergey Sharybin
2017-02-27Depsgraph: Shrinkwrap constraint actually depends on geometrySergey Sharybin
2017-02-27Bring back border selectionDalai Felinto
2017-02-27Prevent crash when copying objectDalai Felinto
2017-02-27Fix missing break setting curve auto-handlesCampbell Barton
2017-02-27Outliner: Don't use alphabetical sorting for collectionsJulian Eisel
2017-02-26Clay Engine: fix shader :/Clément Foucault
2017-02-26Clay Engine: Replace if() by assert()Clément Foucault
2017-02-26Clay Engine: Edit mesh overlaysClément Foucault