Blender Git Commit Log

All Blender Git commits.

Page: 2391 / 8462

July 3, 2019, 14:05 (GMT)
Fix T66369: Excessive WARN messages in console when opening older files

CDData checking on file load was not taking into account deprecated
CD_MTEXPOLY datatype, which unfortunately shows same weird glitch as
CD_PAINT_MASK and CD_FACEMAP ones...

Note that it was annoying (due to amount of warnings in console), but
totally harmless, since that data type is just deleted anyway.

This commit also generally cleans up the CD_MTEXPOLY deprecation code, we
have a system to handle that, let's use it, instead of defining local
static values to replace it...
July 3, 2019, 14:03 (GMT)
Fix T66377: Applying rotation/scale on a parent changes location of a child
July 3, 2019, 13:57 (GMT)
convert linked list to array for further processing
July 3, 2019, 13:56 (GMT)
LANPR: Fixed _UL_ name warnings.
July 3, 2019, 13:51 (GMT)
class to simplify querying bparticle node tree
July 3, 2019, 13:36 (GMT)
rename BNodeTreeLookup to NodeTreeQuery
July 3, 2019, 13:34 (GMT)
Use float3 instead of custom vector type in function system
July 3, 2019, 13:16 (GMT)
comment on llvm builder and types
July 3, 2019, 13:01 (GMT)
comment on tuple-call
July 3, 2019, 12:27 (GMT)
Fix T66370: add_relation Message in Console with certain shaders
July 3, 2019, 12:18 (GMT)
Refactor GLSL noise
July 3, 2019, 12:06 (GMT)
Fix T66374: Crash when adding non-mesh object
July 3, 2019, 11:59 (GMT)
Merge remote-tracking branch 'origin/master' into soc-2019-cycles-procedural
July 3, 2019, 11:53 (GMT)
SSE noise implementation
July 3, 2019, 09:54 (GMT)
Fix T66366: Multi object edit makes blender crash

Two issues here:

- Evaluated object data is to only be updated for selection only after modifier
stack is done its job. Otherwise it's possible to have selection batch update
called on an input data, at the same time as original object data is being
evaluated.

- If object's modifier stack did not create its own evaluated mesh (in case
when there is no effective modifiers, for example) can not update selection
on object's data, as it might cause threading issues between objects sharing
same data.
July 3, 2019, 09:53 (GMT)
Cloth: now reindexing the clothObject->verts to match bmesh
July 3, 2019, 09:20 (GMT)
Cloth: collapse edges now deletes vertices from clothObject

This is crucial step, now need to reindex the vertices to properly match the bmesh verts
July 3, 2019, 09:19 (GMT)
Merge branch 'master' into functions
July 3, 2019, 09:06 (GMT)
LANPR: Image chaining threshold set higher bound.
July 3, 2019, 08:49 (GMT)
Gpencil: Duplication modifier is working now.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021