Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 1126 / 5574

July 4, 2019, 10:32 (GMT)
node_shader_utils: add possibility to override image colorspace
'is_data'

since the move from 'cycles_shader_compat' (2.79) to
'PrincipledBSDFWrapper' (2.8) we lost the ability to (automatically) set
this colorspace setting for imported textures. This was useful for e.g.
normalmaps to always assume 'Non-Color' data.

This adds the possibility to overide and uses this for normalmaps...

Fixes T66368

Reviewers: mont29, brecht

Maniphest Tasks: T66368

Differential Revision: https://developer.blender.org/D5176
July 4, 2019, 07:19 (GMT)
Fix T66405: Python API documentation

removed glVertex from the Python bgl api documentation as they are
deprecated.
July 4, 2019, 02:47 (GMT)
API Docs: Update Build Dependencies
July 4, 2019, 02:46 (GMT)
API Docs: Theme Options

- Limit Nav depth to 1
- Turn off stick nav
- Add canonical_url
July 3, 2019, 22:34 (GMT)
Transform: don't inspect all scene objects in poll

From fix for T66311, c6a199e2542b4

Poll functions should never loop over entire scene,
in this case behave as other transform operators,
only checking the active screen.
July 3, 2019, 19:06 (GMT)
Fix T66372 Convert to mesh with subdivision breaks topology

This was caused by a check that was not taking the restart index into
account.
July 3, 2019, 18:44 (GMT)
Fix T61808: remove confusing graying out of workspace that already exist

This was meant to help users see which users are likely useful to add, but
it's not so obvious and there are cases where it's useful to re-append the
same workspace.
July 3, 2019, 18:44 (GMT)
Fix T65899, T66314, T61808: various issues appending workspaces

This fixes crashes, wrong names and inability to append workspaces in
edit mode. We now bypass the append operator so we can easily return
a datablock pointer and work in any mode.
July 3, 2019, 18:44 (GMT)
Fix invalid state after calling append/link operator without any items
July 3, 2019, 18:44 (GMT)
Fix missing update when setting rigid body world collection
July 3, 2019, 17:48 (GMT)
Fix T66332: Move gizmo stays in place when vertex is deleted

Reviewers: brecht

Maniphest Tasks: T66332

Differential Revision: https://developer.blender.org/D5177
July 3, 2019, 16:39 (GMT)
Fix T59225 Screw modifier not displayed when using single vertex
July 3, 2019, 15:51 (GMT)
Fix T66311: skin resize (ctrl+a) could crash

could happen when used on multiple objects with multi edit, and skin
modifier was not present on all participating objects

Reviewers: brecht

Maniphest Tasks: T66311

Differential Revision: https://developer.blender.org/D5165
July 3, 2019, 15:18 (GMT)
Fix T66165: RGB Curve node generates too bright color

The issue was that the end point would be extrapolated and it would lead to
very high values if the curve had a near inf slope. Now we use the actual end
point value and only extrapolate values that are outside of the start and
endpoint range.

Differential Revision: https://developer.blender.org/D5151
July 3, 2019, 15:11 (GMT)
Cleanup: rename variables for easier understanding
July 3, 2019, 14:45 (GMT)
Cleanup debug print left in by mistake.

Thanks to @brecht for noticing it. :)
July 3, 2019, 14:32 (GMT)
Fix T66234: Issue on switching material mode between Object and Data

The root of the issue comes to the fact that part of dependency graph
is being removed, without doing any further remapping.
This was happening because only materials used by objects were pulled
in, so when material mode is changed some material became unused and
removed from the dependency graph and freed, causing object or its
data to point to a freed memory in its materials array.

Simplest and safest way to solve this is to pull materials referenced
by both object and object data. This causes somewhat higher memory
usage but keeps evaluated state of scene in an always consistent state,
without any need to tag/update object's data on material mode change.

Don't think it is a problem in practice.

Reviewers: brecht, fclem

Reviewed By: brecht, fclem

Differential Revision: https://developer.blender.org/D5172
July 3, 2019, 14:31 (GMT)
Fix T66353: VSE: Missing updates when moving strip with animation
July 3, 2019, 14:05 (GMT)
Fix T66369: Excessive WARN messages in console when opening older files

CDData checking on file load was not taking into account deprecated
CD_MTEXPOLY datatype, which unfortunately shows same weird glitch as
CD_PAINT_MASK and CD_FACEMAP ones...

Note that it was annoying (due to amount of warnings in console), but
totally harmless, since that data type is just deleted anyway.

This commit also generally cleans up the CD_MTEXPOLY deprecation code, we
have a system to handle that, let's use it, instead of defining local
static values to replace it...
July 3, 2019, 14:03 (GMT)
Fix T66377: Applying rotation/scale on a parent changes location of a child
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021