Blender Git Commit Log

Git Commits -> Revision b2c2edf

Revision b2c2edf by Lukas Toenne (master)
May 2, 2014, 11:08 (GMT)
Fix T39966: Whole Group option of dupligroup visualization of particles
does not work as expected for Viewport and Blender Internal.

As @sergey noticed, this was caused by rBfbf8595, which disabled
rendering for wireframe objects in the viewport. However, the same
function `is_object_hidden` is also used for skipping dupli objects then
which may themselves be renderable.

Now use two variants:
* is_object_restricted is the previous test for general viewport/render visibility (lets wireframe duplicators pass)
* is_object_hidden includes the wireframe check for actual render instances

Commit Details:

Full Hash: b2c2edf6aeebd38601f1f6b652a91abd64983c4b
Parent Commit: f65dcfc
Lines Changed: +14, -3

1 Modified Path:

/source/blender/render/intern/source/convertblender.c (+14, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021