Blender Git Commits

Blender Git commits from all branches.

Page: 1262 / 2888

July 4, 2019, 23:37 (GMT)
Merge branch 'master' into soc-2019-npr
July 4, 2019, 23:19 (GMT)
[Fast import/export] Fixed Axis Conversion
July 4, 2019, 21:16 (GMT)
GPencil: Fix error in Convert to Stroke with materials

The material color was checked in linear, but the gpencil material is sRGB.
July 4, 2019, 20:57 (GMT)
GPencil: New convert Curve to Stroke

New operator to convert any curve to grease pencil stroke.

The conversion works as a new option for Convert To operator.

Added a new parameter for selecting the color of the stroke.
July 4, 2019, 20:48 (GMT)
Merge branch 'master' into greasepencil-object
July 4, 2019, 19:33 (GMT)
Refactor musgrave node
July 4, 2019, 19:02 (GMT)
Merge branch 'master' into soc-2019-outliner
July 4, 2019, 18:08 (GMT)
Expose Alembic custom props in the Cycles Attribute node, cherry picked from Tangent Animation blender278 remote repo

(cherry picked from commit be0f5565a17fbe02568419310ac98316db818d92)
July 4, 2019, 16:29 (GMT)
Use direct links to musgrave types. Much faster compilation.
July 4, 2019, 16:04 (GMT)
Use monotonic allocator instead of more complex ones
July 4, 2019, 15:33 (GMT)
some comments for allocators
July 4, 2019, 15:28 (GMT)
Merge remote-tracking branch 'origin/master' into soc-2019-cycles-procedural
July 4, 2019, 15:27 (GMT)
1D, 2D, and 4D musgrave texture
July 4, 2019, 15:05 (GMT)
Merge branch 'master' into greasepencil-object
July 4, 2019, 14:35 (GMT)
Merge remote-tracking branch 'origin/master' into soc-2019-npr
July 4, 2019, 14:30 (GMT)
initial replaceable unlinked inputs handler

Depending the use case, unlinked node inputs should be handled differently.
Sometimes, it is okay to load them from RNA on every call, but
sometimes they should also be hardcoded into the generated assembly.
July 4, 2019, 14:12 (GMT)
LANPR: Intersection cache now updates before lanpr_cache_finish().
July 4, 2019, 14:08 (GMT)
fix memory leak
July 4, 2019, 13:57 (GMT)
first time using the function nodes within bparticle nodes
July 4, 2019, 13:35 (GMT)
Cloth: set bmesh vert->co to cloth verts[i].x

This is possible to do now since the cloth is reindexed, important when the length of the edges changes after the initial position of the cloth
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021