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
2018-12-14GP: Add Subdivide Smooth optionAntonioya
2018-12-14Fix T59137: Prefs moves header to bottomCampbell Barton
2018-12-14Fix T57724: Opening file browser flips user-prefs headerCampbell Barton
2018-12-14Merge branch 'master' into blender2.8Campbell Barton
2018-12-14Fix typo in context docs.Campbell Barton
2018-12-13UI: show workspace cycling key bindings in menuCampbell Barton
2018-12-13GP: New Smooth operatorAntonioya
2018-12-13Fix T58014, T58650: issues with hex color and Filmic view transform.Brecht Van Lommel
2018-12-13Color management: add OCIO aware utility functions for transform to/from XYZ.Brecht Van Lommel
2018-12-13Fix T58549, T56741: HSV color picker issues with Filmic view transform.Brecht Van Lommel
2018-12-13Speedup: new OldNewMap implementation for file loadingJacques Lucke
2018-12-13Merge remote-tracking branch 'origin/master' into blender2.8Ray Molenkamp
2018-12-13deps: add missing sqlite dll to windows build.Ray Molenkamp
2018-12-13Merge branch 'master' into blender2.8Sergey Sharybin
2018-12-13Cycles: Update standalone app to OIIO 2.0Sergey Sharybin
2018-12-13RNA: revert recent rename 'updated' -> 'dirty'Campbell Barton
2018-12-13Cleanup: macro hygiene, style, doxy commentsCampbell Barton
2018-12-13BLI_edgehash: assert when edges use the same vertCampbell Barton
2018-12-13GP: Cleanup const variablesAntonioya
2018-12-13Fix error in recent key-item filteringCampbell Barton
2018-12-13Fix force fields not affecting rigid bodiesSergej Reich
2018-12-13Silence warning (const)Dalai Felinto
2018-12-13GP: Missing change of texture format in previous commitAntonioya
2018-12-13Fix T59125: Outliner does not show view layer countJacques Lucke
2018-12-13GP: Create Framebuffer textures only if neededAntonioya
2018-12-13GP: Changes textures from DEPTH24_STENCIL8 to DEPTH_COMPONENT24Antonioya
2018-12-13BLI: New Edgehash and EdgeSet implementationJacques Lucke
2018-12-13Armature Edit Mode: improve box/lasso selectCampbell Barton
2018-12-13Cleanup: use doxy grouping for view3d selectCampbell Barton
2018-12-13Cleanup: styleCampbell Barton
2018-12-13Cleanup: replace ifdef w/ stubCampbell Barton
2018-12-13Gizmo: multi-object pose-mode gizmo positioningCampbell Barton
2018-12-13Gizmo: use general active center calculationCampbell Barton
2018-12-13Cleanup: de-duplicate active item center accessCampbell Barton
2018-12-12Templates: remove redundant directory initCampbell Barton
2018-12-12Fix building w/o bulletCampbell Barton
2018-12-12Fix T59248: Crash in Grease Pencil Edit mode when adding AnnotationAntonioya
2018-12-12Fix (unreported) Broken rigidbody requirements when adding objects to a RB co...Bastien Montagne
2018-12-12Fix T59208: Error when loading reference/background image in edit modeJacques Lucke
2018-12-12Fix T59234: Crash when enter in Edit modeClément Foucault
2018-12-12Mesh Batch Cache: Fix crash when using edit mode normal display.Clément Foucault
2018-12-12Fix T58450: Skin modifier not working if applied after subsurfSergey Sharybin
2018-12-12Fix transform gizmo showing with active element pivot point and no selection.Brecht Van Lommel
2018-12-12UI: use consistent subdivision modifier name when creating from shortcuts.Brecht Van Lommel
2018-12-12Point API doc to proper path.Bastien Montagne
2018-12-12Merge branch 'master' into blender2.8Bastien Montagne
2018-12-12Fix T59213: Application menu links to outdated version of Python API.Bastien Montagne
2018-12-12Keymap: event type filter w/ finding keymap itemsCampbell Barton
2018-12-12Fix T59133: Area light size not updating from viewport gizmo.Bastien Montagne
2018-12-12PyTemplates operator_modal_timer: update to 2.8Philipp Oeser