February 12, 2021, 15:11 (GMT) |
Cleanup: clang-format, spelling |
February 12, 2021, 15:11 (GMT) |
CMake: update python to 3.9.1 Default to Python version 3.9. Reviewed By: LazyDodo, sybren, sebbas Ref D10380 |
February 12, 2021, 15:11 (GMT) |
PyAPI: remove Python 3.7x compatibility code This removes Python version checks needed to build with 3.8+ and 3.7x. Ref D10381 |
February 12, 2021, 14:53 (GMT) |
Cycles: Disable CUDA and OpenCL by default Allows to focus on CPU side of changes, without having to worry about disabling the options manually. Once an initial new kernel and AO rendering is done we can enable those back. |
February 12, 2021, 14:52 (GMT) |
GPencil: Revert change for warning This crash the compilation of C code |
February 12, 2021, 14:26 (GMT) |
Merge branch 'master' into temp-gpencil-io |
February 12, 2021, 14:26 (GMT) |
Merge branch 'master' into temp-gpencil-interpolate |
February 12, 2021, 14:26 (GMT) |
Merge branch 'master' into greasepencil-object |
February 12, 2021, 13:54 (GMT) |
GPencil: Fix compiler warning |
February 12, 2021, 13:51 (GMT) |
Point submodules to main Blender repositories Solves issue with `make update` which expects submodules to be relative to the blender.git. Seems that it is important to do `make update` first time after this change, otherwise local .git/config will use "wrong" URLs. This means the easiest way to get proper thing to work is: - Clone repository - Switch to the branch - Only then run `make update` |
February 12, 2021, 13:45 (GMT) |
GPencil: Fix NanoSVG compiler warning |
February 12, 2021, 10:54 (GMT) |
Merge branch 'master' into temp-gpencil-bezier-v2 |
February 12, 2021, 00:41 (GMT) |
Cleanup more unused variables and functions |
February 12, 2021, 00:26 (GMT) |
Remove debugging print statements |
February 12, 2021, 00:17 (GMT) |
Merge branch 'master' into temp-gpencil-bezier-v2 |
February 12, 2021, 00:15 (GMT) |
Fix memory issues and crashes. |
February 11, 2021, 23:13 (GMT) |
Cleanup various lineart files, add FIXME comments. |
Revision 0f84fbd by Michael Kowalski (temp-usd-importer-T81257-merge, usd, usd-importer-T81257-merge) February 11, 2021, 21:47 (GMT) |
USD import: xform cache constraint parenting bug. USD_get_transform() was not taking the object's parent transform into account. Now following the same logic as in the corresponding Alembic implementation, ABC_get_transform(), to fix this. |
February 11, 2021, 19:32 (GMT) |
Sculpt Expand: Fix and improve behaviour of pivot reposition |
February 11, 2021, 19:09 (GMT) |
GPencil: Change SVG imported layer name |
|