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. |
Revision c718d16 by Fabian Schempp (gsoc-2021-porting-modifiers-to-nodes-solidify, soc-2021-porting-modifiers-to-nodes_all) 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. |
Revision 5444335 by Fabian Schempp (gsoc-2021-porting-modifiers-to-nodes-solidify, soc-2021-porting-modifiers-to-nodes_all) June 10, 2021, 18:11 (GMT) |
makeing node and modifier working with solidify kernel version. |
Revision 1f38c1f by Fabian Schempp (gsoc-2021-porting-modifiers-to-nodes-solidify, soc-2021-porting-modifiers-to-nodes_all) June 10, 2021, 18:11 (GMT) |
- added offset and boundary data enums for nonmanifold mode. |
Revision 39f1908 by Fabian Schempp (gsoc-2021-porting-modifiers-to-nodes-solidify, soc-2021-porting-modifiers-to-nodes_all) June 10, 2021, 18:11 (GMT) |
- selection for simple |
Revision 0a96b03 by Fabian Schempp (gsoc-2021-porting-modifiers-to-nodes-solidify, soc-2021-porting-modifiers-to-nodes_all) June 10, 2021, 18:11 (GMT) |
make selection work for complex mode |
Revision 531c65f by Fabian Schempp (gsoc-2021-porting-modifiers-to-nodes-solidify, soc-2021-porting-modifiers-to-nodes_all) June 10, 2021, 18:11 (GMT) |
moved solidify to Blender Kernel |
Revision caac062 by Fabian Schempp (gsoc-2021-porting-modifiers-to-nodes-solidify, soc-2021-porting-modifiers-to-nodes_all) June 10, 2021, 18:10 (GMT) |
Initial setup for solidify node |
Revision 174052e by Fabian Schempp (gsoc-2021-porting-modifiers-to-nodes-solidify, soc-2021-porting-modifiers-to-nodes_all) June 10, 2021, 18:10 (GMT) |
solidify_extrude_generaly working. |
Revision 29c0528 by Fabian Schempp (gsoc-2021-porting-modifiers-to-nodes-solidify, soc-2021-porting-modifiers-to-nodes_all) June 10, 2021, 18:10 (GMT) |
- working with data from node |
Revision 1e07e07 by Fabian Schempp (gsoc-2021-porting-modifiers-to-nodes-solidify, soc-2021-porting-modifiers-to-nodes_all) 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. |
|
|
|


Master Commits
MiikaHweb | 2003-2021