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
2014-02-07Texture Nodes: "At" distortion node was missing from the add menu.Thomas Dinges
2014-02-07Fix T38538: repeat history menu show operators that can't be repeated.Brecht Van Lommel
2014-02-07Bevel Modifier: fix bug T37916, bad result after mirror modifier.Howard Trickey
2014-02-07UI: avoid O(n2) for old button lookups since both lists are almost always ali...Campbell Barton
2014-02-07Code cleanup: move old->new button search into ui_but_find_oldCampbell Barton
2014-02-07Fix for button comparisons ignoring rna-indexCampbell Barton
2014-02-07Add Tabs for Movie Clip EditorSergey Sharybin
2014-02-07Fix T38370: Ubuntu 14.04 opencolorio segfaults blender on parsing colormanage...Bastien Montagne
2014-02-07Fix T36979: wrong render of textured mesh lights with multiple importance sam...Brecht Van Lommel
2014-02-07Fix T38521: skin modifier crash with zero radius vertices.Brecht Van Lommel
2014-02-07Fix T38503: crash in non-threadsafe VBO free code during render.Brecht Van Lommel
2014-02-07Quiet warningCampbell Barton
2014-02-07* Typo fix.Thomas Dinges
2014-02-07UI: Fix Cloth panel after 28936a415076, was too large and looked bad.Thomas Dinges
2014-02-07Fix T38526: crash using blackbody node on background with multiple importance...Brecht Van Lommel
2014-02-07Fix T38524: Cycles not rendering sky texture correct when the direction vecto...Brecht Van Lommel
2014-02-06Patch T31269: Add sewing seams to cloth simulationDaniel Genrich
2014-02-06Fix T38516: crash when using color picker from redo panel.Brecht Van Lommel
2014-02-06Fix T38515: python menu tooltip description affecting unrelated menus.Brecht Van Lommel
2014-02-06Fix compile error in last commit, forgot to include this change.Brecht Van Lommel
2014-02-06Cycles: add pass alpha threshold value to render layers.Brecht Van Lommel
2014-02-06Bye-bye FAST!Sergey Sharybin
2014-02-06Fix wrong animation duration when using older LibavSergey Sharybin
2014-02-06Remove unnecessary debug printSergey Sharybin
2014-02-06Fix T38498: properly unlink scene pointers from SpaceNode.Lukas Tönne
2014-02-06Fix T38500: Audio of a scene strip can't be mutedSergey Sharybin
2014-02-06Fix lamps drawing only partially in OpenGL render.Brecht Van Lommel
2014-02-06Cycles Network rendering, remove some exception throwing, replace with saner ...Martijn Berger
2014-02-05Fix T35328: Disk caches of multiple particle systems on a single object overw...Sergey Sharybin
2014-02-05Fix T35810: Texture faces display white in 3D view, when used as a Particle O...Sergey Sharybin
2014-02-05Fix T35247: Particle texture behaves incorrectly after changing the number of...Sergey Sharybin
2014-02-05Code cleanup: replace magic constants with more verbose bitnamesSergey Sharybin
2014-02-05Add debug print to ID update taggingSergey Sharybin
2014-02-05Fix player stubs after change in compositorJens Verwiebe
2014-02-05Building elbeem without openmp failedCampbell Barton
2014-02-05Fix compilationSergej Reich
2014-02-05Scanfill: use poly_nr as an index rather then index + 1Campbell Barton
2014-02-05Quiet warningCampbell Barton
2014-02-05Fix T36769: fluid sim modifier can crash blenderDaniel Genrich
2014-02-05Scanfill: avoid converting int<>intptr_t for displist indicesCampbell Barton
2014-02-05Scanfill: malloc arrays and zero init membersCampbell Barton
2014-02-05Fix T38340 and T38473: fixed Scene pointers in Composite and Defocus nodes do...Lukas Tönne
2014-02-05Fix T38476: incorrect hair draw type after editing particle system in edit mode.Brecht Van Lommel
2014-02-05Fix T38478: pin panel, then ctrl+click to collapse others incorrectly unpinne...Brecht Van Lommel
2014-02-05PyAPI: mathutils.Vector.cross now works for 2d vectors (returns a float)Campbell Barton
2014-02-05Fix T38466: F12 / ctrl F12 shortcuts not showing in Render menu.Brecht Van Lommel
2014-02-05Fix T38471: parenting in the outliner was possible with library linked objects.Brecht Van Lommel
2014-02-05Fix for RNA stringifying enum-flags freeing wrong pointer.Campbell Barton
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-02-05Fix for vpaint_stroke_test_start returning operator flags, not boolCampbell Barton