Message 1 of 8

Not applicable
12-20-2018
07:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I wan't to keep a script active so that it always updates or when relevant to do so.
See example below, how would i autoactivate this when changing geometry,camera or viewport?
for obj in geometry do
if distance obj $camera1 > 100 then obj.segs = 6
else obj.segs = 20
/Fred
Solved! Go to Solution.