Blender Git Commit Log

All Blender Git commits.

Page: 2593 / 8462

April 6, 2019, 16:20 (GMT)
Merge branch 'mantaWrapper' into pythonScripts
April 6, 2019, 16:14 (GMT)
Mantaflow: Cleanup debug output and some refactoring

No need to have huge debug output enabled
April 6, 2019, 16:14 (GMT)
remove debug print
April 6, 2019, 16:12 (GMT)
higher level macro for tuple allocation
April 6, 2019, 16:05 (GMT)
automatically destruct stack allocated tuples in c++
April 6, 2019, 15:21 (GMT)
initial generic automatic vectorization, used in Combine Vector node
April 6, 2019, 15:08 (GMT)
Merge branch 'fluid-mantaflow' into smokeC
April 6, 2019, 13:23 (GMT)
Implicit conversion from individual elements to lists
April 6, 2019, 12:58 (GMT)
vectorized output sockets don't need a property
April 6, 2019, 12:26 (GMT)
Fix T59014: black/corrupted viewport with Intel HD on Windows 7/8.

Work around bug in the Intel driver:
https://software.intel.com/en-us/forums/graphics-driver-bug-reporting/topic/550740
April 6, 2019, 12:26 (GMT)
GHOST: tweak warning message about OpenGL 3.3.
April 6, 2019, 10:00 (GMT)
List Length node and fail early when socket types don't match
April 6, 2019, 09:05 (GMT)
Vectorization support for Node UI
April 5, 2019, 23:55 (GMT)
DRW: Opti: Fix hotspot in DRW_mesh_batch_cache_get_surface_shaded

The hotspot was generated by mesh_cd_layers_type_overlap who was testing
way more data than it should have.

Here we reduce the whole CD layer mask to a 32bit bitflag that is easily
or'ed and tested.

Bonus point: We use atomic operation to merge the mask in order to allow
future multi-threading. (this was a TODO)

In the scene attached to T58188 this removes 5% of CPU time.
April 5, 2019, 22:00 (GMT)
Mantaflow: Updated smoke.c to let mantaflow side handle inflow application

Write inflow into separate inflow grids instead of writing directly into simulation grids
April 5, 2019, 21:54 (GMT)
Merge branch 'smokeTypes' into smokeC
April 5, 2019, 21:54 (GMT)
Mantaflow: Updates to variable names in smoke domain settings

Unused padding variables now use underscore in variable name
April 5, 2019, 21:48 (GMT)
Merge branch 'rnaSmoke' into smokeTypes
April 5, 2019, 21:47 (GMT)
Mantaflow: Minor update in smoke rna

Added const to return type to silence some warnings
April 5, 2019, 21:44 (GMT)
Merge branch 'particleSystem' into rnaSmoke
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021