Blender Git Commits

Blender Git commits from all branches.

Page: 1239 / 2888

July 16, 2019, 12:23 (GMT)
LANPR: Auto update GPencil when in other engines.
July 16, 2019, 11:45 (GMT)
GPencil: Use alpha component for converting splines

The alpha channel was not used before.

Note: This is a previous step before changing svg add-on to support alpha.
July 16, 2019, 11:36 (GMT)
Merge remote-tracking branch 'origin/greasepencil-object' into soc-2019-npr
July 16, 2019, 11:35 (GMT)
LANPR: GPU mode batch refresh method changes.
July 16, 2019, 11:28 (GMT)
Merge remote-tracking branch 'origin/master' into sybren-usd
July 16, 2019, 11:22 (GMT)
utility to map multiple sockets
July 16, 2019, 11:11 (GMT)
GPencil: Cleanup MSVSC warnings
July 16, 2019, 11:04 (GMT)
construct SmallVector from arbitrary containers
July 16, 2019, 10:57 (GMT)
more general function tree dependency discovery
July 16, 2019, 10:44 (GMT)
USD: Fixed issue with mesh particle export

When mesh particles were exported, the object name was still used for each
instance of that object. As such, only one instance was written to USD.
This is now fixed by suffixing the object name with the particle's
persistent ID, giving each particle XForm a unique name.

Particles are still only written when they are alive, which means that they
are always visible (there is currently no code that deals with marking them
as invisible outside their lifespan).
July 16, 2019, 10:14 (GMT)
Merge branch 'master' into greasepencil-object
July 16, 2019, 10:13 (GMT)
GPencil: Improve curve conversion when end points are very near

When the distance between first and last point of the curve was very small, there was a glitch in the join. Now the points are moved slightly to get good result.
July 16, 2019, 10:13 (GMT)
USD: Fixed bug getting evaluation mode property
July 16, 2019, 09:37 (GMT)
more powerful custom emitter
July 16, 2019, 09:32 (GMT)
remove unnecessary check
July 16, 2019, 09:32 (GMT)
fix bug in fgraph tuple call
July 16, 2019, 09:31 (GMT)
GPencil: Improve Close stroke function for very small gaps

When the gap is very small, don't need to add new points to the stroke, just cyclic.
July 16, 2019, 09:00 (GMT)
GPencil: Create one stroke for each spline

For curves with several splines, must create a stroke for each of them or the shape would be wrong.
July 16, 2019, 08:49 (GMT)
USD: Make USD_PATH configurable via a CMake variable

The default is still `USD_PATH=/opt/usd`, and using USD still requires you
to manually install USD without Python bindings.
July 16, 2019, 08:00 (GMT)
initialize attributes by repeating a given array
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021