June 11, 2019, 11:02 (GMT) |
Cloth: Basic UI Implemented This is not the final UI, only a rough UI for current usage, need to add option for whether or not remeshing should be enabled. |
June 11, 2019, 09:56 (GMT) |
Fix T65626: Use Nodes checkbox locks after being checked with "insert keyframe" Not sure if this is something what is supported by render pipeline, but this report discovered some actual error in logic. |
June 11, 2019, 09:38 (GMT) |
Cloth: custom split edges function Now no need to call triangulate function after splitting edges, custom split edges function triangulates the face(s) that contain the edges that has been split |
June 11, 2019, 09:19 (GMT) |
Sequencer: Fix missing relations and recalc tags in RNA |
June 11, 2019, 09:19 (GMT) |
Fix T65677: Creating a scene sequencer strip with python crash blender |
June 11, 2019, 09:18 (GMT) |
Fix volume not visible in render with "hide volume" This fixes an issue that caused volumes to disappear in renders when the "hide volume" or "hide uunselected" display options are enabled. The issue was that the modifier is called prior to rendering, with the "MOD_APPLY_RENDER" flag, as expected. However immediately after, and while still rendering, the modifier is called again, without the render flag, causing it to be recomputed as it should be for the viewport display. This happens because Blender allows you to work while rendering, and thus the display version of the modifiers has to be computed. The issue is of course that while this is not a problem for meshes, as they are copied and passed along the modifier stack, data which is read directly (such as volume data), is still subject to side-effects. This commit prevents the modifier from updating the data while a render is in progress, thus keeping the render data intact. This unfortunately causes the minor side-effect of full resolution smoke being displayed in the viewport after rendering, even when the "simplify" option is used. Note however that this causes no extra data loading, and thus performance is unaffected. Also note that the hiding options don't suffer from this side effect, and so if the volume is hidden, it's hidden state will still be in effect after the render, as hiding does not rely on the cache being reloaded. |
June 11, 2019, 09:09 (GMT) |
Fix mistake in VDB modifier UI code When implementing the split grid channels and the velocity grids, I forgot to update a bit of code in the UI. This fixes that issue. |
June 11, 2019, 09:07 (GMT) |
Fix crashes and errors with internal smoke sims Some special properties for VDB were causing Blender smoke sims to crash. |
Revision 0dd4705 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 11, 2019, 09:06 (GMT) |
Merge branch 'master' into greasepencil-object |
June 11, 2019, 09:05 (GMT) |
Import OpenVDB velocity grids This imports the OpenVDB velocity grid into Blender's own data structure, making it available for rendering. |
June 11, 2019, 08:45 (GMT) |
Fix OpenVDB start/end frame on copy Start/end frames were being reset when copying the OpenVDB object. |
June 11, 2019, 08:44 (GMT) |
Clean VDB UI a bit |
June 11, 2019, 08:43 (GMT) |
Add flame display thickness to the VDB options |
June 11, 2019, 08:38 (GMT) |
Add smoke display thickness to the VDB settings |
June 11, 2019, 08:34 (GMT) |
Add voxel value display threshold options |
June 11, 2019, 08:13 (GMT) |
Fix extend being ignored for left/right sequencer selection |
June 11, 2019, 08:13 (GMT) |
Keymap: fix conflict introduced by recent Alt-LMB for scrubbing Use Ctrl-Alt modifier for select-left/right. |
June 11, 2019, 06:08 (GMT) |
June 11, 2019, 06:01 (GMT) |
Fix panel-type re-registration with parents The order of panel types changes when re-registering existing types. Fixes an error exposed by T65393. |
Revision d251aae by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 11, 2019, 04:04 (GMT) |
LANPR: Shader free. |
|