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-09-15Depsgraph: Avoid some false-positive time dependencies of scripted driversSergey Sharybin
2016-09-15Fix filebrowser not getting back to valid dir in Release builds.Bastien Montagne
2016-09-15Fix crash in some cases when deleting particle systems.Bastien Montagne
2016-09-15Fix Py's IDs user mapping: do not consider ShapeKeys' from here.Bastien Montagne
2016-09-15OpenGL render: Skip GP passes if viewport has GP visibility disabledSergey Sharybin
2016-09-15Fix Py's IDs user mapping: do not consider proxy_from here.Bastien Montagne
2016-09-15Use temp .blend file copybuffer for pose copy-pasteSergey Sharybin
2016-09-14Fix T49352: Blender's file browser do not display previews.Bastien Montagne
2016-09-14Cleanup: Fix epic indent failure in previous commit :/Bastien Montagne
2016-09-14Fix missing PaintCurves list in bpy.dataBastien Montagne
2016-09-14Fix memory leak in copy pose operatorSergey Sharybin
2016-09-14Fix T49342: TypeError when autocompleting bpy.app.something.Bastien Montagne
2016-09-14Attempt to fix broken path remapping in own rB443b3ca9b9cb.Bastien Montagne
2016-09-14Fix two issues related to 'partial' .blend files:Bastien Montagne
2016-09-13FileBrowser: Always do full cache refresh while we are still listing...Bastien Montagne
2016-09-13Fix bpy.data.user_map() ignoring unused datablocks.Bastien Montagne
2016-09-13Outliner: Report linked datablock edit failure when trying to rename linked d...Philipp Oeser
2016-09-13Fix T49323: Ineffective bone roll calculation with low rig scaleSergey Sharybin
2016-09-13Fix T49336: Outliner allows to edit restrict flags for linked objectsSergey Sharybin
2016-09-12Fix error in --debug-handlers printingJulian Eisel
2016-09-12Fix code which was commented by accidentSergey Sharybin
2016-09-12Graph editor: Add channel option to make it persistent on displaySergey Sharybin
2016-09-12Fix T49296, assert failure in Bevel code.Howard Trickey
2016-09-11Revert "GPencil: Add IFACE_ macro to some strings"Antonioya
2016-09-11GPencil: Add IFACE_ macro to some stringsAntonioya
2016-09-11GPencil: Change interpolate stroke factorAntonioya
2016-09-11NDOF: allow view movement for modal border and circle select operators.Kai Mach
2016-09-09Cleanup: IndentationSergey Sharybin
2016-09-09Fix missing 'prop_required' flags in some ID RNA funcs.Bastien Montagne
2016-09-09Fix/Workaround T49297: Crash related to custom data draw (Blender with ASAN)Sergey Sharybin
2016-09-09Fix T49299: Removing offset object in modifiers doesn't update mesh.Bastien Montagne
2016-09-09Smoke viewport: remove dead code.Kévin Dietrich
2016-09-09Alembic streaming: initial support to interpolate data between frames.Kévin Dietrich
2016-09-09Alembic: add option to triangulate meshes upon export.Kévin Dietrich
2016-09-09Alembic, cleanup: split archive opening code in their own classes andKévin Dietrich
2016-09-08Fix T49283: Crash in BKE_ptcache_make_particle_key.Bastien Montagne
2016-09-08Fix compilation error: Shadowing of variableSergey Sharybin
2016-09-08Fix strict compiler warningsSergey Sharybin
2016-09-08Fix compilation error: missing forward declarationSergey Sharybin
2016-09-07GP Interpolation: Mark created frames as being "breakdowns"Joshua Leung
2016-09-07Fix: GPencil drawing sessions now respect limits for maximum undo stepsJoshua Leung
2016-09-07Code Cleanup: Deduplicate undo node freeing codeJoshua Leung
2016-09-07Fix T49273: Crash during access to dupli weights at launch time.Bastien Montagne
2016-09-07GPencil: New interpolate strokes operatorsAntonioya
2016-09-07OpenSubdiv: Support multiple materials drawing in Cycles textured viewSergey Sharybin
2016-09-06Revert "Depsgraph: Prioritize evaluation of the new scheduled nodes"Sergey Sharybin
2016-09-06Fix T41883: Strip keyframes not respected for scenes rendered by other scenesSergey Sharybin
2016-09-05cleanup: macro whitespace \ alignmentMike Erwin
2016-09-05Fix cast shadows (material option) in the viewportMike Erwin
2016-09-05UI: Ctrl+Tab and Ctrl+Shift+Tab to cycle through space context "tabs"Julian Eisel