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-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-15GPU_matrix: use Blender's naming conventionsCampbell Barton
2018-07-13UI: remove space/region from popover argsCampbell Barton
2018-07-08Cleanup: rename 'ct' to 'len' for editorsCampbell Barton
2018-07-08Cleanup: abbreviate unsigned types (editors, wm)Campbell Barton
2018-07-06UI/Python: rename Lamps to Lights, to follow more standard terminology.Brecht Van Lommel
2018-07-04UI: Fix channels using editor header color as backgroundPablo Vazquez
2018-07-04Keymap: resolve group/un-group inconsistenciesCampbell Barton
2018-07-03Fix T55709: Pose Library - Add New Pose crashesSybren A. Stüvel
2018-07-03Keymap: Select/De-Select support for anim-editorsCampbell Barton
2018-07-03Keymap: Select/De-Select now use A, Alt-ACampbell Barton
2018-07-02Cleanup: use _f, _i suffix for GPU state APICampbell 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-28UI: keep some operator text in headers.Brecht Van Lommel
2018-06-28GLRefactor: partially remove gl calls from source/blender/editors.Ray Molenkamp
2018-06-26UI: move modal operator text from headers to status bar.Brecht Van Lommel
2018-06-26AnimEditors: Remove the toggles to enable name/collection-based filteringJoshua Leung
2018-06-25Cleanup: rename object base flags to be more clear.Brecht Van Lommel
2018-06-21Fix T55525: "Only Keyframes from Selected Channels" option in Timeline was be...Joshua Leung
2018-06-17Driver: trailing zeros from expressionCampbell Barton
2018-06-14Improved two tooltipsSybren A. Stüvel
2018-06-13Merge branch 'master' into blender2.8Brecht Van Lommel
2018-06-13Fix undo group to use human readable name, since this shows in the UI.Brecht Van Lommel
2018-06-13Tag object/scene for selection update from operatorsSergey Sharybin
2018-06-11Drivers: ensure Python expressions are cached with copy-on-write.Brecht Van Lommel
2018-06-11Cleanup: Remove the "all" parameter from "ANIM_OT_driver_button_edit"Joshua Leung
2018-06-11Cleanup: warningsCampbell Barton
2018-06-11Driver Workflow (T55145): Tweak to default expression used for new drivers cr...Joshua Leung
2018-06-11Drivers Workflow (T55145): Improvements to "Add Driver" workflowJoshua Leung
2018-06-08Fix T55404: Auto key with only-available doesn't workSergey Sharybin
2018-06-07Merge branch 'master' into blender2.8Bastien Montagne
2018-06-07Cleanup: remove moar G.main usages.Bastien Montagne
2018-06-06Fix broken auto-keying after copy/paste of poses.Bastien Montagne
2018-06-05Fix T55319: Keyframing issuesSergey Sharybin
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-30Cleanup: quiet warningCampbell Barton
2018-05-30Tweak for previous commit: Just group all bone properties under the bone nameJoshua Leung
2018-05-30Insert Keyframe: Change default behaviour for how F-Curves get groupedJoshua Leung
2018-05-30Fix: Toggling "mute" toggle in animation editors didn't work with copy-on-writeJoshua Leung
2018-05-28Fix missing animation curves update when tweaking f-curvesSergey Sharybin
2018-05-25UI: support for a popup panel which stays openCampbell Barton
2018-05-24Drivers UI (Part of T55145) - WIP first steps towards getting a floating driv...Joshua Leung