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-10Poly Build: set newly added elements activeCampbell Barton
2018-09-10Cleanup: use title capsCampbell Barton
2018-09-10Edit Mesh: pass Base array to picking functionsCampbell Barton
In some cases we need to use this array afterwards, so this gives control over which objects are used for picking. Also use an index argument as return argument so callers that need to know the index in the array don't need to calculate it afterwards.
2018-09-10Cleanup: use 'mesh' in preselect identifiersCampbell Barton
We may have preselection for other types later.
2018-09-10Missing from last commitCampbell Barton
2018-09-10Cleanup: rename edge-ring preselect fileCampbell Barton
Having all pre-selection in one file isn't so nice, differentiate edge-ring from element pre-selection.
2018-09-10Tool System: use preselect highlight w/ poly-buildCampbell Barton
- Poly build now uses a new gizmo for pre-selection which has the same behavior as loop-cut. This replaces hack where mouse-move set the active element which was no longer working properly because of missing depsgraph updates. - Multi-object support for poly-build. - Support for deformed cage. - Fix error where changing active object wasn't properly refreshing the preselect gizmo (for loopcut too). Currently holding Alt to select non-boundary element's isn't working.
2018-09-10Cleanup: use function to set the active baseCampbell Barton
2018-09-10Cleanup: remove unused field argsCampbell Barton
2018-09-10Eevee: Depth of Feild: Fix ringing issue of background objectsClément Foucault
There was an issue caused by Antialiasing being done after DoF. Move TAA after DOF and Motion Blur. Also certain pixel with lower CoC would be spread all over the background because the neighbooring pixel have higher CoC. So we need to apply some bilateral filtering when downsampling. Currently we limit the influence of neighbor pixels with a CoC inside the range [MaxCoC-2, MaxCoC].
2018-09-09GP: Improve smooth interpolation calcAntonioya
2018-09-09GP: Fix strange pressure values when drawingAntonioya
This strange values produced an "explosion" of the stoke and it was very annoying.
2018-09-09GP: missing change in previous commitAntonioya
2018-09-09GP: Fix scale problem when object is parentedAntonioya
The stroke was not scaled as expected in child objects.
2018-09-08Fix T56712: Compositor image loader skips frames.Bastien Montagne
Bad removal of 'Fields' option for image sequences...
2018-09-08Merge branch 'master' into blender2.8Bastien Montagne
Conflicts: source/blender/blenkernel/intern/lattice.c
2018-09-08Fix T56720: Lattice: crash on setting points_u/v/w from python.Bastien Montagne
One need to check that there is something to free, before trying to free it...
2018-09-08Fix T56722: Crash - Entering mesh Edit Mode.Bastien Montagne
Seriously...
2018-09-08Fix extrude gizmo redo after selection glitchCampbell Barton
It was possible to adjust extrusion after selection.
2018-09-08Correct last commitCampbell Barton
2018-09-08Gizmo: fix extrude depth orderingCampbell Barton
2018-09-08WM: add temporary field to gizmo'sCampbell Barton
2018-09-08UI: make extrude gizmo similar size to transformCampbell Barton
2018-09-08Cleanup: remove redundant assignmentCampbell Barton
2018-09-08Fix gizmo poll functionCampbell Barton
Missed cast switching to bool return type.
2018-09-08Cleanup: styleCampbell Barton
2018-09-07UI: Disable popup for object mode delete from menuCampbell Barton
Since there are no options to change, delete immediately.
2018-09-07Cleanup: Update shortcut in commentCampbell Barton
2018-09-07Gizmo: update template to use matrix multiplyCampbell Barton
2018-09-07RNA: update gizmo API for changes in BlenderCampbell Barton
- gpu module renamed. - make gizmo.new() take type as a required argument.
2018-09-07RNA: Area.header_text_set text is now requiredCampbell Barton
2018-09-07Merge branch 'master' into blender2.8Campbell Barton
2018-09-07Cleanup: move area API into own functionCampbell Barton
2018-09-07Merge branch 'master' into blender2.8Bastien Montagne
2018-09-07Install_deps: fix llvm/clang ARCH package names.Bastien Montagne
Issue raised in T56540, thanks. Also tried to re-enable using fedora's llvm/clang packages, would hope and assume old issue here is fixed.
2018-09-07Merge branch 'master' into blender2.8Bastien Montagne
2018-09-07Install_deps: Fix wrong URL for ILMBase/OpenEXR source archives.Bastien Montagne
They also went to github...
2018-09-07Merge branch 'master' into blender2.8Bastien Montagne
2018-09-07Install_deps: Fix building python on fedora 28Bastien Montagne
Looks like libffi is now a dependency of python as well... Done it for the other distro as well, just in case. ;)
2018-09-07Fix operators from W menu for the API changesSergey Sharybin
2018-09-07GP: Replace hide icon in materialsAntonioya
Now the layers and materials icons are consistent.
2018-09-07Depsgraph: Cleanup, namingSergey Sharybin
If something is a list of data, it is to be called list, and data is to be called data. No need to call list a data and data a weird two letter abbreviation. Clarity is our friend!
2018-09-07Annotate Tool: allow drawing dotsCampbell Barton
2018-09-07Codestyle cleanup: uvedit_smart_stitch.cDalai Felinto
2018-09-07Multi-Objects: UV_OT_stitchAlan
Reviewers: dfelinto https://developer.blender.org/D3645
2018-09-07Silence warning in release modeSergey Sharybin
2018-09-07Subdiv: Add ptex offsets to a subdiv structureSergey Sharybin
This is something what we need to know quite often from various places. Added it as a cached value in Subdiv itself, so it can be queried easily from any area. Shouldn't be a problem from memory usage point of view, it's 4MB per 1M faces coarse mesh. This is very low percentage of mesh itself, and even lower percentage of highres subdivided mesh.
2018-09-07Cleanup: Unused undefSergey Sharybin
That symbol is never defined.
2018-09-07GP: Fix unreported crash when use Alt key in Surface drawAntonioya
2018-09-07Gizmo: fix extrude handlesCampbell Barton
Only use the 2D selection function when 3D selection isn't defined. Regression from e18a2c4ed7b