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
path: root/source
AgeCommit message (Collapse)Author
2019-05-28Eevee: Render alpha blended objects when rendering probesClément Foucault
This fix T64553 EEVEE: Emission material not lighting other objects when blend mode set to alpha blend
2019-05-28Sequencer: Drag outside of sequence to initiate box selectJacques Lucke
2019-05-28DRW: Fix issue introduce in removal of DRW_STATE_POINTClément Foucault
Fix issue raised by mano-wii in rB97d22e12b521 Fix T65050 knife tool snapping indicator not visible
2019-05-28Cleanup: DRW: CodestyleClément Foucault
2019-05-28Cleanup: GPU: Move program point size to GPU_stateClément Foucault
2019-05-28Fix T64005: GPencil clamping pixels do not always workAntonioya
2019-05-28Depsgraph: Add query for whether graph is up to dateSergey Sharybin
Depsgraph: Only invoke callbacks when there are changes Only affects when an evaluated dependency graph is requested via context. Makes it cheap to call when there are no changes made to the graph Transform: Ensure depsgraph is evaluated when needed Fix based on D4455 from Campbell, utilizes some recently introduced functions and allows to not have any extra checks in the transform code. Fixes T61904 Fixes T62135 Reviewers: brecht Maniphest Tasks: T62135, T61904 Differential Revision: https://developer.blender.org/D4967
2019-05-28Depsgraph: Only invoke callbacks when there are changesSergey Sharybin
Only affects when an evaluated dependency graph is requested via context. Makes it cheap to call when there are no changes made to the graph
2019-05-28Depsgraph: Add query for whether graph is up to dateSergey Sharybin
2019-05-28Cleanup: use doxy comments for wmOperatoType.flagCampbell Barton
2019-05-28Cleanup: use WM_ prefix for cursor enumCampbell Barton
2019-05-28WM: support X/Y axis cursor wrappingCampbell Barton
Operator flags to wrap on a single axis. D4865 by @Gvgeo with updates. Resolves T64585
2019-05-28Cleanup: clang-formatCampbell Barton
2019-05-28Fix T64829: Active point of Curve objects is not displayed correctlyPhilipp Oeser
three issues here: - when curves had multiple nurbs, the active vert is per nurb [curve_create_edit_data_and_handles() wasnt taking that into account] - code could go wrong when points where hidden - upon selection, tag curve ID_RECALC_COPY_ON_WRITE for batch cache update Reviewers: brecht, fclem, sergey Maniphest Tasks: T64829 Differential Revision: https://developer.blender.org/D4943
2019-05-28Fix T65187: Overlay blend increase wrongly the opacityAntonioya
The calculation of the mix color was not using the bottom color when the alpha was lower than 1.0. Also added clamp code to avoid values outside valid ranges.
2019-05-28GPencil: Minor cleanupAntonioya
2019-05-28MeshAnalysis: Disable when XRay is turned onJeroen Bakker
When XRay is turned on the mesh analysis did not draw correct. This change won't draw the mesh analysis overlay when xray is turned on. In terms of giving the user a visual feedback of this limitation we render the overlay options inactive. Reviewed By: brecht, fclem Maniphest Tasks: T65225 Differential Revision: https://developer.blender.org/D4965
2019-05-28Fix T64536 Eevee: Reflection texco no longer worksClément Foucault
2019-05-28Fix T65226 Crash on entering in Edit mode with ASAN buildClément Foucault
2019-05-28Cleanup: DRW: Rename DRW_STATE_BLEND_* for API clarityClément Foucault
2019-05-28Fix T65141 Bevel did not curve.Howard Trickey
The previous fix to the spike bug T64582 was not really right. This fixes that one properly and restores the desired curving profile in the bug's example.
2019-05-28Fix T57090: selected node group input sockets circles not drawing inPhilipp Oeser
sidebar UIList nodesockets were actually drawn, but immediately drawn over by widgets from the widget draw batch cache. solution here is to "widgify" nodesocket drawing as well. Reviewers: brecht Maniphest Tasks: T57090 Differential Revision: https://developer.blender.org/D4963
2019-05-28Fix T57483: Driver on grease pencil modifier does not updateSergey Sharybin
2019-05-28Fix T65212: Cycles_render_layer test grease pencil crashes.Antonioya
Theme colors should not be accessed for rendering. Also some minor cleanups. Thanks @brecht for catching the bug.
2019-05-28Cleanup: use time scrub instead of scrubbingCampbell Barton
Renaming was only done to ED_time_scrub_ui.h, function names and struct members used term 'scrubbing' which is ambiguous.
2019-05-28Cleanup: clang formatCampbell Barton
2019-05-28Cleanup: rename gizmo keymapsCampbell Barton
Don't use plural because single/multiple isn't relevant for keymap definitions and reads badly for specific gizmo types that only use a single gizmo.
2019-05-28Cleanup: remove unused modal gizmo keymapCampbell Barton
An operator can only have one modal keymap, there is no use in defining multiple.
2019-05-28Gizmo: only highlight when held modifier keys are usedCampbell Barton
Check the current events modifiers against the gizmo keymap, only highlighting when keymap items match. Needed to resolve T63996
2019-05-28Gizmo: changes to internal drag logicCampbell Barton
Minor changes to recent gizmo click/drag logic 08dff7b40bc6a Changing the gizmos highlighted part in the invoke_prepare callback is too error prone since it needs to run before it's known which operator will execute. Add back 'drag_part', since it simplifies click-drag use. While this isn't essential with custom keymaps per gizmo it avoids having to define a keymap in the case a drag event needs a different action.
2019-05-28Fix show face-dot checkCampbell Barton
Match edit-mesh drawing.
2019-05-28Docs: correct descriptionsCampbell Barton
2019-05-27Cleanup: Fix const warning in makesrnaRay Molenkamp
rna_function_string was not const correct leading to different 'const' qualifiers (C4090) warnings in MSVC.
2019-05-27Fix T65190: GPencil stroke not correctly initializated using python APIAntonioya
The value of new gradient fields was wrong.
2019-05-27Cleanup: Fix warnings in bf_physicsRay Molenkamp
MSVC did not detect the usage of i in the openmp loops and emitted a unused variable warning.
2019-05-27Cleanup: Fix build warning in bf_editor_interfaceRay Molenkamp
widget_draw_text_ime_underline was not const correct leading to warnings with MSVC
2019-05-27Gizmo: add per gizmo keymapsCampbell Barton
Remove click-drag support for tweak gizmo, rely on keymap events instead. This is needed for some gizmos to use modifiers keys without having all gizmos use all modifier keys (see: T63996).
2019-05-27cleanup: Collada exporter renamed 'transrotloc' to 'decomposed'Gaia Clary
The collada exporter allows to export transforms either as Matrix or as a decomposition of Translation, Rotation aand Scale. The decomposition option was falsely named "TransRotLoc". I renamed it to the much more descriptive word "Decomposed". The tooltip already contains sufficient information, so there is no need to change that.
2019-05-27Fix tweak/drag event use with gizmosCampbell Barton
It was possible to use a drag event for a gizmo that dragged away from the gizmo, changing the active gizmo. Now use gizmo located at the location that was clicked on.
2019-05-27Fix T65080: handle case when View2D has 0 scaleJacques Lucke
2019-05-27Eevee: Fix Aliasing in Light ProbesAdam Nydahl
Differential Revision: https://developer.blender.org/D4869
2019-05-27Cleanup: Fix warning in bf_editor_meshRay Molenkamp
Declaration and implementation of EDBM_select_id_context_create got out of sync leading to warning with msvc.
2019-05-27Cleanup: Fix warning in blenlib with MSVCRay Molenkamp
Some versions of the Windows SDK headers have a dbghelp.h that will emit C4091 warnings, repress them just this once, since the warn can be helpful in other places.
2019-05-27Cleanup: Fix warnings in bf_dnaRay Molenkamp
Passing a const char** to MEM_recallocN lead to C4090 'function': different 'const' qualifiers warnings with MSVC
2019-05-27Fix (unreported) invalid handling of IDs usercount in ↵Bastien Montagne
`BKE_mesh_new_from_object_to_bmain()`. Would have broken usercount of mesh used as texco reference e.g.
2019-05-27Cleanup: Fix warning in makesdnaRay Molenkamp
passing a const pointer to BLI_ghash_insert causes warning C4090 'function': different 'const' qualifiers with MSVC
2019-05-27Fix T63173: Dragging hidden collection inside a visible one unhides itDalai Felinto
Same for holdout, indirect only and exclude. Reviewers: brecht Differential Revision: https://developer.blender.org/D4945
2019-05-27Fix annotations not drawing correctly on Cycles rendered viewBrecht Van Lommel
2019-05-27Cleanup: Fix warnings in gpu_batchRay Molenkamp
Passing a const pointer to MEM_freeN/MEM_recallocN lead to C4090 'function': different 'const' qualifiers warnings with MSVC
2019-05-27Cleanup: Fix warnings in bf_gpuRay Molenkamp
Declaration and implementation got out of sync leading to warnings.