Blender Git Loki

Kaikki Blender Git kommitit.

Page: 2688 / 8462

February 21, 2019, 15:14 (GMT)
Fix for Fix (c) T61787: Duplicating a collection instance does not duplicate the dupli_group.

Wrong logic in bitflags handling in own previous commit...
February 21, 2019, 14:48 (GMT)
Fix (unreported) Broken DataTransfer modifier when source object is in Edit mode.

Just use common API func to get evaluated mesh of other object in
modifiers, instead of doing our own cooking. ;)
February 21, 2019, 14:40 (GMT)
Fix T61787: Duplicating a collection instance does not duplicate the dupli_group.

Transfomr init code called just after duplication (presumably before
regular depsgraph update is executed) would erase new objects'
transflags.

This is more like a hack than a real fix, but since that transform piece
of code is already a hack... Other solution would have been to force DEG
to run after object duplication, think it's better to go with that
solution for now.

Not to mention to fact that dupli flags are put into transflag... ;)
February 21, 2019, 14:40 (GMT)
Cleanup: typos in comments.
February 21, 2019, 14:40 (GMT)
Fix T59338: Blender crashes immediately after loading attached file in ~80% of my attempts.

Issue was a concurrent modification of an evaluated mesh by two
other meshes using it as source for custom normals data transfer.

Note that this fixes the crash (modifiers are strictly forbidden to modify
any data besides their own!), but now will have to add a new CD type to
be able to specifically request 'computed' clnors data layer, and not
only 'encoded' one, for source mesh...
February 21, 2019, 14:33 (GMT)
Merge branch 'blender2.7'
February 21, 2019, 14:29 (GMT)
Fix T61802: EXR preview JPEGs don't have the correct color

Missing color management, probably from the very beginnings of
the OCIO integration.
February 21, 2019, 14:25 (GMT)
Subdiv: Enable topology cache for animation

This commit makes it so both Subdivision Surface and Multiresolution
modifiers are caching OpenSubdiv topology. This cuts down evaluation
time quite a bit, especially for meshes which don't have many extra
ordinary verticies.

Only working for animation. Other modifications like edit mode needs
more work to make topology cache preserved by copy-on-write.
February 21, 2019, 13:36 (GMT)
Fix: Missing closing brackets in include
February 21, 2019, 13:32 (GMT)
Use weight function in displace modifier
February 21, 2019, 13:27 (GMT)
improved C function API
February 21, 2019, 12:40 (GMT)
read from original tree
February 21, 2019, 12:29 (GMT)
Fix T61733: wrong alpha for sequencer screen, multiply, .. blend modes.

It was copying the alpha from the foreground instead of background image,
which is not usually what is needed and inconsistent with the compositor.

Differential Revision: https://developer.blender.org/D4371
February 21, 2019, 12:28 (GMT)
Fix T61791: Motion path step is not taken into account
February 21, 2019, 11:35 (GMT)
GP: Cleanup style
February 21, 2019, 11:28 (GMT)
Merge branch 'master' into greasepencil-object
February 21, 2019, 11:27 (GMT)
GP: Define new Draw Mode

Add a new Draw Mode to display panel in order to define the z-.depth order of the strokes using the real 3D position and not the 2D layer position.

This change makes possible to use VR with grease pencil drawings because the depth of the strokes change with camera position.
February 21, 2019, 11:08 (GMT)
Fix T61786: local view not exiting correctly after recent changes.
February 21, 2019, 10:59 (GMT)
Transform: remove constraints from the redo panel

Constraint options had confusing behavior:

- When non were pressed, the orientation was ignored.
- When any were pressed, the orientation was used,
but only unconstrained axed could be adjusted.

Now constraining is only used for modal execution
so there is no need to show these in the interface.

When an orientation is selected, the XYZ values always transform
using that space.

Note, transform system should be refactored to support different
orientations w/o having to use constraints.

Addresses T57204
February 21, 2019, 10:08 (GMT)
Cleanup: Line wrapping
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021