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
2019-02-11Cleanup: comment indentation & spellingCampbell Barton
2019-02-11Bevel: Make modal keymap instead of hardcoded.Howard Trickey
2019-02-10UI: Color Picker, make HSV default.Pablo Vazquez
2019-02-10Link/Append: Instantiate collection rather than objects.Bastien Montagne
2019-02-10Fix T61141: Append Particle Settings doesn't append the collection properly.Bastien Montagne
2019-02-10Cleanup: unused struct memberCampbell Barton
2019-02-10Cleanup: move clipping shader lib & define into structCampbell Barton
2019-02-10Cleanup: use shorter name for shader configCampbell Barton
2019-02-09Cleanup: Use ID_IS_LINKED instead of id.libDalai Felinto
2019-02-09Fix: objects in outliner cannot be disabledDalai Felinto
2019-02-09Fix T61276: Make Single User unlinks original object.Bastien Montagne
2019-02-09BKE_object: add util to count number of scenes using an object.Bastien Montagne
2019-02-09GP: Missing in previous commitAntonioya
2019-02-09GP: Init stroke buffer alwaysAntonioya
2019-02-09Fix T61332: Python3 syntax errorsJacques Lucke
2019-02-09Outliner visibility: Prevent changing linked objects and collectionsDalai Felinto
2019-02-09Outliner Visibility: Alt+H operator to unhide all objects and collectionsDalai Felinto
2019-02-09Outliner Visibility: H operator to hide collection or objectsDalai Felinto
2019-02-09Outliner visibility: Ctrl to isolate objectDalai Felinto
2019-02-08Fix (unreported) crash when undoing after ID deletion.Bastien Montagne
2019-02-08BKE_main: add a util to generate/extend a GSet with all ID pointers of a Main...Bastien Montagne
2019-02-08Cleanup: API doc is to be in implementation, not header file.Bastien Montagne
2019-02-08Outliner: Purge: correct tooltip, add more info for user.Bastien Montagne
2019-02-08BKE_idcode: Add utils to convert from 'lbarray' index to ID type.Bastien Montagne
2019-02-08Fix T61287: Object restrict viewport ignored in instanced collectionDalai Felinto
2019-02-08UI: Marker position slightly offset.Pablo Vazquez
2019-02-08Fix T59339: Particle render without baking issuesSergey Sharybin
2019-02-08Bevel, fix crash when adjust offsets with inner arc miter.Howard Trickey
2019-02-08Bevel: fix regression re even adjustment of offsets.Howard Trickey
2019-02-08DRW: support clipping for stick & wire bonesCampbell Barton
2019-02-08TypoPablo Vazquez
2019-02-08UI: Icons for some Outliner context menu operationsPablo Vazquez
2019-02-08Fix T61231: File open and undo looses unkeyed changesSergey Sharybin
2019-02-08DRW: edit-mesh edge clipping broke in recent updateCampbell Barton
2019-02-08Fix T61196: Mesh select ignores clipping (part 2)Campbell Barton
2019-02-08Fix T61255: Mesh Data Transfer: Do not abort when destination has not all sou...Bastien Montagne
2019-02-08Fix T58625: Knife project fails w/ curvesCampbell Barton
2019-02-08WM: init simulated event from win->eventstateCampbell Barton
2019-02-08Cleanup: rename V3D_MANIP_* -> V3D_ORIENT_*Campbell Barton
2019-02-08Fix T61291: Transform gizmo doesn't update w/ 3D cursorCampbell Barton
2019-02-08Fix missing NULL check in recent version patchCampbell Barton
2019-02-08Undo System: basic support in background modeCampbell Barton
2019-02-08Correct error in last commitCampbell Barton
2019-02-08Cleanup: clear deprecated flagsCampbell Barton
2019-02-08Remove "Keep Session" preferenceCampbell Barton
2019-02-07Cleanup: sort struct blocks, descriptionCampbell Barton
2019-02-07Fix crash drawing loose vertex from recent changesCampbell Barton
2019-02-07Cleanup: Use new BKE_main_foreach_id() in a few more places...Bastien Montagne
2019-02-07Outliner: modernize Purge operator.Bastien Montagne
2019-02-07BKE_main: add utils to loop over whole IDs of a given Main database.Bastien Montagne