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-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-31Viewport: update default set of HDR images.Brecht Van Lommel
Add city, courtyard and interior HDRs. Replace grass field and night HDR with different images. Command used for compression: oiiotool %s --resize 1024x512 --ch R,G,B -d float --compression dwab:300 -o output/%s
2018-12-31Cleanup: remove unused camera studio lights.Brecht Van Lommel
2018-12-31Fix T59991: duplicate entries for node select operators in keymap.Brecht Van Lommel
Ref D4055.
2018-12-31UI: icon set updates by Andrzej Ambroz.William Reynish
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-28Docs: update manpage and html with app description matching website.Brecht Van Lommel
2018-12-28UI: update Blender application icon on all platforms.William Reynish
More accurate logo colors, flatter look.
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-27Merge branch 'blender2.7'Brecht Van Lommel
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-22Point locale sub-repo to blender2.7 branch.Bastien Montagne
Since we start translating for 2.8 very soon, better to archive 2.7x translations in their own branch. ;)
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
2018-12-20Cleanup: styleCampbell Barton