Blender Git Commits

Blender Git commits from all branches.

Page: 1276 / 2888

June 28, 2019, 13:41 (GMT)
Merge branch 'master' into greasepencil-object
June 28, 2019, 13:33 (GMT)
refactor: move computation of ideal offsets up
June 28, 2019, 13:31 (GMT)
Merge branch 'master' into temp-gpencil-drw-engine

Conflicts:
source/blender/draw/engines/gpencil/gpencil_engine.c
June 28, 2019, 13:31 (GMT)
refactor applying remaining particle offsets
June 28, 2019, 13:12 (GMT)
cleanup
June 28, 2019, 12:58 (GMT)
loop only over particles with events instead of all
June 28, 2019, 12:55 (GMT)
Cloth: switch active_faces from LinkNodePair to vector<>
June 28, 2019, 12:46 (GMT)
float3 * scalar operator
June 28, 2019, 12:29 (GMT)
extract method to compute current time per particle
June 28, 2019, 12:20 (GMT)
faster temporary random number function
June 28, 2019, 12:13 (GMT)
USD: abstracted the `ensure_xxx_writer` functions

The `ensure_xform_writer` and `ensure_data_writer` were very similar, and
in preparation of also creating hair and particle system writers I turned
them into one higher-order function that can be used for all those
purposes.

No functional changes.
June 28, 2019, 12:11 (GMT)
improve interface for killing particles
June 28, 2019, 12:10 (GMT)
Cloth: convert ClothSizing from LinkNodePair to vector<>
June 28, 2019, 12:09 (GMT)
Merge branch 'master' into soc-2019-openxr
June 28, 2019, 11:59 (GMT)
LANPR: fix readfile pointer address.
June 28, 2019, 11:56 (GMT)
Avoid std::vector copy
June 28, 2019, 11:51 (GMT)
GPencil: Rename Framebuffers and Textures
June 28, 2019, 11:49 (GMT)
improve birth time handling in action interface
June 28, 2019, 11:38 (GMT)
Add wmSurface for non-Window offscreen VR session drawing

Adds a wmSurface type which acts as a container for non-Window (offscreen)
draw surfaces. Ideally wmWindow would of course also just do C-style
inheritance from wmSurface, but I guess they can co-exist too.
For the VR session a surface is created on Linux and passed to the
graphics binding to use.

Note this is not used on Windows yet, it still opens a window there.
June 28, 2019, 11:30 (GMT)
cleanup handling of birth times in emitters
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021