Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 298 / 5574

April 26, 2021, 00:55 (GMT)
UI: Adding Constraint to the Area Join Operations

Removing mid-operation area re-targeting for safety and predictability.

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

Reviewed by Campbell Barton
April 25, 2021, 22:55 (GMT)
Fix T87170 Multi-Input socket activation zone error with lots of inputs

Calculation of bounding rect for multi-input socket was wrong.

Reviewer: Hans Goudey (HooglyBoogly)

Differential Revision: https://developer.blender.org/D11077
April 25, 2021, 21:32 (GMT)
Fix T87170 Multi-Input socket activation zone error with lots of inputs

Calculation of bounding rect for multi-input socket was wrong.

Reviewer: Hans Goudey (HooglyBoogly)

Differential Revision: https://developer.blender.org/D11077
Revision 16b2b33 by Hans Goudey
April 25, 2021, 20:06 (GMT)
BLI: Add "first" method to MutableSpan and Vector

This is convenient because having a uniform interface is nice, and
because of the similarity to "last".

Differential Revision: https://developer.blender.org/D11076
April 25, 2021, 16:40 (GMT)
Merge branch 'blender-v2.93-release'
April 25, 2021, 16:31 (GMT)
Fix unreported "Convert Mesh to Gpencil" when fill material already exists

If an object named for example `Suzanne` is converted to Gpencil, a material called `Suzanne_Fill` will be created for the gpencil fill.
When this material already exists, the new material will be called `Suzanne_Fill.001` and the operator will not see that this material is already present the next iteration. This leads to a new material being created for every polygon.

This commit changes the code to search for a material starting with `ObjectName_Fill` instead of being equal to.

Reviewed By: filedescriptor, antoniov

Differential Revision: https://developer.blender.org/D11067
April 25, 2021, 13:41 (GMT)
Fix T87799: Crash when switching to Info Editor

Use of uninitialized variable.

Problem introduced in 87a70801c6a9fe5077ca882dec820a8f24deb07e.
April 25, 2021, 00:18 (GMT)
Fix build issue due to previous commit

Revert in rB05dddb71b098 did a poor job and left some
rubbish.
April 25, 2021, 00:14 (GMT)
Revert "Info Editor: move to c++"

This reverts commit 9cce18a5858cb93da626f5f0fd7e09cd66637e05.

rB9cce18a5858c broke the build in unforeseen ways, not easily fixable.
revert for now, so master will at least build again.
Revision 3a6f481 by Hans Goudey
April 24, 2021, 19:15 (GMT)
Fix windows build: Don't use designated initializers in C++

Removes a cast in an argument followed by an initializer list, and
designated initializers, which are only part of the C++20 standard.
April 24, 2021, 18:48 (GMT)
Fix T87682 Boolean Exact crash.

The triangulator I made (using CDT) doesn't work if the face
self-intersects. Fall back to the polyfill triangulator when
that happens.
April 24, 2021, 18:46 (GMT)
Fix T87682 Boolean Exact crash.

The triangulator I made (using CDT) doesn't work if the face
self-intersects. Fall back to the polyfill triangulator when
that happens.
April 24, 2021, 15:00 (GMT)
Info Editor: move to c++

I'm currently doing some experiments in the info editor and
for that it is easier if the info editor is in c++ already.
April 24, 2021, 14:46 (GMT)
Cleanup/Refactor: Unify similar flags
April 24, 2021, 14:46 (GMT)
Cleanup: Remove unused flag
April 24, 2021, 14:46 (GMT)
Cleanup/Refactor: Move FOREACH_TRANS_DATA_CONTAINER to outside of some functions

So we can reuse the same loop for different corrections.
April 24, 2021, 14:46 (GMT)
Cleanup: Add a common prefix for some transform functions
April 24, 2021, 14:35 (GMT)
Cleanup: Add a common prefix for some transform functions
April 24, 2021, 14:35 (GMT)
Cleanup: Move transform recaldata functions to their respective files
April 24, 2021, 13:52 (GMT)
Merge branch 'blender-v2.93-release'
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021