Blender Git Commit Log

All Blender Git commits.

Page: 570 / 8462

June 11, 2021, 05:40 (GMT)
Cleanup: pose slider use enum types

use enum types in `tPoseSlideOp` instead of `short`

Reviewed By: sybren, campbellbarton

Ref D11364
June 11, 2021, 05:38 (GMT)
Cleanup: pose slider use strncpy

use `STRNCPY` instead of `BLI_strncpy`

Reviewed By: sybren, campbellbarton

Ref D11363
June 11, 2021, 05:36 (GMT)
Cleanup: pose slider data types

- change vec2f to float[2]
- pass rctf as pointer
- change `const struct rctf` to `const rctf`
June 11, 2021, 05:29 (GMT)
Cleanup: pose slider rename "percentage" to "factor"

This patch changes occurrences of percentage to factor.

There are some usages of percentage left in there on purpose.
They are distinguished as follows:

- factor is 0-1 float
- percentage is 0-100 int

Ref D11361

Reviewed by: sybren, campbellbarton
June 11, 2021, 02:34 (GMT)
USD dome light export improvements.

Moved code for exporting the environment dome light to
a new world_material_to_dome_light() function. This
logic now includes support for exporting the environment
texture and for using a relative path for this asset.
Also added logic to export the dome light properties
using a naming scheme backward compatible with USD
versions older than 21.
June 10, 2021, 23:01 (GMT)
Nodes: move mix rgb node to C++

Prepare node for conversion to Geometry Nodes.

There should be no functional changes.

Reviewed By: HooglyBoogly

Differential Revision: https://developer.blender.org/D11506
June 10, 2021, 21:45 (GMT)
UI: Correct label naming mistake for VSE text strip box background

Seems to be a copy/paste error from
rB235c309e5f86e84fb08e1ff2c5c11eb0b775c388
June 10, 2021, 19:38 (GMT)
Support reading per vertex UVs on a meshes.
June 10, 2021, 19:01 (GMT)
rebaseing and cleanup
June 10, 2021, 18:31 (GMT)
Support reading UVs at the vertex scope.

Such UVs may be generated by Houdini or Maya.
June 10, 2021, 18:11 (GMT)
makeing node and modifier working with solidify kernel version.
June 10, 2021, 18:11 (GMT)
- added offset and boundary data enums for nonmanifold mode.
June 10, 2021, 18:11 (GMT)
- selection for simple
June 10, 2021, 18:11 (GMT)
make selection work for complex mode
June 10, 2021, 18:11 (GMT)
moved solidify to Blender Kernel
June 10, 2021, 18:10 (GMT)
Initial setup for solidify node
June 10, 2021, 18:10 (GMT)
solidify_extrude_generaly working.
June 10, 2021, 18:10 (GMT)
- working with data from node
June 10, 2021, 18:10 (GMT)
- added basic support for input data
June 10, 2021, 18:03 (GMT)
deps/windows: add missing tbbmalloc_debug.lib

This file is being linked by blender without
it existing causing issues for debug builds.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021