Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Blender Bug] Render crash, incorrect renders when rendering geometry attributes #541

Open
rlguy opened this issue Jul 22, 2021 · 0 comments

Comments

@rlguy
Copy link
Owner

rlguy commented Jul 22, 2021

Geometry attributes were a feature introduced in Blender 2.93 Python API. This feature allows for the FLIP Fluids addon to attach custom data to the fluid surface mesh which can then be accessed in Cycles (Velocity based shading animation example).

There is currently a bug in Blender which can cause random crashes or incorrect results during render when rendering surface and whitewater attributes. This bug has been reported here:

June 3rd 2021, T88811: Render crash when using Python API to modify object Attribute data in frame_change_pre handler

At the moment, the only known workaround is to render from the command line.

When this issue is fixed, we can begin moving attribute based shading features into stable versions of the FLIP Fluids addon as well as focus more on expanding these features. This includes features such as:

  • Velocity or speed based shading
  • Fluid age or remaining lifetime based shading
  • Basic coloring based on fluid emission source (multiple liquid coloring)
@rlguy rlguy changed the title [Blender Bug] Render crash when rendering surface mesh geometry attributes [Blender Bug] Render crash, incorrect renders when rendering surface mesh geometry attributes Aug 26, 2022
@rlguy rlguy changed the title [Blender Bug] Render crash, incorrect renders when rendering surface mesh geometry attributes [Blender Bug] Render crash, incorrect renders when rendering geometry attributes Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant