Blender Git Loki
Git Commits -> Revision a8ad736
February 28, 2017, 00:21 (GMT) |
Fix T50714: Collections: Adding object to scene without an existing collection This was causing blender to segfault. We now add create a new collection and link to the layer before adding the new object (also included unittests, and requires updated lib/tests) |
Commit Details:
Full Hash: a8ad73668290f87b9e60b332c3e6d3c6cf2cb6a8
Parent Commit: a097123
Committed By: Julian Eisel
Lines Changed: +164, -1
3 Added Paths:
/tests/python/render_layer/test_object_add_no_collection_cylinder.py (+40, -0) (View)
/tests/python/render_layer/test_object_add_no_collection_empty.py (+39, -0) (View)
/tests/python/render_layer/test_object_add_no_collection_torus.py (+39, -0) (View)
/tests/python/render_layer/test_object_add_no_collection_empty.py (+39, -0) (View)
/tests/python/render_layer/test_object_add_no_collection_torus.py (+39, -0) (View)