回答編集履歴

2

間違いの修正

2019/08/10 09:05

投稿

mistn
mistn

スコア1191

test CHANGED
@@ -4,15 +4,15 @@
4
4
 
5
5
 
6
6
 
7
- path = '保存先'
7
+ path = '/hoge/fuga.png'
8
8
 
9
9
 
10
10
 
11
11
  for i in bpy.data.materials:
12
12
 
13
- i.use_shadeless = True
13
+ i.shadow_method = 'NONE'
14
14
 
15
- bpy.data.scenes['Scene'].render.use_antialiasing = True
15
+
16
16
 
17
17
  bpy.context.scene.render.image_settings.file_format ='PNG'
18
18
 

1

ソースの変更

2019/08/10 09:05

投稿

mistn
mistn

スコア1191

test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  i.use_shadeless = True
14
14
 
15
- bpy.data.scenes['Scene'].render.use_antialiasing = False
15
+ bpy.data.scenes['Scene'].render.use_antialiasing = True
16
16
 
17
17
  bpy.context.scene.render.image_settings.file_format ='PNG'
18
18