This repository has been archived on 2023-10-09 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
b2c2edf6aeebd38601f1f6b652a91abd64983c4b
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
Description
Archive of Blender with old branches
Languages
C
67.4%
C++
23.4%
Python
6.1%
CMake
1.5%
GLSL
1.1%
Other
0.4%