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-09-27Python GPU module: Wrap GPUIndexBufmano-wii
Differential Revision D3714
2018-09-27Python GPU module: replace `PyArg_ParseTupleAndKeywords` by ↵mano-wii
`_PyArg_ParseTupleAndKeywordsFast` part of T47811 ("for faster argument parsing").
2018-09-27Cleanup: remove star importCampbell Barton
2018-09-27Tool System: expose rotate-source for click-extrudeCampbell Barton
2018-09-27Merge branch 'master' into blender2.8Campbell Barton
2018-09-27Spin Tool: hide options unrelated to duplicationCampbell Barton
2018-09-27Keymap: use shift to de-deselect for toolsCampbell Barton
This allows for Ctrl-LMB to be used for lasso even with Border-Select active.
2018-09-27Tool System: set a default tool for each modeCampbell Barton
Also clear tools for the default startup file so changes to defaults apply to new files.
2018-09-27Cleanup: pep8Campbell Barton
2018-09-27Cleanup: flip option unlock -> lockCampbell Barton
Nearly all options are currently to toggle locking.
2018-09-26Wireframe/Xray: Make Xray option local to wireframe modeClément Foucault
This commit make the Xray option for the wireframe different from the other shading mode. This makes it possible to rapidly switch between wireframe + Xray and Solid mode without Xray. Xray alpha is also decoupled. Both variables are duplicated and exposed separately through RNA.
2018-09-26UI: switch shortcuts for pivot and orientation pie menus.Brecht Van Lommel
Pivot is now period key, orientation is comma key.
2018-09-26UI: keep some buttons fixed size in 3D view header.William Reynish
2018-09-26UI: allow fractical unit size for layouts.Brecht Van Lommel
2018-09-26UI: use pie menu for snap, pivot and proportional editing.William Reynish
* Proportional pie menu at shift+O. * Snap pie menu at shift+S. * Pivot pie menu at comma. Previous comma, ctrl+comma, period and ctrl+period shortcuts for specific pivot types were removed. Ref T56881.
2018-09-26Depsgraph: Add missing relation for spline IKSergey Sharybin
Solver should clearly depend on initializaiton.
2018-09-26Cloth: Collision improvementsLuca Rood
This commit includes several performance, stability, and reliability improvements to cloth collisions. Most notably: * The implementation of a new self-collisions system. * Multithreading of collision detection. * Implementation of single sided collisions and normal overrides. * Replacement of the `plNearestPoints` function from Bullet with a dedicated solution. Further, this also includes several bug fixes, and algorithmic improvements. Reviewed By: brecht Differential Revision: http://developer.blender.org/D3712
2018-09-26Addons: reactivate 'STL format' addonJacques Lucke
Reviewers: brecht Differential Revision: https://developer.blender.org/D3735
2018-09-26Cleanup: Edit Surface & Curve engines unused codeClément Foucault
2018-09-26Edit Surface: Use edit curve engine to display edit surfaceClément Foucault
It's so similar in practice that we don't need a separate engine for edit surface overlays.
2018-09-26Edit Curve: Fix "show handles" option hiding nurbs segmentsClément Foucault
2018-09-26GP: Only check annotation origin for 3D ViewAntonioya
2018-09-26GP: Rename parameter unlock_color and tooltipAntonioya
2018-09-26GP: Fix unreported crash when click+drag in edit modeAntonioya
2018-09-26GP: Change menu icons for hide/showAntonioya
2018-09-26Implement additional modes for Shrinkwrap to a surface.Alexander Gavrilov
In addition to the original map to surface and Keep Above Surface, add modes that only affect vertices that are inside or outside the object. This is inspired by the Limit Distance constraint, and can be useful for crude collision detection in rigs. The inside/outside test works based on face normals and may not be completely reliable near 90 degree or sharper angles in the target. Reviewers: campbellbarton, mont29 Differential Revision: https://developer.blender.org/D3717
2018-09-26GP: Fix unreported change material operator errorAntonioya
The first material of the list could not be assigned.
2018-09-26Fix T56926: Highlighted selection doesn't disappear when locking layerAntonioya
2018-09-26Multires: Use proper subdivision level for reshapeSergey Sharybin
Apparently, part of code got lost last minute prior to push.
2018-09-26Fix T56899: mesh deform bind does not work.Brecht Van Lommel
2018-09-26Multires: Promote OSD CCG to be officially supportedSergey Sharybin
Only active when WITH_OPENSUBDIV_MODIFIER is set to ON. There is still some work to be done to make that one enabled by default.
2018-09-26Subsurf: Tweak versioning codeSergey Sharybin
Select minimum of render subdivision levels and 3 for the initial value of quality. This way we don't force too much quality for meshes which were not supposed to be too much quality :)
2018-09-26Fix crash opening some old files, after recent changes.Brecht Van Lommel
2018-09-26Revert "Compositor: Added Weighted Standard Curve evaluation"Brecht Van Lommel
This reverts commit b8c9df6f21587014cb6f11aa5bed6f9c1044e6ee. The code is not correct with regards to color management, and its purpose was not documented.
2018-09-26GP: Check weight data before using itAntonioya
2018-09-26Fix T56920: Crash: Renaming bone through outlinerAntonioya
2018-09-26Cleanup: Silence strict compiler warningSergey Sharybin
Was happening when using OSD for modifiers.
2018-09-26OpenSubdiv: Cleanup, the TODO was actually solvedSergey Sharybin
2018-09-26Clip editor: Fix usage of template_markerSergey Sharybin
Needs an update to the new Python API. Reported by Sebastian in IRC, thanks!
2018-09-26GP: Adjust topbar layer selector to new fixed widthAntonioya
2018-09-26OpenSubdiv: CleanupSergey Sharybin
2018-09-26Fix access past array boundariesSergey Sharybin
Need to resize `have_functions` arrays when adding more functions. Not sure there is more reliable way which will prevent accidents like this. Was caused by c47be43674f5.
2018-09-26Gizmo: initial snap support for moveCampbell Barton
This allows the gizmo to snap to 3D view elements, Although currently this isn't usable gizmo's that use operator redo.
2018-09-26Gizmo: support for cancelling move3d modal changesCampbell Barton
2018-09-26Spin Tool: match dial orientation to active gizmoCampbell Barton
2018-09-26Gizmo: add invoke_prepare callbackCampbell Barton
Allows gizmo groups to set values based on the gizmo about to be invoked.
2018-09-26Fix misleading field naming.Alexander Gavrilov
This is not any kind of length, it is the number of true values.
2018-09-26Spin Tool: option (disabled) for gizmos to follow selectionCampbell Barton
Disable since this causes multiple axis to overlap too often. It's also glitchy since we don't have a good way to detect changes to selection.
2018-09-26Correct error in last commitCampbell Barton
Didn't account for non-identity orientation.
2018-09-26Spin Tool: correct the initial redo dial rotationCampbell Barton