Blender Git Commit Log

All Blender Git commits.

Page: 2469 / 8462

June 3, 2019, 19:00 (GMT)
Fix T65352: bpy.data.meshes.new_from_object() doesn't increment user count for materials referenced by the mesh.

We cannot do refcount operations in a non-Main ID, this is forbidden.

While that whole func could probably use some love and refactor, for now
sticking to minimal changes and just moving refcounting op after mesh
has been transferred to Main database.
June 3, 2019, 18:20 (GMT)
Cloth: Initial step towards remeshing

Currently, the mesh is triangulated. This is a necessary step in the remeshing pipeline and it also serves as a means of testing the functionality of the recent change wherein the cloth modifier has been changed to an applyModifier() based modifier.

Mesh generated by cloth_remeshing_step() needs to be sent to clothModifier_do for the changes to reflect in the viewport.
June 3, 2019, 18:17 (GMT)
transform_snap_object: Ignore occlusion test on curves in edit mode.
June 3, 2019, 16:17 (GMT)
UI: Prevent scrollbars from getting too small to grab

Differential Revision: https://developer.blender.org/D5001
June 3, 2019, 16:11 (GMT)
Fix T65448 - Outliner - Show all inside in disabled collection crash
June 3, 2019, 16:02 (GMT)
Merge remote-tracking branch 'origin/master' into soc-2019-cycles-procedural
June 3, 2019, 15:58 (GMT)
Initial implementation of the new Mapping node.
June 3, 2019, 15:58 (GMT)
GPU: Fix Restart index bug

Restart index can have been changed in another context and the static
var can get out of sync. A better solution is to set the restart index
when binding the VAO. It also have less perf impact.

Fix T65364 Corrupted mesh display on macOS
June 3, 2019, 15:44 (GMT)
[Fast import/export] Fixed loose_edge_iterator
June 3, 2019, 15:35 (GMT)
Outliner: Fix memroy error in walk select

Didn't close an EnumPropertyItem with NULL
June 3, 2019, 15:09 (GMT)
[Fast import/export] Fixed iterator bugs
June 3, 2019, 15:06 (GMT)
Merge branch 'master' into soc-2019-outliner
June 3, 2019, 14:42 (GMT)
Cleanup: style, use braces in GPU
Revision 97e53d2 by Gaia Clary (master)
June 3, 2019, 14:35 (GMT)
fix collada: get Alpha and Emission from principled BSDF Shader
June 3, 2019, 14:24 (GMT)
Cleanup: style, use braces in RNA
June 3, 2019, 14:18 (GMT)
Cleanup: Cleanup: style, use braces for collada
June 3, 2019, 14:15 (GMT)
UI: Fix wrong use of icons in the Object > Visibility panel when using Cycles
June 3, 2019, 14:14 (GMT)
Cleanup: style, use braces in draw
June 3, 2019, 14:10 (GMT)
Cleanup: style, use braces in makesrna
June 3, 2019, 13:58 (GMT)
Cleanup: use const arguments
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021