Personal 3D, blender, Grease Pencil 3 Comments I saw some Blender Grease Pencil animations by Dedouze and got inspired by what the tool seemed to offer. The Grease Pencil tool is like a typical drawing tool made for Blender. It allows you to draw in 3D space as well as make and play...
112 125 __hidden_shader_nodes = None pencil4_render_session.py +7-3 Original file line numberDiff line numberDiff line change @@ -167,6 +167,7 @@ def __draw_line(self, 167 167 168 168 # 169 169 is_viewport = viewport_camera is not None 170 + material_overri...
__draw_texture(space, tex) del tex @staticmethod def __create_shader(vertex_source:str, @@ -462,6 +465,8 @@ def __setup_shader_common(shader: gpu.types.GPUShader, space: bpy.types.SpaceVie shader.uniform_float("isNone", 1.0) else: display_device = bpy.context.scene.displa...
The idea is that you can sketch in 2D, optionally using smart symmetry controls, and then extrude your designs or even draw entirely in 3D space, connecting points on different planes. Even if you're a bit clumsy, your lines get smoothed into flowing curves, and with practice, it's ...