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-01-06UI: tweaks to user preferences layout.Brecht Van Lommel
* Expand more sub-panels by default. * Move release confirms and numeric input settings to Input. * Move 3D cursor settings to Editing. * Move region overlap to Interface.
2019-01-06UI: tweak preferencesCampbell Barton
- Move author to save&load (was incorrectly under text editor). - Rename Memory -> Memory/Limits (some of the settings aren't obviously todo with memory).
2019-01-05Theme: updateCampbell 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
2019-01-04Fix T58692: splash screen next not working when using BLENDER_USER_CONFIG.Brecht Van Lommel
2019-01-04Fix T58657: blender 2.7 keymap Alt+A does not work for animation playback.Brecht Van Lommel
2019-01-04Fix T59768: UV context menu showing in image editor.Brecht Van Lommel
2019-01-03Fix T58113 Multiple problems with bevel harden normals.Howard Trickey
Move the bevel hardening code all into bmesh_bevel.c. Based on user feedback, rewrote the bevel hardening algorithm to be more what users want. Based on user feedback, changed the UI, removing some not-useful options. Now hardening normals while beveling is enabled by a simple checkbox. Now setting face strength gives options for which faces get their face strength set.
2019-01-03GP: Include Lasso eraser in Fill and PrimitivesAntonioya
This option allows to delete sections using Ctrl+Alt.
2019-01-02Fixes and edits to studio light operatorsCampbell Barton
- Remove pathlib use (was converting to/from string with no real advantage). - Use user_resource(..., create=True) to ensure the path exists. - Pass full path to BKE_studiolight_create, don't add extension after. - Fix 'sl' filtering glob and move from ui code to operator. - Fix string copy length.
2019-01-02Fix poll function for SelectPattern operatorDalai Felinto
Note this is also broken in 2.7x. This is not a big deal since the operator is exposed in the correct menus. But some users were accessing it via the search menu which would lead to issues.
2019-01-02Fix T60030: Select pattern fails with pose bonesDalai Felinto
The original comment in the file was not acknoledging pose bones could be tacked here as well (my fault since I should not have trusted the comments and read the code intead). Problem introduced on aeb8e81f2741.
2019-01-02UI: correct sequencer icon in add menuCampbell Barton
2019-01-02UI: Show shade smooth/flat in curve context menuCampbell Barton
2019-01-02UI: add scale option for template_icon_view buttonCampbell Barton
The existing scale option only changed the scale if icons in the popup.
2019-01-02Cleanup: use RNA icon instead of passing as an argCampbell Barton
2019-01-02Cleanup: rename target_weight -> weightCampbell Barton
Match name of mesh weight paint.
2019-01-02UI: de-duplicate top-bar and panel paint scriptsCampbell Barton
- Fixes missing check for unified brush in sculpt mode. - Re-orders material first in gpencil paint mode (matching color-first for other paint modes). - Avoid minor differences (missing tablet pressure options from topbar). - Don't repeat properties already displayed in the topbar when opening the brush popover.
2019-01-02UI: add painting blend mode to top-barWilliam Reynish
2018-12-31Templates: tweaks to startup templates.Brecht Van Lommel
* 2D Animation: lots of changes from the grease pencil team. Properties editor layouts, brush and material settings, and more. * 3D Viewport: wireframes set to 1.0. * World: use nodes by default. * Node Editor: use narrow toolbar.
2018-12-31Fix T59991: duplicate entries for node select operators in keymap.Brecht Van Lommel
Ref D4055.
2018-12-30Fix: Cramped layout in object parent propertiesWilliam Reynish
2018-12-30GP: Mew Merge Strokes operatorAntonioya
This operator allows to create a new stroke joining several selected points of different strokes. The new stroke will use the current material. To use, first select the points to be merged. Optionally can remove the old points and strokes. The operator is available in Edit mode in the Specials menu and Stroke menu.
2018-12-29Cleanup: avoid counting list multiple timesCampbell Barton
Also simplify selected sequencer length function.
2018-12-28Fix T59526: VSE Add submenus for clips/masks dont show with only onePhilipp Oeser
item
2018-12-28Fix T59774: Lightmap Pack Error: Element-wise multiplication: not supported ↵Bastien Montagne
between 'Quaternion' and 'Vector' types.
2018-12-28Merge branch 'blender2.7'Bastien Montagne
Conflicts: source/blender/windowmanager/intern/wm_operators.c
2018-12-28API Doc: point to blender2.7 new folder.Bastien Montagne
master is now for 2.8. ;)
2018-12-28Point API doc back to master one.Bastien Montagne
Now that 2.8 is master again... Still have to update 2.7 thingy there, now (and update API doc site accordingly, too).
2018-12-27Fix T59864: UV editor missing options in snapping pie menu.Sebastian Parborg
Differential Revision: https://developer.blender.org/D4128
2018-12-27Fix T59866: UV editor: no circle select.Bastien Montagne
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-23Fix T59783: Convert GP stroke to geometry menu disabledAntonioya
The Convert operator works only in Object mode but it was defined in Edit menu. Now the operator is defined in object menu and in specials menu.
2018-12-22Fix T59644: FPS meter not showing in VSERichard Antalik
Issue caused probably by typo
2018-12-21Update for moving blender2.8 to master.Brecht Van Lommel
2018-12-21Update for moving master to blender2.7 branch.Brecht Van Lommel
2018-12-21Correct orientation pie menuCampbell Barton
Missing from recent orientation update.
2018-12-21RNA: naming, user-preferences -> preferencesCampbell Barton
2018-12-213D View: add object color drawing optionCampbell Barton
Has some advantages over existing options. - Using material links color to rendering with no way to vary colors if objects share a material. - Random gives no control, objects may randomly have the same color, duplicating an object often changes it's color.
2018-12-20Fix T59674: context menu for channels not foundJacques Lucke
2018-12-20Fix for camera background images options not showing when using stereoscopy.Sebastian Koenig
Differential Revision: https://developer.blender.org/D4098
2018-12-20Fix T58404: Node/Socket grabbing with Lasso toolJacques Lucke
Reviewers: brecht Differential Revision: https://developer.blender.org/D4108
2018-12-20Correct error in last commitCampbell Barton
2018-12-20Fix context menu w/o an active objectCampbell Barton
Also remove special case when no items are selected, since this only has one or two menu items, one being the add menu which can be better accessed from the header or add shortcut. If the no-selection case is to have it's own alternate menu - it should be more complete before enabling.
2018-12-20Keymap: use action-tweak for node re-routeCampbell Barton
Avoids same kinds of conflicts as link-cut w/ box select.
2018-12-20Fix T59300: Box select fails in node-editorCampbell Barton
2018-12-20UI: correct error in recent UI cleanupCampbell Barton