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-18Gizmo: de-duplicate poll logicCampbell Barton
Checking the active tool or operator was a common way to check if the gizmo was still in use.
2018-09-18Gizmo: dial3d option to get angles w/o wrappingCampbell Barton
Needed for spinning multiple revolutions.
2018-09-18Gizmo: add snap & tweak to the dial widgetCampbell Barton
Allows holding Ctrl to snap w/ the spin tool.
2018-09-18Cleanup: group gizmo dial members into structsCampbell Barton
2018-09-18Correct view orientation update in last commitCampbell Barton
2018-09-18Gizmo: use spin widgets by defaultCampbell Barton
- Now the spin tool has a persistent gizmo. - Uses scene orientation, with additional view orientation. - Uses the cursor center, ignoring the pivot since the selection center is rarely useful. - Disable most of the redo gizmo's for now since they overlap, only allow adjusting the angle. Note: mixing new action with adjusting previous is confusing, we'll want to have design guidelines regarding this.
2018-09-18Cleanup: spin redo naming changesCampbell Barton
2018-09-18Cleanup: spin redo naming changesCampbell Barton
2018-09-18Cleanup: spin redo naming changesCampbell Barton
2018-09-18Cleanup: move editmesh spin gizmo into own fileCampbell Barton
To mix both initial spin and redo ends up being more involved, move into own file.
2018-09-18Gizmo: minor tweak to spin toolCampbell Barton
Make main angle adjustment radius larger since it's the most useful.
2018-09-17GP: Remove duplicate clean menuAntonioya
2018-09-17Merge branch 'master' into blender2.8Bastien Montagne
2018-09-17Install_deps: workaround building bloody broken OpenEXR release.Bastien Montagne
2018-09-17Cycles: Cleanup, remove dead codeSergey Sharybin
2018-09-17Cycles: Remove unused malformed functionSergey Sharybin
This isn't really possible to do the shuffle which was attempted to do. While it's possible to achieve expected behavior, the function needs to be rewritten. Since it's not used anyway, it's simpler to remove it for now.
2018-09-17Cycles: Use proper mask for vectrorized boolean printSergey Sharybin
2018-09-17build_environment: force a consistent libdir across Linux distributions.Ray Molenkamp
on some distributions libs ended up in lib64 confusing the cmake builder.
2018-09-17Eevee: Fix shader linking error with volumetric shadersClément Foucault
2018-09-17Eevee: Fix crash when using refraction with alpha clip blend modeClément Foucault
2018-09-17Fix object selection with eyerdropper not respecting property poll function.Brecht Van Lommel
2018-09-17Fix T56800: Reflection Plane in Eevee crashes BlenderClément Foucault
2018-09-17Fix T56803: Indirect lightning bake crashes BlenderClément Foucault
2018-09-17Fix T56801: Enabling smoke crashes Blender.Clément Foucault
2018-09-17Depsgraph: Cleanup, indentationSergey Sharybin
2018-09-17Depsgraph: Gnuplot, put heaviest objects at the topSergey Sharybin
2018-09-17Merge branch 'master' into blender2.8Bastien Montagne
2018-09-17Fix T56811: Do not show cancel button for jobs when UI is locked.Bastien Montagne
Since that button is then totally useless and unusable...
2018-09-17UI: show steps for spin toolCampbell Barton
2018-09-17Gizmo: start spin gizmo draggingCampbell Barton
- Only respond to drag event, so placing the cursor is possible. - Start off with zero rotation, dragging adjusts.
2018-09-17Gizmo: Functions to re-initialize a group typeCampbell Barton
Partially re-initializing a gizmo is often more trouble then removing and re-adding.
2018-09-17Gizmo: only respond to mouse-move eventsCampbell Barton
Missed in recent update to event handling.
2018-09-17Cleanup: use SCE_GIZMO_ prefix for gizmo_flagCampbell Barton
2018-09-17Cleanup: rename gizmo group dataCampbell Barton
Abbreviate to 'ggd', replacing manipulator reference.
2018-09-17Revert "Cleanup: use tuples in python according to feedback"Campbell Barton
This reverts commit b1f0e4c2d673320085cd5e1c68f4f5f814bacede. Sets are typically preferred for __contains__ checks when order doesn't matter.
2018-09-16Fix T56817: Assert because of invalid framebufferClément Foucault
2018-09-16Fix driver expression bytecode validation crash if parsing fails.Alexander Gavrilov
Another NULL pointer access: nothing to validate if it already failed.
2018-09-16GP: Rename select group color to materialsAntonioya
2018-09-16Fix a crash when a driver expression evaluates to NaN.Alexander Gavrilov
The debug logging statement was accessing a NULL pointer. Also happens in 2.79.
2018-09-15GP: Initialize new brush factorsAntonioya
2018-09-15Cleanup: use tuples in python according to feedbackInes Almeida
2018-09-15Cleanup: styleCampbell Barton
2018-09-15PyDoc: add gpu.shaderCampbell Barton
Also some syntax corrections.
2018-09-15Cleanup: use r_ prefix for return argsCampbell Barton
2018-09-15GPUTexture: Fix problem with glGenerateMipmapClément Foucault
Fix T56789: There was issue with certain driver with glGenerateMipmap and GPU_DEPTH_COMPONENT24. In this case we just create a complete texture with mipmaps manually without downsampling / initializing the data.
2018-09-14GP: Improve errase panel and toolbarsAntonioya
Some names were not clear enough and some parameters were missing.
2018-09-14GP: Add pressure option to eraser sizeAntonioya
2018-09-14GP: Some changes to eraser panelAntonioya
2018-09-14Object Mode: Draw object center after the floorgridClément Foucault
2018-09-14Object Mode: Make Flat object selectable in ortho view ...Clément Foucault
... when wireframe is enabled