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-07-13Keymap: dope-sheet hotkey to change falloffPhilipp Oeser
2018-07-08Cleanup: abbreviate unsigned types (editors, wm)Campbell Barton
2018-07-06Fix T55775: Crash when select keyframe on object channels in Timeline editorJoshua Leung
2018-07-04Cleanup: pass window to listeners, instead of screen + workspace.Brecht Van Lommel
2018-07-04Keymap: proportional edit keysCampbell Barton
2018-07-04Kemap: mirror, flip changes from T55162Campbell Barton
2018-07-03Keymap: Select/De-Select support for anim-editorsCampbell Barton
2018-07-02Keymap: add back X-Key for deleteCampbell Barton
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-29Keymap: minimal default keymapCampbell Barton
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-28GLRefactor: partially remove gl calls from source/blender/editors.Ray Molenkamp
2018-06-27UI: some renaming for more clear/consistent cursor keymaps in status bar.Brecht Van Lommel
2018-06-21Remove debug printsJoshua Leung
2018-06-21Fix: Incorrect submodes being set in Dopesheet/Action Editor when changing modesJoshua Leung
2018-06-20UI: expose Timeline as a space typeCampbell Barton
2018-06-19Show cached frames in timeline at correct heightSybren A. Stüvel
2018-06-12UI: adjust header alignmentCampbell Barton
2018-06-12UI: Name N-Key toggle to SidebarCampbell Barton
2018-06-11Cleanup: add simplified panel callbacksCampbell Barton
2018-06-07Merge branch 'master' into blender2.8Bastien Montagne
2018-06-07Cleanup: remove moar G.main usages.Bastien Montagne
2018-06-05UI: context menu for other editor typesCampbell Barton
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-31Fix: View All in Action Editor zoomed in far enough to enter "crazy mode" wit...Joshua Leung
2018-05-28Fix: Action/Graph editor UI's didn't update when channel properties were changedJoshua Leung
2018-05-25Fix T55197: Dopesheet filtering settings were not triggering refresh anymore ...Joshua Leung
2018-05-19WIP COW Fix: Insert keyframe operators/api now queries depsgraph for evaluat...Joshua Leung
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-04-24Current Frame Indicator tweaksJoshua Leung
2018-04-21Cleanup: Get rid of context in editor 'new' callbackJulian Eisel
2018-04-20Fix: Copy and paste error from earlier commit adding message_subscriber callb...Joshua Leung
2018-04-20Fix: Timeline's "Show Cache" options should not get reset on window size changeJoshua Leung
2018-04-20Dopesheet-Timeline: Make sure ND_SPACE_TIMELINE notifier gets handled by dope...Joshua Leung
2018-04-20AnimEditors: Draw start/end frame ranges on all timelines by defaultJoshua Leung
2018-04-20Dopesheet-Timeline: Ported over all (missing) notifiers/listeners/etc. from t...Joshua Leung
2018-04-20Cleanup: Remove the "SpaceTime->caches" and "SpaceTimeCache" stuffJoshua Leung
2018-04-20Dopesheet-Timeline: Ported over cache indicator drawing + settings used to co...Joshua Leung
2018-04-03Merge branch 'master' into blender2.8Campbell Barton
2018-04-03Cleanup: editor BKE_main includesCampbell Barton
2018-04-01Merge branch 'master' into blender2.8Campbell Barton
2018-04-01Cleanup: remove global headerCampbell Barton
2018-03-08Merge branch 'master' into blender2.8Campbell Barton
2018-03-08Cleanup: Use BKE_ prefix for all public functions exposed by the NLA moduleJoshua Leung
2018-02-22Merge branch 'master' into blender2.8Bastien Montagne