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
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-27Cleanup: Fix warnings in bf_intern_elbeemRay Molenkamp
Truncating a pointer to long gave warnings with MSVC on x64
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-27Fix T65145: Draw curve draw tool settings in columnJacques Lucke
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.
2019-05-27Eevee/GPencil: Fix depth reading after renderClément Foucault
2019-05-27draw_manager: fix warning with msvc.Ray Molenkamp
32 bit shift stored in 64 bit field gave a warning with MSVC.
2019-05-27Fix (unreported) API doc generation script after removal of some ObjectBase ↵Bastien Montagne
ietms from context.
2019-05-27fix: collada transformtype must be identical for animation export and object ↵Gaia Clary
export When exporting an object we can choose the transformation type 'Matrix' or 'trans/rot/scale' When exporting an animation we have the same choice regarding the used transformation type. However we must make sure that animations and objects use the same transformation type within one colleda export. The user interface is now reworked such that the correct settings are always guaranteed. I also reworked the tool tips
2019-05-27refactor collada: rename add_node_transform() to add_joint_transform()Gaia Clary
2019-05-27Gizmo: add event argument to invoke_prepare callbackCampbell Barton
2019-05-27blenloader: Fix warnings with MSVCRay Molenkamp
these macros are mostly used with size_t types, leading to msvc warning : warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits
2019-05-27Fix T65052: "Convert to mesh from curve" fail if the curve has a bevelSergey Sharybin
Use evaluated object as an input for mesh construction. This ensures all dependencies are ready. Reviewers: brecht, mont29 Reviewed By: brecht, mont29 Differential Revision: https://developer.blender.org/D4955
2019-05-27Cleanup: remove redundant assignmentCampbell Barton
2019-05-27Fix T65177: Camera frame visible in viewport renderJacques Lucke
2019-05-27Fix T65066 Armature and bone selection is broken on macOSClément Foucault
2019-05-27Fix poor display of time codes in sequencer Info panelMal Duffin
Allow using : in labels inside buttons. Differential Revision: https://developer.blender.org/D4944
2019-05-27Eevee: Fix render z-depth for orthographic cameraClément Foucault
Fix last commit
2019-05-27Eevee: Fix render depth pass being negativeClément Foucault
2019-05-27Wireframe: Make wireframe's Xray slider default to 0Clément Foucault
This removes the dither patterns visible in wireframe mode. This does decrease de depth perception but many users complained about the visual noise it produces.
2019-05-27EditMeshMode: Reduce unselected face alphaClément Foucault
Lowering it to 0.071 so that wireframe mode is not so much distracting.
2019-05-27Cleanup: DRW: Make clipped shader use UBO clip planesClément Foucault
2019-05-27Cleanup: DRW: Move WorldClipPlanes to builtin uniformClément Foucault
2019-05-27Cleanup: DRW: Remove DRW_STATE_OFFSETClément Foucault
2019-05-27Cleanup: Paint Overlays: Remove DRW_STATE_OFFSET_*Clément Foucault
2019-05-27Cleanup: EditMesh: Remove DRW_STATE_OFFSET_*Clément Foucault
2019-05-27Depsgraph: Fix condition inverted by mistakeSergey Sharybin
Fixes T65165: Weights are not displayed in "Weight Paint" with modifiers
2019-05-27Revert "Keymap: Drag in empty area to box select in animation editors"Brecht Van Lommel
This reverts commit ebf924e0b79b6ebea4401d0b0f2e59e2c103a66d. This is causing the transform tool to start immediately which leads to lots of accidental changes. We can bring this back when that issue is fixed.
2019-05-27Fix T65181: image View as Render should not affect file savingBrecht Van Lommel
2019-05-27Fix T65160: missing updates when setting origin on a collection instancePhilipp Oeser
Reviewers: sergey, brecht Maniphest Tasks: T65160 Differential Revision: https://developer.blender.org/D4953
2019-05-27Python API: Tag for update on object.update_from_editmode()Sergey Sharybin
This call modifies geometry but does not inform anyone about changes. After this change it's possible to load edit mesh, then request evaluated dependency graph and do some interesting things with the updated object. This is part of T63244: object.to_mesh ignores object.update_from_editmode
2019-05-27Depsgraph API: Allow preserving custom data layersSergey Sharybin
This commit extends dependency graph API with an argument which denotes that all custom data layers are to be preserved. This forces modifier stack re-evaluation with more inclusive mask. Far from ideal, since this might fail in certain configurations with indirectly used objects which might be missing layers needed for the current object evaluation. But this is how it worked for a long time, so should be good enough for until more sophisticated solution is found. In order to use this new behavior two things are to be passed: - Pass keep_all_data_layers=True - Pass a valid dependency graph. The dependency graph is only needed if keep_all_data_layers=True and is NOT to be passed if keep_all_data_layers=False. If keep_all_data_layers=True the dependency graph MUST be passed. Reviewers: mont29, brecht Reviewed By: mont29 Maniphest Tasks: T64994, T64794 Differential Revision: https://developer.blender.org/D4940
2019-05-27Industry Compat keymap: Fix armature extrudeWilliam Reynish
MMB wasn't working to extrude freely for Armature extrude Also fix an issue with moving down the hierarchy in Pose Mode
2019-05-27Depsgraph: Use threading guard in context.evaluated_depsgraph_getSergey Sharybin
This is a part of T65174.
2019-05-27UI: use tool label instead of id-names for quick favoritesCampbell Barton
2019-05-27Mitigate T64346: Quick Favorites items cant be removedCampbell Barton
For now don't show missing quick favorite menu items which are missing. Once menu editing is supported they could be displayed.
2019-05-27Fix T65074: Crash on switching colorCampbell Barton
Make buttons to take active `Paint` from the context. D4946 by @Gvgeo
2019-05-27Revert "UI: Edit Menu Operator Polling"Brecht Van Lommel
This reverts part of commit b7eba20236ca6499a62a8ee2b0c852086bc46b8e. Polling is causing issues in scripts, and the minor usability improvements are not worth the extra work this may cause at this point in the release cycle. Fixes T65149
2019-05-27cmake/msvc: Repress MSVC template warning C4661Ray Molenkamp
Draco emits about 60 of these, consulted with brecht before repressing them.
2019-05-26Fix building with ninja on windowsRay Molenkamp
Broken by rB161908157d67ee8bcfa0c26917cccdc40e0c67ea