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 (Collapse)Author
2019-02-25I18n: enable Abkhaz in Blender.Bastien Montagne
2019-02-18Add Abkhaz language to Blender (disabled for until we get some translated ↵Bastien Montagne
content).
2019-02-14Fix Object > Animation > Bake ActionDalai Felinto
2019-02-14Fix T61497: Old keymap causes error on startupCampbell Barton
When a keymap has an error loading, don't make it active since it will be partially loaded and not usable.
2019-02-11Bevel: Make modal keymap instead of hardcoded.Howard Trickey
Also added keys for toggling harden normals, and cycling through miter types. Still to do: add some shortcuts for affecting the spread value for arc miters.
2019-02-10I18N: Add Kazakh language.Bastien Montagne
Disabled for until we get actual first tranlation in SVN repo. ;) Related to T61102.
2019-02-08Fix T61309: mesh_utils.triangle_random_points fails with a TypeErrorPhilipp Oeser
Caused by an error in rBe65784a0519e. And since we are going over loop triangles anyways, we can remove the part quecking for quads [remainder of tessface era] entirely. Reviewers: campbellbarton Maniphest Tasks: T61309 Differential Revision: https://developer.blender.org/D4324
2019-02-07Fix object.users_collection not including scene collections.Brecht Van Lommel
2019-02-05Cleanup: remove contributors for Python filesCampbell Barton
Following removal from C source code. See: 8c68ed6df16d8893
2019-01-30Fix T61017: node_shader_utils did not handle diffuse_color correctlyJacques Lucke
2019-01-30Cleanup: line lengthCampbell Barton
2019-01-25Fix UI extension removalCampbell Barton
App-templates & keymap names had their extensions removed twice. Confusing for filenames containing dots.
2019-01-21Fix keymap preferences UI layout issues for modifier keys.William Reynish
2019-01-17Preferences: tweak themes/addons/keyamps buttons at the top.Brecht Van Lommel
Make layouts more consistent between them, give more room for search field. Addon online resources links were removed as the links are dead.
2019-01-16Expose batch IDs deletion in python API.Bastien Montagne
Follow-up to previous commit.
2019-01-15Fix T60410: Crash adjusting torus w/ enter edit-mode preferenceCampbell Barton
2019-01-14Fix toolbar accelerator w/ user defined keyconfigCampbell Barton
2019-01-11Fix Python errors batch generating preview images.Brecht Van Lommel
2019-01-10Fix anim_utils.bake_action typoCampbell Barton
D4172 by @rcorre
2019-01-07Cleanup: tweak last commitCampbell Barton
2019-01-07Fix generated toolbar keymap w/ annotation toolCampbell Barton
2019-01-05UI: Preferences Redesign Part 2Severin
(Part 1 was 00963afc14978b) Does the following changes visible to users: * Use panels and sub-panels for more structured & logical grouping * Re-organized options more logically than before (see images in D4148) * Use flow layout (single column by default). * New layout uses horizontal margin if there's enough space. * Change size of Preferences window to suit new layout. * Move keymap related options from "Input" into own section. * Own, left-bottom aligned region for Save Preferences button. * Adjustments of names, tooltips & icons. * Move buttons from header into the main region (except editor switch). * Hide Preferences header when opened in temporary window. * Use full area width for header. * Don't use slider but regular number widget for UI scale. * Gray out animation player path option if player isn't "Custom" Internal changes: * Rearrange RNA properties to match changed UI structure. * Introduces new "EXECUTE" region type, see reasoning in D3982. * Changes to panel layout and AZone code for dynamic panel region. * Bumps subversion and does versioning for new regions. RNA changes are documented in the release notes: https://wiki.blender.org/wiki/Reference/Release_Notes/2.80/Python_API/Preferences_API Design & implementation mostly done by @billreynish and myself. I recommend checking out the screenshots posted by William: https://developer.blender.org/D4148#93787 Reviewed By: brecht Maniphest Tasks: T54115 Differential Revision: https://developer.blender.org/D4148
2018-12-24Fix/cleanup typos and such in UI messages (and some comments).Bastien Montagne
2018-12-24Fix/cleanup another bunch of UI messages issues.Bastien Montagne
Also (mostly in comments): behaviour -> behavior (we use American English).
2018-12-24Fix and workaround for i18n messages extraction code.Bastien Montagne
2018-12-24Cleanup: First batch of UI messages fixes (typos, final points...).Bastien Montagne
Also contains some code typo fixes (mostly, adtaptative -> adaptive, former is nearly innexistant in English, let's stick to simple valid words ;) ).
2018-12-21RNA: naming, user-preferences -> preferencesCampbell Barton
2018-12-20Fix T58937: Appended menus to VIEW3D_MT_editor_menus are not displayedCampbell Barton
2018-12-19RNA: support setting default values for custom properties.Alexander Gavrilov
NLA requires a usable default value for all properties that are to be animated via it, without any exceptions. This is the real cause of T36496: using the default of 0 for a scale related custom property obviously doesn't work. Thus, to really fix this it is necessary to support configurable default values for custom properties, which are very frequently used in rigs for auxiliary settings. For common use it is enough to support this for scalar float and integer properties. The default can be set via the custom property configuration popup, or a right click menu option. In addition, to help in updating old rigs, an operator that saves current values as defaults for all object and bone properties is added. Reviewers: campbellbarton, brecht Differential Revision: https://developer.blender.org/D4084
2018-12-19Fix invalid string comparisonCampbell Barton
2018-12-14GP: Rename CTX and OB modesAntonioya
Part of T59335.
2018-12-12Keymap: event type filter w/ finding keymap itemsCampbell Barton
Now its possibly to ask for only keyboard/mouse/ndof events when finding key map items.
2018-12-12Fix toolbar key-accelerator w/ LMB selectCampbell Barton
Tweak events were masking hotkey access. Reported in T55162
2018-12-05Fix own mistake in recent rB74361eebe68c.Bastien Montagne
One cannot assign to Class.__dict__, that is not a 'real' dictionnary... Thanks to @JacquesLucke for noting the issue.
2018-12-05Fix T58772: Stray "forward" and "up" options in 2.8 import addons?Bastien Montagne
Nice side-effect of using new __annotations__ thingy to store dynamically-generated fields in a class: __annotations__ dict is not ensured to exist for a given class, so we may end up modifying on of the parents' one!
2018-12-04Fix error reloading scriptsCampbell Barton
Operator.is_registered needs to use RNAMeta class.
2018-12-02Keymap: use strict format for keymap definitionsCampbell Barton
Ensure we use lists for keymap items and item properties. This means scripts can access keymap definitions from other layouts, manipulating them without sometimes encountering a tuple that needs to be converted into a list.
2018-11-29Fix wrong property name in preview render Python script.Brecht Van Lommel
2018-11-28Use collection and instance terminology in Python APISergey Sharybin
This follows naming convention agreed on in T56648.
2018-11-28Tool System: remove custom tool registrationCampbell Barton
API is not ready for beta (likely to change).
2018-11-26Cleanup: remove unused code & add commentsCampbell Barton
2018-11-263D View: remove 3D cursorCampbell Barton
Use 3D cursor from the scene (was previously used for local-view).
2018-11-26Cleanup: unused vars, importsCampbell Barton
2018-11-23Keymap: remove redundant keys from toolbar popupCampbell Barton
Adjust the keymap so tools that don't exist wont use keys from the default keymap.
2018-11-23Fix toolbar keymap accumulating itemsCampbell Barton
Create a temporary keymap with items from the original.
2018-11-22Keymap: add popup keymapCampbell Barton
Allow manually mapping keys for the popup toolbar. Useful for tools that don't have immediate access, add transform, annotate & measure.
2018-11-22Cleanup: minor simplification of keyconfig mergeCampbell Barton
2018-11-22Cleanup: utility function to avoid duplicate keysCampbell Barton
2018-11-22Tool System: auto-assign A-Z keys for toolbar popupCampbell Barton
Assign keys based on tool name when they're free, allows: Space-T for Transform, Space-A for Annotate.
2018-11-22Fix toolbar popup keymap not allowing 'A' keyCampbell Barton