April 22, 2020, 14:18 (GMT) |
Fluid: Added missing outflow object type to enable / disable flow flag There is no reason to not include outflow objects here too. |
April 22, 2020, 14:16 (GMT) |
Fluid: Improved cache 'Replay' option When using the 'Replay' cache mode the cache needs to be invalidated whenever simulation variables have been changed. The invalidation will always only affect the according subcaches, e.g. when changing a mesh paramter only the mesh cache will be invalidated, the base cache will remain intact. Before this change Blender always invalidated the entire cache. |
April 22, 2020, 14:16 (GMT) |
Fluid: Cleanup in MANTA main class More concise return types for cache import functions and general cleanup. |
April 22, 2020, 14:16 (GMT) |
Fluid: Remove noise bake call from Python Saving noise cache files is handled in fluid.c. |
April 22, 2020, 14:16 (GMT) |
Fix T75681: Mantaflow crash when trying to bake a cupcake: The CG solver diverged, residual norm > 1e30 Ensures that there are no enclosed holes between an obstacle and the domain walls. |
April 22, 2020, 14:16 (GMT) |
Fluid: Minor UI fix for diffusion panel Was missing active option. |
April 22, 2020, 14:04 (GMT) |
proper operation type |
April 22, 2020, 14:01 (GMT) |
Merge branch 'blender-v2.83-release' |
April 22, 2020, 13:58 (GMT) |
Cleanup: clarify and update some flags descriptions in libquery code. |
April 22, 2020, 13:58 (GMT) |
GPencil: Fix error using Random curve The curve must be used as factor. |
April 22, 2020, 13:54 (GMT) |
Merge branch 'blender-v2.83-release' |
April 22, 2020, 13:53 (GMT) |
Fix invalid RNA path for transform orientations. Fix T75861: Impossible to set Shortcut (hotkey) on Transform Orientation or Pivot Point. |
April 22, 2020, 13:52 (GMT) |
initial simulation access modifier |
April 22, 2020, 13:47 (GMT) |
Tests: Fix build error in BKE_armature test Test does not link due to missing symbols, needs buildinfoobj to link against when WITH_BUILDINFO is on |
April 22, 2020, 13:30 (GMT) |
Fluid: Use maximum for initial velocity grid application Using MAX2 when writing intial velocities into the grid prevents overriding initial velocities when using multiple flow objects that are close to each other. |
April 22, 2020, 13:26 (GMT) |
Fluid: Fixes for cache 'Replay' mode General fixes and improvements for the cache. Previous commits on fluids broke the 'Replay' cache a bit. |
April 22, 2020, 12:38 (GMT) |
Merge branch 'blender-v2.83-release' |
April 22, 2020, 12:31 (GMT) |
Fix T75964: changing object's viewport display color does not update cycles Caused by rB00466e756e33. While that commit sounds logical, Cycles uses is_updated_transform() to detect updates. Now introduce is_updated_shading() and use that on top. Maniphest Tasks: T75964 Differential Revision: https://developer.blender.org/D7493 |
April 22, 2020, 12:28 (GMT) |
Merge branch 'blender-v2.83-release' |
April 22, 2020, 12:26 (GMT) |
Subdiv: Fix wrong non-manifold subdivision in certain cases Was happening when only partial subset of callbacks was specified. The reason was that there was a callback to specify edges sharpness but no callback to specify vertex sharpness, so the special case for non-manifold edges was not run. Fixes T75697: Multires in simple mode doesn't work correct on a plane |
|
|
|


Master Commits
MiikaHweb | 2003-2021