Changeset View
Changeset View
Standalone View
Standalone View
render_povray/render.py
| Context not available. | |||||
| big_res.append(set.domain_resolution[2]) | big_res.append(set.domain_resolution[2]) | ||||
| if set.use_high_resolution: | if set.use_high_resolution: | ||||
| big_res[0] = big_res[0] * (set.amplify + 1) | big_res[0] *= set.amplify + 1 | ||||
| big_res[1] = big_res[1] * (set.amplify + 1) | big_res[1] *= set.amplify + 1 | ||||
| big_res[2] = big_res[2] * (set.amplify + 1) | big_res[2] *= set.amplify + 1 | ||||
| # else: | # else: | ||||
| # p = [] | # p = [] | ||||
| ##gather smoke domain settings | ##gather smoke domain settings | ||||
| Context not available. | |||||