Add Chromium-only Blender WebEngine parity work
This commit is contained in:
1
blender-5.2.0/scripts/presets/pixel_density/Custom.py
Normal file
1
blender-5.2.0/scripts/presets/pixel_density/Custom.py
Normal file
@@ -0,0 +1 @@
|
||||
import bpy
|
||||
@@ -0,0 +1,2 @@
|
||||
import bpy
|
||||
bpy.context.scene.render.ppm_base = 0.01
|
||||
@@ -0,0 +1,2 @@
|
||||
import bpy
|
||||
bpy.context.scene.render.ppm_base = 0.0254
|
||||
@@ -0,0 +1,2 @@
|
||||
import bpy
|
||||
bpy.context.scene.render.ppm_base = 1.0
|
||||
Reference in New Issue
Block a user