Blender Git Loki

Blender Git commits from all branches.

Page: 295 / 2888

June 21, 2021, 18:09 (GMT)
bli: generational_arena: add iterator support

Made as a bidirectional iterator since movement can be in both
directions. Random access iterator is not possible since there can be
gaps in between the elements.

Had a very annoying bug- using the iterator with the standard library
would throw an error "`iterator_category` not defined" even though it
was defined. Spent a lot of time to realize that `difference_type`
should also be defined but other types within the iterator class are
optional. For some reason the compiler does not create the
`iterator_trait` correctly if `difference_type` is missing but throws
error about `iterator_category` which is extremely strange and time consuming to debug :(
June 21, 2021, 18:00 (GMT)
GPencil: Fix wrong enum list after merge

June 21, 2021, 17:49 (GMT)
GPencil: Fix merge errors

June 21, 2021, 17:37 (GMT)
Merge branch 'master' into temp-gpencil-camera-reproject

Conflicts:
source/blender/editors/gpencil/gpencil_utils.c
June 21, 2021, 17:11 (GMT)
USDStageReader::prune_by_visibility() refactor.

Per suggestion by Sybren in his review, flipped the samanitcs
for prune_by_visibility() to return true=include and false=exclude.
Also simplified the conditional logic to reduce nesting.
June 21, 2021, 15:29 (GMT)
Merge branch 'master' into greasepencil-object
June 21, 2021, 14:31 (GMT)
Fix T89306: GPencil selection doesn't work correctly with modifiers

The problem was introduced with Bezier modification because the selection code was using the original stroke and not the evaluated version.
June 21, 2021, 14:31 (GMT)
Fix T89271: Selecting all vertices doesn't select all edges.

Mistake in recent commit {rBea4309925f1d2d2a224bd1dce12269a58ade9b62}.
June 21, 2021, 14:31 (GMT)
Cleanup: swap top/bottom args to planes_from_projmat

X & Z were ordered min/max, where as Y was max/min.
June 21, 2021, 14:31 (GMT)
Cleanup: pass objects as const arguments
June 21, 2021, 14:31 (GMT)
Fix T32214: Wireframe edge select fails with verts behind the view

This resolves a long standing bug in edge selection
(picking, circle, box & lasso).

Now when one of the edges vertices fails to project into screen space,
the edge is clipped by the viewport to calculate an on-screen location
that can be used instead.

This isn't default as it may be important for the on the screen location
not to be clipped by the viewport.
June 21, 2021, 14:31 (GMT)
Cleanup: variable naming in view3d_iterators

Consistently use a/b instead of 0/1.
June 21, 2021, 14:31 (GMT)
Cleanup: use doxy sections in view3d iterators
June 21, 2021, 14:31 (GMT)
Fix T89329: icosphere subdivisions can be set to 0

Differential Revision: https://developer.blender.org/D11658
June 21, 2021, 14:31 (GMT)
Fix T89122: crash when multi input is connected to multiple group inputs

The early `return` was wrong when there are multiple origin sockets
that need to be loaded.
June 21, 2021, 14:31 (GMT)
Add a reason for why an Addon can not be loaded. This change gives a more detailed explanation of the issue and may help the Addon Developer to identify what exactly needs to be changed.

The current message 'addon not loaded' is a bit too sparse.

Differential Revision: https://developer.blender.org/D11655
June 21, 2021, 14:31 (GMT)
Cleanup: move function parameter to member

Get current pass only when needed.
June 21, 2021, 14:31 (GMT)
Cleanup: improve naming in Compositor
June 21, 2021, 14:31 (GMT)
Cleanup: make BKE_mesh_loops_to_tessdata a static function
June 21, 2021, 14:31 (GMT)
Cleanup: use eSpace_Type enum type
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021