Blender Git Loki

Kaikki Blender Git kommitit.

Page: 36 / 8462

December 8, 2021, 06:53 (GMT)
Fix: Remove line from common invoke

The line that sets the factor_prop in graph_slider_ops.c
has been left in the common invoke function by accident.

Reviewed by: Sybren A. St�vel
Differential Revision: https://developer.blender.org/D13477
Ref: D13477
December 8, 2021, 06:53 (GMT)
Shader Nodes: Migrate shader category to new node socket declaration API

No functional changes, tests passed and I double checked the nodes by hand.
December 8, 2021, 06:53 (GMT)
Cleanup: clang format
December 8, 2021, 06:53 (GMT)
Docs: Incorrect link to context type

Fixes T93773
December 8, 2021, 06:53 (GMT)
Cleanup: Fix typos in source code

Source typos corrected

Reviewed By: Blendify

Differential Revision: https://developer.blender.org/D13462
December 8, 2021, 06:53 (GMT)
Cleanup: Fix various source typos

This is a continuation of D13462 to clean up source typos.

Differential Revision: https://developer.blender.org/D13471
December 8, 2021, 06:53 (GMT)
Cleanup: move public doc-strings into headers for 'blenkernel'

- Added space below non doc-string comments to make it clear
these aren't comments for the symbols directly below them.
- Use doxy sections for some headers.
- Minor improvements to doc-strings.

Ref T92709
December 8, 2021, 06:53 (GMT)
Cleanup: replace int with bool type
December 8, 2021, 06:53 (GMT)
Cleanup: remove incorrect/unhelpful comments
December 8, 2021, 06:53 (GMT)
Cleanup: clarify source/destination args for BKE_spacedata_copylist
December 8, 2021, 06:53 (GMT)
Cleanup: clang-format
December 8, 2021, 06:53 (GMT)
Cleanup: sort DNA renaming

Add note at the beginning & end so it's not overlooked.
December 8, 2021, 06:53 (GMT)
Cleanup: remove BKE_ptcache_remove

No longer needed as the temporary directory is cleared on exit.
December 8, 2021, 06:53 (GMT)
VSE: Fix strip with mask modifier not blending

Set `ibuf->planes` to `R_IMF_PLANES_RGBA` because mask modifier adds
transparent areas to image.
December 8, 2021, 06:53 (GMT)
Fix T93314: Thumbnails not drawn with default scale

Decrease threshold for drawing thumbnails.

This was unintended change in daaa43232d34 that was overlooked.
December 8, 2021, 06:53 (GMT)
Cleanup: remove unnecessary extern template implementations

This technique isn't really necessary anymore, because unity builds
avoid instantiating the same template too many times already.
December 8, 2021, 06:53 (GMT)
Asset Indexer: use fixed-length string for ID code

Use fixed-length string to convert `char[2]` to `std::string`. Otherwise
`strlen()` is called, which is problematic as the `char[2]` is not
zero-terminated.
December 8, 2021, 06:53 (GMT)
Disable asset indexing in the Asset List

Asset indexing should be disabled, but this was overlooked in the
asset list (used for the pose library in the 3D View).
December 8, 2021, 06:53 (GMT)
Shader Nodes: Unity Build

- Create a new `bf_nodes_shader` library
- Enable unity builds for `bf_nodes_shader`, gives abount a 2.7x speed up for compile times

Reviewed By: JacquesLucke

Differential Revision: https://developer.blender.org/D13484
December 8, 2021, 06:53 (GMT)
Nodes: Add Shader Socket to new decleration API

This commit adds the shader socket type to the new socket builder api.

As a test, this commit also converts the Add Shader node to the new API

Reviewed By: JacquesLucke

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