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
2018-12-21Update for moving blender2.8 to master.Brecht Van Lommel
2018-12-21Correct orientation pie menuCampbell Barton
Missing from recent orientation update.
2018-12-21GP: Cleanup weird thickness scaleAntonioya
This code used old factor, but now this only adds complexity and makes code hard to understand.
2018-12-21Fix T57816: Crash when deleting recently orphaned collectionDalai Felinto
We were never removing the parent collection from a collection upon removal of the parent. Reviewers: mont29 Differential Revision: https://developer.blender.org/D4099
2018-12-21Fix T59673: wrong B-Bone handle references when duplicating bones.Alexander Gavrilov
Also fix and improve symmetrize behavior.
2018-12-21Fix T59709: Light target gizmo scalingCampbell Barton
Gizmo was scaling w/ object.
2018-12-21GP: Move calculated center only for selected strokesAntonioya
2018-12-21GP: Cleanup API removing extra ID parameterAntonioya
2018-12-21Fix bug selecting verts in mixed edge/vert modeCampbell Barton
Own regression from 2.7x when adding multi-object select support.
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-21Cleanup: unused argCampbell Barton
2018-12-21Cleanup: macro hygiene, line lengthCampbell Barton
2018-12-21Mesh Batch Cache: Fix missing flag for looptris indexbuf generationClément Foucault
Fix T59637: Crash report - Overlays -> Face Orientation causes crash
2018-12-21Workbench: Fix wrong TEXTURE_DRAWING_ENABLED check and rework drawing logicClément Foucault
This makes the code easier to follow. Batches are now assumed to be not NULL as the request system garatees it.
2018-12-21UI: use smaller widget for expanding hidden regionCampbell Barton
The '+' widget to show a hidden region came too close to overlapping the viewport navigation gizmo and text editor text. Reduce size and use an arrow icon. D4110 by @gnastacast
2018-12-21Library: correct BKE_id_to_unique_string_key fixCampbell Barton
2018-12-20GP: Use only selected points to calc transform centerAntonioya
2018-12-20GP: Enable center for Local Origins onlyAntonioya
This produces very interesting effects when move using proportional editing.
2018-12-20GP: Undo center calculationAntonioya
This is breaking the transformation with falloff enabled.
2018-12-20GP: Change default parameters for convert curves.Antonioya
Now the link strokes is disabled by default. Also some minor changes to adapt to new GP object.
2018-12-20Fix T59648: Linking material to greasepencil object causes crashAntonioya
2018-12-20GP: Changes in API to make internal updateAntonioya
Now, the internal data is recalculated when add or remove a point. The change in the API affect to stroke.points.add() that now requires a datablock parameter. This parameter is required to identify the datablock affected. For example: stroke.points.add(gpencil, 1) instead of stroke.points.add(1) This is the second try to fix T59600
2018-12-20Merge branch 'master' into blender2.8Sergey Sharybin
2018-12-20Cycles: Fixes for recent curve robustnessSergey Sharybin
The key indices were wrong: need to offset curve key index by first curve key index. Also corrected calculation of the interpolation step. Annoyingly, can not reproduce this on a simple file, need production rig. For the possible future look the following file from Spring was used: 03_005_A.lighting.debug.blend
2018-12-20Fix T59672: UVs are not updating when changed in panelJacques Lucke
Reviewers: brecht Differential Revision: https://developer.blender.org/D4111
2018-12-20Revert "GP: New Python update API functions (WIP)"Antonioya
This reverts commit e79f401ffa7d5354dde01073bbb4b7dd742fd32b. The new API were against general design rules.
2018-12-20Fix T59674: context menu for channels not foundJacques Lucke
2018-12-20Fix T59083: normal transform orientation ignores absolute grid snap.Sebastian Parborg
Absolute grid snap now takes into account the transform local axis. Differential Revision: https://developer.blender.org/D4069
2018-12-20Fix for camera background images options not showing when using stereoscopy.Sebastian Koenig
Differential Revision: https://developer.blender.org/D4098
2018-12-20GP: New Python update API functions (WIP)Antonioya
For strokes: myframe.strokes.update(mystroke) For datablock: gpencil = bpy.data.grease_pencil['gpencil'] gpencil.update() Still need a manual refresh of viewport.
2018-12-20Fix T57777: Decimate modifier face count does not workJacques Lucke
Reviewers: brecht Differential Revision: https://developer.blender.org/D4106
2018-12-20Fix T57045: Unhandled degenerate case in bevel codeJacques Lucke
Reviewers: howardt Differential Revision: https://developer.blender.org/D4104
2018-12-20Fix T58404: Node/Socket grabbing with Lasso toolJacques Lucke
Reviewers: brecht Differential Revision: https://developer.blender.org/D4108
2018-12-20Correct own error in 1ce9a142b6abdCampbell Barton
Enum for scene orientations included default.
2018-12-20Merge branch 'master' into blender2.8Campbell Barton
2018-12-20Fix T59074: BMesh intersect hangsCampbell Barton
This is a degenerate intersection, exit early instead of hanging.
2018-12-20Cleanup: namingCampbell Barton
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-20Tool System: default node editor to select toolCampbell Barton
With box select you can't cut-links with RMB 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
2018-12-20Merge branch 'master' into blender2.8Campbell Barton
2018-12-20PyAPI: don't truncate enums in exception messagesCampbell Barton
Not necessary and confusing when only some of the items are displayed. See: T59044
2018-12-20Cleanup: remove intermediate menu drawing functionCampbell Barton
2018-12-20Fix T58937: Appended menus to VIEW3D_MT_editor_menus are not displayedCampbell Barton
2018-12-20UI: add UILayout.directionCampbell Barton
Read only attribute, needed for introspection.