August 4, 2020, 16:20 (GMT) |
Fluid: Minor cleanup in addition to fix for TT72192 Make curly brackets consistent. |
August 4, 2020, 16:09 (GMT) |
Fix T72192: Mantaflow does not render flame when flow source is hidden from Renders The problem in this case was that the flag for active fire was not set. With hidden flow sources the flag was not updated in update_flowsflags(). The solution for this is to take the active field from the config cache file. |
August 4, 2020, 15:57 (GMT) |
Fix bsdf_ being null; asserts for SOCK_RGBA Use `ntreeType_Shader->idname` instead of manually entering the ID to avoid mistakes (which I did! `ShaderNodeTree` vs `ShaderNodetree`). Add assert in case caller doesn't own the `nodetree_`. Fix passing `float a, int b` to `Span` instead of `float *, size_t size`. |
August 4, 2020, 15:43 (GMT) |
Cleanup: Bevel: Split two case for loop into separate function Previously a for loop with two iterations was used to calculate the 3D segment locations for the input number and the higher power of 2. Splitting off the inside of the for loop to a separate function makes the code more readable. This commit also includes a simple timer for bevel, enabled with a define. Interestingly, the cleanup in this commit happended to give a 3% speedup on a Ryzen 3700x for a bevel calculation with 64 segments. |
August 4, 2020, 15:36 (GMT) |
Fix T78932: fix linking reroute nodes of different type Reviewers: mano-wii Differential Revision: https://developer.blender.org/D8460 |
Revision 0ead199 by Nathan Craddock (soc-2020-outliner) August 4, 2020, 15:33 (GMT) |
Merge branch 'master' into soc-2020-outliner |
August 4, 2020, 15:30 (GMT) |
Fix buildbot macOS packaging error after recent changes |
August 4, 2020, 15:14 (GMT) |
Merge branch 'blender-v2.90-release' |
August 4, 2020, 15:13 (GMT) |
Fix buildbot macOS packaging error after recent changes |
August 4, 2020, 15:12 (GMT) |
GPencil: Check camera view before export SVG |
August 4, 2020, 15:11 (GMT) |
Point Clouds: basic support for instancing objects on points Same exact system as instancing on vertices for a mesh. More powerful ways of instancing will be added at some later point, but this makes the basics works and is consistent with other geometry types. |
August 4, 2020, 14:59 (GMT) |
Fix buildbot packaging error after recent changes |
August 4, 2020, 14:57 (GMT) |
Merge branch 'blender-v2.90-release' |
August 4, 2020, 14:54 (GMT) |
Fix buildbot packaging error after recent changes |
August 4, 2020, 14:44 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
August 4, 2020, 14:43 (GMT) |
Merge branch 'master' into greasepencil-object |
August 4, 2020, 14:39 (GMT) |
GPencil: Include scene name at the bottom of SVG export |
August 4, 2020, 14:39 (GMT) |
Merge branch 'blender-v2.90-release' |
August 4, 2020, 14:21 (GMT) |
Buildbot: make code signing of packages optional with --codesign parameter This is in preparation of doing builds per commit that will not be code signed. Ref D8438 Differential Revision: https://developer.blender.org/D8451 |
August 4, 2020, 14:10 (GMT) |
Fix broken Alembic tests following motion blur commit The tests were broken because of an extra call to RNA_def_struct_name_property which set the name of the velocity attribute to be the string used to identify CacheFiles in bpy.data.cachefiles. |
|
|
|


Master Commits
MiikaHweb | 2003-2021