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-05-11Fix Blenderplayer stubsLukas Stockner
2017-05-11Sculpt Drawing: reduce redundant color conversionCampbell Barton
2017-05-10Fix T51455: Render Layers in compositor from a different scene not workingLukas Stockner
2017-05-10Fix missing relation in new DEG between World and its NodeTree.Bastien Montagne
2017-05-10UI: editor menu, swap Text and node editorsAaron Carlisle
2017-05-10Fix T51354: Final take on multi-view (single view) issuesDalai Felinto
2017-05-10Fixup for multi-view single eye viewport issuesDalai Felinto
2017-05-10Partial fix to Multi-View single eye issues in viewportDalai Felinto
2017-05-09Fix (unreported): Crash if a right click is performed on an image datablock (...Thomas Beck
2017-05-09Fix T51434: Module math operation is wrong in GLSL shadingCarlo Andreacchio
2017-05-09UI: Editor menu, move VSE below MCEAaron Carlisle
2017-05-08Fix missing render update when building without OCIO but having GLSL image dr...Sergey Sharybin
2017-05-08Fix capitalization in some particle panelsLuca Rood
2017-05-08Fix T51432: Find Files case sensitive on win32Campbell Barton
2017-05-07Remove unused node socket flag that was added in the render pass commitLukas Stockner
2017-05-07Color management: add Filmic view transform to Blender configuration.Brecht Van Lommel
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-05-06Cleanup: use index syntax instead of additionCampbell Barton
2017-05-06Cleanup: use uint/ushort for polyfill2dCampbell Barton
2017-05-06Cleanup: use const pointers where possibleCampbell Barton
2017-05-06Fix PyAPI crash assigning/deleting id-propertiesCampbell Barton
2017-05-06Cleanup: unused return, redundant assignmentsCampbell Barton
2017-05-06bmesh: use 'uint' instead of 'unsigned int'Campbell Barton
2017-05-06Cleanup: line length, use const struct membersCampbell Barton
2017-05-05MakeLocal: fix bad (missing) handling of proxy_from uglyness.Bastien Montagne
2017-05-05Add a new LOOPBACK flag to libquery's callbacks.Bastien Montagne
2017-05-05Masks: Fix broken animation after adding primitivesSergey Sharybin
2017-05-05Fix (unreported) memleak in Warp modifier copying.Bastien Montagne
2017-05-05MakeLocal: switch back to secure, slightly slower final steps.Bastien Montagne
2017-05-05MakeLocal: forcefully recalc affected armatures' poses.Bastien Montagne
2017-05-05Add check (error message + assert) that pose is valid in armature evaluation.Bastien Montagne
2017-05-05Revert "Add red alert in UI controls for datablock pointer properties"Julian Eisel
2017-05-05Fix reading past bounds removing from color rampCampbell Barton
2017-05-05Remove redundant backbuffer/transform checkCampbell Barton
2017-05-04Fix missing usercount update of poselib when copying Object.Bastien Montagne
2017-05-04Add debug/timing prints in MakeLocal and remapping code.Bastien Montagne
2017-05-04Fix use after free of new render layer ID properites after copying sceneSergey Sharybin
2017-05-04Fix memory leak of ID properties after recent render passes commitSergey Sharybin
2017-05-03Fix error in node flag checkCampbell Barton
2017-05-03"Fix" root cause of T51260 Forward compatibility crash fter adding new IDProp...Bastien Montagne
2017-05-03Render API/Cycles: Identify Render Passes by their name instead of a type flagLukas Stockner
2017-05-02BGE: Fix silly typo that invalidates negative scaling camera feature.Benoit Bolsee
2017-05-02Revert "Depsgraph: Link from material to object shading"Sergey Sharybin
2017-04-29Cleanup: comment blocksCampbell Barton
2017-04-29View3D: support both orbit select & depthCampbell Barton
2017-04-29Curve Fitting: minor change to re-fitting methodCampbell Barton
2017-04-29Cleanup: unused includesCampbell Barton
2017-04-29Implementation of custom python entries in all right click menusThomas Beck
2017-04-28Fix T51324: Auto-Depth fails rotating out of cameraCampbell Barton
2017-04-28Alembic: use object-oriented approach in ABC_read_mesh()Sybren A. Stüvel