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-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
2017-04-28Alembic: Construct ISampleSelector once and pass alongSybren A. Stüvel
2017-04-27Fix: T50271: Bilateral/Directional blur's iterations is zero by defaultbrunoT
2017-04-27Revert "Fix T51328: Add note to cmdline help that threads must be first"Campbell Barton
2017-04-27Cleanup: remove unused matrix argCampbell Barton
2017-04-27Fix T51328: Add note to cmdline help that threads must be firstAaron Carlisle
2017-04-26Fix race condition invalidating object data's bounding boxSergey Sharybin
2017-04-26Ensure task scheduler exists before any threading starts in BlenderSergey Sharybin
2017-04-26Avoid race condition copying Scene for off-thread OpenGL image saveSergey Sharybin
2017-04-26Threading: Remove thread lock which seems uselessSergey Sharybin
2017-04-26Move depth select loop into its own functionCampbell Barton
2017-04-26Alembic export: support simple child hairs (Fix T51144)Sybren A. Stüvel
2017-04-26Alembic: fixed indentationSybren A. Stüvel
2017-04-26Alembic: fixed memory leaksSybren A. Stüvel
2017-04-26Alembic: fixed refcount issue when duplicating imported objectsSybren A. Stüvel