Blender Git Loki

Kaikki Blender Git kommitit.

Page: 1023 / 8462

January 4, 2021, 10:15 (GMT)
Fix T84345: Transforming the cursor fails with absolute grid-snap

Absolute grid snapping was using the pivot, which doesn't make sense
when transforming the cursor.
January 4, 2021, 10:09 (GMT)
DrawManager: High quality normals for non meshes

This adds high quality normals for non meshes. These include

* Volumetric Object Wireframe
* Metaballs
* Extracted Curves
* Curves in edit mode

This is in preparation to fix a regression in recent AMD
drivers where the `GL_INT_2_10_10_10_REV` data type isn't
working in Polaris cards.
January 4, 2021, 09:43 (GMT)
Fix T84106: attribute mix node worked incorrectly on float attributes
January 4, 2021, 09:26 (GMT)
Merge branch 'master' into temp-gpencil-interpolate
January 4, 2021, 09:26 (GMT)
Merge branch 'master' into greasepencil-object
January 4, 2021, 09:05 (GMT)
Fix imbuf.new & resize allowing zero & negative dimensions
January 4, 2021, 09:00 (GMT)
Cleanup: remove unused optional argument to imbuf.new

While this didn't cause any problems, it was incorrect.
Revision 80e720e by Philipp Oeser / Campbell Barton (master)
January 4, 2021, 08:05 (GMT)
Fix T84191: remove python API limits for Image.scale() dimensions

Since the introduction in 2c23bb838979131667c922df1f01738e02e6ca16,
these were set to 10000 each.

This seems like an arbitrary limit (BKE_image_scale / IMB_scaleImBuf
don't have limits and I couldn't spot similar size restrictions in
image relating functions), now match what we do for creating images
(rna_Main_images_new), use INT_MAX.

Ref D9950
Revision 14ee48d by Campbell Barton (master)
January 4, 2021, 06:40 (GMT)
Fix crash reading files with unknown modifier ID's

Missing NULL check for the modifier type.
Revision f43e8cc by Campbell Barton (master)
January 4, 2021, 06:40 (GMT)
Fix early exit check in BKE_appdir_app_template_has_userpref

Logical error in 84f21c170dda9e503de440c20bc2753002987901
This check was a no-op, replace this with a check for an empty string.
Revision f17184b by Campbell Barton (master)
January 4, 2021, 06:40 (GMT)
Fix clang_array_check checking utility

Use python3 which is now supported,
only use CLANG_BIND_DIR & CLANG_LIB_DIR when they are set.

Also add immediate mode GPU API function calls.
Revision 3254a63 by Campbell Barton (master)
January 4, 2021, 06:40 (GMT)
Cleanup: correct array size in argument
Revision dcdc0f1 by Campbell Barton (master)
January 4, 2021, 06:40 (GMT)
Cleanup: use const variables
Revision cd29d76 by Campbell Barton (master)
January 4, 2021, 06:38 (GMT)
Revision 2008c24 by Campbell Barton (master)
January 4, 2021, 06:38 (GMT)
Cleanup: add NULL check for filename argument which could be NULL

While it's never NULL at the moment, checks elsewhere in this function
support passing in a NULL filename, so keep this working as intended
in case RNAProcessItem.filename is NULL in the future.
Revision 82bbe25 by Campbell Barton (master)
January 4, 2021, 06:38 (GMT)
Cleanup: redundant call to WM_modalkeymap_find
January 4, 2021, 06:38 (GMT)
Cleanup: redundant code, minor inconsistencies

- Remove ternary operators when both values are the same.
- Remove break after return.
- Remove redundant NULL checks for code which handles
those cases immediately beforehand.
January 4, 2021, 06:38 (GMT)
Cleanup: use ARRAY_SIZE when when looping over the array indicies
January 4, 2021, 06:38 (GMT)
Cleanup: remove self-assignment

Use CLAMP_MAX to remove redundant comparison.
January 4, 2021, 06:38 (GMT)
Cleanup: remove redundant code

Fix for T62504 missed removing return call.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021