Blender Git Loki

Kaikki Blender Git kommitit.

Page: 1868 / 8462

February 14, 2020, 10:40 (GMT)
add global sin and cos functions
February 14, 2020, 10:37 (GMT)
Particle editmode: add mouse independent "Select Linked" operator

The current "Select Linked" operator works based on mouse position and
makes no sense to call from the menus and was removed in rBdd9dfadaac9b.

This patch adds an operator independent from mouse position that just
selects all keys to a corresponding point (and adds back menu entries,
adds keymap entry).

The original operator is renamed to 'select_linked_pick' internally
(this is now more in line to how "Select Linked" works for meshes,
curves etc)

Differential Revision: https://developer.blender.org/D6823
February 14, 2020, 10:31 (GMT)
make naming more consistent
February 14, 2020, 10:29 (GMT)
make some functions more reusable
February 14, 2020, 10:12 (GMT)
Fix T73774: Error in Paint 'Clone from Image/UV Map' panel

This panel is not for 2D paint, IMAGEPAINT_PROJECT_LAYER_CLONE is only
ever used in projection painting, not 2D painting.
Add a proper poll for this.

Maniphest Tasks: T73774

Differential Revision: https://developer.blender.org/D6836
February 14, 2020, 10:03 (GMT)
use faster CPPType access
February 14, 2020, 09:59 (GMT)
provide faster access to builtin CPPTypes
February 14, 2020, 09:38 (GMT)
Fix T71971: Inset with depth and relative offset fails
February 14, 2020, 09:01 (GMT)
Merge branch 'master' into functions
February 14, 2020, 08:55 (GMT)
Merge branch 'master' into libquery-handle-ui-pointers
February 14, 2020, 08:39 (GMT)
BMesh: stop BM_mesh_elem_index_validate from setting indices

This prevented indices from being set to temporary values,
which is needed in some situations.
February 14, 2020, 07:14 (GMT)
Merge branch 'master' into greasepencil-object
February 14, 2020, 05:14 (GMT)
Fix console cursor offset

Also remove hard coded offsets.
February 14, 2020, 04:06 (GMT)
Cleanup: console/info headers
February 14, 2020, 03:00 (GMT)
Cleanup: use 'textview_' prefix for internal functions
February 14, 2020, 02:58 (GMT)
Cleanup: change textview 'unsigned char' to 'uchar'
February 14, 2020, 02:45 (GMT)
Fix T73784: Python console: incorrect wrapped line cursor position

Regression in aa919f3e82020

Remove character margins, it complicated drawing & picking
to have one margin in pixels and a second margin in characters.

Replace this with an outer pixel-margin for drawing background colors.
February 14, 2020, 00:13 (GMT)
Cleanup/MSVC: Enable C++ conformance mode on compiler versions that support it.

MSVC has a conformance mode (/permissive-) where the C++ standard is more strictly
enforced. This mode is available on MSVC 15.5+ [1]

This patch enables this mode on compilers that support it and cleans up the few violations it threw up in the process.

- Mantaflow was using M_PI without requesting them using the _USE_MATH_DEFINES define to opt in to non default behaviour.
- Collada did not include the right header for std::cerr, this seemingly was fixed for other platforms already but put inside a platform guard.
- Ghost had some scoping issues regarding uninitialized variables and goto behaviour

Second landing of this patch, earlier commit was reverted due to some compiler configurations having slipped though testing

[1] https://docs.microsoft.com/en-us/cpp/build/reference/permissive-standards-conformance

Differential Revision: https://developer.blender.org/D6824

Reviewed By: brecht
February 13, 2020, 23:33 (GMT)
Freestyle: Add option for rendering Freestyle to a separate pass

This allows for more flexibility in Compositing compared to the
hardcoded alpha-over that is currently used.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D6829
February 13, 2020, 20:08 (GMT)
GPencil: Cleanup: Remove TODOs
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021