Jakub Kupikowski (qpik) is not a programmer, so I overhauled
his plugin so it can be removed from the Quarantine List.
(For more info see old post: Ambient Occlusion -> Simple Rays.)
BEFORE INSTALLING, DELETE the old file "simple_rays.rb"
v 1.0.1 : 2013-01-05
- Corrected @@lang assignment in language file rescue block.
- simple_rays.rb: lines 109 and 111
@@lang == 'en' # just use English
should be making an assignment:
@@lang = 'en' # just use English
See Developers forum: [Talk] Qpik::SimpleRays Overhaul
Notes:
- All code within the Qpik::SimpleRays namespace
- No longer modifies Ruby nor API classes.
- Now cleanups the temporary image files and dirs after itself.
- Remembers inputbox entries during the session
- commented out the purge all materials
- multi-language
What I did not do:
- Re-write methods for optimization
