Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 1100 / 5574

August 2, 2019, 04:49 (GMT)
Fix unreported: length measure displayed on the "Sequence Slide" operator panel
August 2, 2019, 04:32 (GMT)
Docs: correct comment for PROP_THICK_WRAP
August 2, 2019, 04:15 (GMT)
Fix T63570: Proportional editing resets scaling along Y and Z axis on mouse wheel

`applyResize(...)` considers that `t->values` always represents a `ratio`.
But this is only `true` with the `MOUSEMOVE` event.
The solution proposed is to never change `t->values`.
The result of the final transformation is now written to `t->values_final`.

Reviewers: campbellbarton

Differential Revision: https://developer.blender.org/D5212
August 2, 2019, 02:30 (GMT)
Cleanup: doxy sections
August 2, 2019, 02:19 (GMT)
Fix unreported: Selection of mesh_cage element occluded by the mesh_cage itself.

The right thing is to be occluded by the visible mesh (in the case with modifiers).
August 2, 2019, 02:05 (GMT)
Cleanup: spelling
August 2, 2019, 02:05 (GMT)
Cleanup: unused variable
August 2, 2019, 02:00 (GMT)
DRW: Select Engine: Add a utility to detect `select_node`
August 2, 2019, 02:00 (GMT)
Edit Mesh Select: Remove redundant and deprecated `FAKE_SELECT_MODE_...`
August 2, 2019, 02:00 (GMT)
DRW: Select Engine: Use specified offset.

Due to current uses, this does not bring functional changes.
August 2, 2019, 02:00 (GMT)
DRW: Select Engine: remove unnecessary DRWShadingGroup creations
August 2, 2019, 01:44 (GMT)
Object Mode: add back non '_ex' versions of mode-switching functions

While these aren't currently used, its strange to have
extended versions of a function without the non-extended versions
it also avoids callers needing to add them back if they need -
or duplicating the same boiler plate when calling the '_ex' versions.

Reverts 11da3b132aff1, 11da3b132aff1, adds depsgraph argument
so the caller is responsible for the evaluation state.
August 2, 2019, 01:44 (GMT)
Cleanup: quiet maybe-unused warnings

While harmless, use flow control that always sets the variable.
August 2, 2019, 01:21 (GMT)
Cleanup: quiet maybe-unused warning

While harmless, use flow control that always sets the variable.
August 2, 2019, 00:32 (GMT)
Cleanup: padding in windowmanager
August 1, 2019, 22:36 (GMT)
Keymap: add fractional zoom shortcuts for sequencer preview

Matches shortcuts from the image editor.

D5341 by @tintwotin
August 1, 2019, 19:43 (GMT)
VSE: Use sequencer boundbox for view_all operator

Fix T67279
Fix T59954

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D5368
August 1, 2019, 19:42 (GMT)
Fix T66028: Move sequence, movieclip and text editor progressbars to status bar

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D5219
August 1, 2019, 19:11 (GMT)
GPU: more complete coverage of drivers for Intel shader compilation workaround
August 1, 2019, 16:07 (GMT)
Fix T67939: GPencil Noise modifier wrong random calculation

There were several problems in the old random calculation:

* Different result in the viewport and render.
* Noise "pop" in some frames.
* Random number was calculated every time the file was opened, so get different results.

Now, instead to calculate the random numbers when n number of frames changed, the random values are calculated using a unique seed by stroke.

Also, a new Seed parameter has been added and this adds more control in the noise generated. This value can be animated and get more variations.

Differential Revision: https://developer.blender.org/D5393
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021