Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2014-09-19 20:04:12 +0400
committerAntony Riakiotakis <kalast@gmail.com>2014-09-19 20:04:12 +0400
commit23e2c97f63f18eadee34bf5ea9efc1b4aff2b5c2 (patch)
treeccc2448e4aaca9385e510f4c0038b7a16776de1b /source/blender/editors/space_time
parentf2c820975699b9f07a516148df330e334dc3329c (diff)
Fix T35993, issue with viewport when using instances.
Not really sure what the issue here was initially (might have been a driver problem) but looks like the issue is solved if we skip generating a display list for clipped objects; Driver does not like a generated list that is not drawn. Now we try to clip the object always, not only when using display lists. This means that display lists will only get generated if object is actually visible. Also used glPush/glPop for instance matrices since glLoad can cause recalculation of inverses in the driver.
Diffstat (limited to 'source/blender/editors/space_time')
0 files changed, 0 insertions, 0 deletions