Blender Git Commits

Blender Git commits from all branches.

Page: 1296 / 2888

June 17, 2019, 11:05 (GMT)
Cycles: Fixed VDB grid lookup when several grids in a file have the same name
June 17, 2019, 11:03 (GMT)
Cycles: Changed isovalue compaison for volume meshes to include equals - probably suboptimal volume meshes, but correct renders at least
June 17, 2019, 11:03 (GMT)
OpenVDB modifier: Changed the "sparse render" name to "in memory render", defaulting to sparse data structure
June 17, 2019, 11:00 (GMT)
Cycles: Enabled direct sampling of OpenVDB data in the CPU kernel.
June 17, 2019, 10:16 (GMT)
initial mesh surface emitter
June 17, 2019, 09:20 (GMT)
OpenVDB: Disable simplification when rendering sparse

Simplification would mess up some values that Cycles needs when doing
sparse renders, so this commit disables render simplification when
sparse rendering is enabled, ensuring the values will be correct.
June 17, 2019, 09:20 (GMT)
OpenVDB: Expose `index_offset` property in RNA
June 17, 2019, 09:19 (GMT)
Emit from other objects origin
June 17, 2019, 09:04 (GMT)
OpenVDB: Set `clipping` to 0.0
June 17, 2019, 09:03 (GMT)
OpenVDB: Make filepath of current frame available

This makes `abs_path` in the OpenVDB modifier return the path to the
frame that should currently be read (taking into account the current
frame, the frame offset, and frame overrides).

This is a bit hackish, as it duplicates the frame calculation and path
generation code, but it was the quickest and easiest way to achieve
this, in contrast to adapting and exposing the existing functions to
work with this use-case.
June 17, 2019, 09:03 (GMT)
OpenVDB: Add sparse render option

This option prevents the cache from being loaded into memory.
June 17, 2019, 08:59 (GMT)
only write rotation data to mesh if particle rotation was enabled
June 17, 2019, 08:59 (GMT)
simple point emitter
June 17, 2019, 08:45 (GMT)
fix for rotation calculation in anim bind
June 17, 2019, 08:22 (GMT)
Merge branch 'master' into greasepencil-object
June 17, 2019, 08:14 (GMT)
Merge branch 'master' into functions
June 17, 2019, 07:08 (GMT)
LANPR: make format
June 17, 2019, 06:58 (GMT)
Merge branch 'master' into soc-2019-npr
June 17, 2019, 06:50 (GMT)
LANPR: Object modifier for line selection (not functional yet)
June 16, 2019, 23:24 (GMT)
Fail without crashing if no runtime is found

For now simply do nothing. Plan is to work on proper error handling and
reporting later.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021