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
2015-06-17Cleanup: styleCampbell Barton
2015-05-18Fix assert in outliner regarding WM and SCR ID types...Bastien Montagne
2015-05-15Fix crasher in new lazy-rebuild outliner's treehash.Bastien Montagne
2015-05-11Outliner: postpone rebuilding the treeCampbell Barton
2015-05-11Outliner: cleanup flag was never clearedCampbell Barton
2015-05-04Add name argument to data creation API callsCampbell Barton
2015-04-30Fix T44439: outliner's treestore could keep invalid ID pointers, could crash ...Bastien Montagne
2015-04-22Fix T44477: Overlapping tooltips in OutlinerJulian Eisel
2015-04-14Fix T44348: Blender crashes when selecting bone from inactive scene in outlinerSergey Sharybin
2015-04-07Revert Sticky Keys (and everything related to that)Julian Eisel
2015-04-07Cleanup: rename treehash -> outliner_treehashCampbell Barton
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-04-03Sticky Keys backendJulian Eisel
2015-04-01Fix T44212: Crash on Group Rename.Bastien Montagne
2015-03-31Fix T44201: Crash Deleting Hierarchy in OutlinerBastien Montagne
2015-03-31Corrective Smooth Modifier (aka delta-mush)Campbell Barton
2015-03-29Fix T44162: Outliner: modifier's icons toggle update issueBastien Montagne
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-28Use union for EditBone'sCampbell Barton
2015-03-28Fix for various small issues which may cause crashesJoshua Leung
2015-03-28Compile fixJoshua Leung
2015-03-20Remove unused armature codeCampbell Barton
2015-02-18GPencil: RMB menu tools in Outliner works for GP Layers nowJoshua Leung
2015-02-17Fix for another missing update from GPencil in OutlinerJulian Eisel
2015-02-17Fix T43669: Grease Pencil visibility toggle not working in OutlinerJulian Eisel
2015-02-16UI messages fixes and cleanup.Bastien Montagne
2015-02-15Compilation error fix for strict compiler flagsSergey Sharybin
2015-02-15Possible todo notes for more polished UI?Joshua Leung
2015-02-15Outliner: "Purge All" function for Outliner in "Orphaned Datablocks" modeJoshua Leung
2015-02-15Code Cleanup: Reshuffle libraries and orphaned datablocks views to a more app...Joshua Leung
2015-02-15Outliner: Do not show RMB menu for "ID Base" entriesJoshua Leung
2015-02-15Outliner: Use restriction columns in "Orphaned Datablocks" view to manage use...Joshua Leung
2015-02-15Outliner: Added new mode for displaying "orphaned" datablocksJoshua Leung
2015-02-14Outliner: Toggle restrict buttons only for selectable child objectsJulian Eisel
2015-02-11Outliner: use enum for outliner_group_operation()Campbell Barton
2015-02-11Outliner: ContextMenus for constraints/modifiersCampbell Barton
2015-02-11cleanup: style/indentationCampbell Barton
2015-02-09Fix outliner crash renaming library /w filterCampbell Barton
2015-02-09GPencil: Show color swatches for GPencil layers in OutlinerJoshua Leung
2015-02-09GPencil: Viewport visbility and editability toggles for layers in OutlinerJoshua Leung
2015-02-07GPencil: Initial support for GP Layers in OutlinerJoshua Leung
2015-02-07GPencil: Initial support for Grease Pencil in the OutlinerJoshua Leung
2015-02-06cleanup: styleCampbell Barton
2015-02-06Outliner: DragDrop objects to groupsCampbell Barton
2015-02-06cleanup: use bool args & redundant castsCampbell Barton
2015-02-05Custom Loop Normals: Add NormalEdit modifierBastien Montagne
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-22error in last commit (missed in review)Campbell Barton
2015-01-22Outliner: use enum for outliner_data_operation()Campbell Barton
2015-01-20Outliner: "Show Active" - if active is a child, open tree to show childjulianeisel