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
2019-05-31Cleanup: style, use braces in source/ (include disabled blocks)Campbell Barton
2019-05-31Cleanup: style, use braces in source/Campbell Barton
2019-05-31Fix missing file read/write of proxy/transform/crop settings when not usedBrecht Van Lommel
2019-05-31Fix T65285: Crash with Object.to_mesh() in certain conditionsSergey Sharybin
2019-05-31VSE: don't add crop and transform data for sound stripsRichard Antalik
2019-05-30Fix T65231: Null audio device and AV Sync halts playbackJörg Müller
2019-05-30WM: use different drag thresholds for mouse/tablet eventsCampbell Barton
2019-05-29Fix T65275: missing dereferenceJacques Lucke
2019-05-29Fix T58251: Cycles ignores linked meshes when renderingSergey Sharybin
2019-05-29Fix T65027: Snap 3D cursor on hidden faces doesn't work in Edit Mode.mano-wii
2019-05-28Fix T65175: nodetree animation stays linked after duplicating a lampPhilipp Oeser
2019-05-28Eevee: Change default shadowmap near clipping distanceClément Foucault
2019-05-28Depsgraph: Only invoke callbacks when there are changesSergey Sharybin
2019-05-27Eevee: Fix Aliasing in Light ProbesAdam Nydahl
2019-05-27Fix (unreported) invalid handling of IDs usercount in `BKE_mesh_new_from_obje...Bastien Montagne
2019-05-27Fix T63173: Dragging hidden collection inside a visible one unhides itDalai Felinto
2019-05-27Wireframe: Make wireframe's Xray slider default to 0Clément Foucault
2019-05-27Depsgraph: Fix condition inverted by mistakeSergey Sharybin
2019-05-27Depsgraph API: Allow preserving custom data layersSergey Sharybin
2019-05-25Fix T65094: Sequencer crashes blender when scene strip has NULL sceneDalai Felinto
2019-05-24Viewport: Change default studiolightClément Foucault
2019-05-24Fix T65059: Crash in empty scenes for context _bases functionsDalai Felinto
2019-05-24Viewport: add more contrast to default studio light, make it default againBrecht Van Lommel
2019-05-24Depsgraph: Fix violation of evaluated domainSergey Sharybin
2019-05-24Cleanup: warningsCampbell Barton
2019-05-23VSE: minimal cache invalidationRichard Antalik
2019-05-23VSE: remove lazy loading for strip crop and transformRichard Antalik
2019-05-23Merge branch 'blender2.7'Bastien Montagne
2019-05-23Fix (unreported) missing remapping of proxy_from pointer.Bastien Montagne
2019-05-23Masks: Properly port to Copy-on-Write conceptSergey Sharybin
2019-05-23Cleanup: modernize code of new `BLE_main_id_refcount_recompute()`.Bastien Montagne
2019-05-23Merge branch 'blender2.7'Bastien Montagne
2019-05-23Fix (unreported) broken collections after undo/redo, or remapping (leading to...Bastien Montagne
2019-05-23BKE Collection: Add new function to rebuild parent relationships.Bastien Montagne
2019-05-23Fix T64764: 'Reload' on linked libraries disconnects proxy armature datablocks.Bastien Montagne
2019-05-22BKE Library handling: add function to recompute usercounts of IDs.Bastien Montagne
2019-05-22Remove "_base*" from context APIDalai Felinto
2019-05-21VSE: Don't store `cfra` in cacheRichard Antalik
2019-05-21Fix T64414: crash deleting collection used for particle group and use countBrecht Van Lommel
2019-05-21Cleanup: remove unused functionBrecht Van Lommel
2019-05-21Cleanup: clang-format, sort structsCampbell Barton
2019-05-21Particle: optimize threading for many particles and many coresJuan Gea
2019-05-21Fix T64804 crash editing image paint fallof in edit modeBrecht Van Lommel
2019-05-21Viewport: MSAA support during ViewportRenderingJeroen Bakker
2019-05-21GPencil: Set samples to 10 for Soft brushAntonioya
2019-05-21GPencil: Set default Fill brush size to 20Antonioya
2019-05-21Mask: Fix missing remap of active spline/point on copySergey Sharybin
2019-05-21Fix T64842: crash rendering files with bevel curvesBrecht Van Lommel
2019-05-21Fix T64763: 'Make Proxy' creates Proxy within linked Collection.Bastien Montagne
2019-05-20Normal UI: for all ops needing autosmooth on, enable it if needed.Howard Trickey