Blender V4.3
FRS_freestyle.cpp File Reference
#include <iostream>
#include <map>
#include <set>
#include "../application/AppCanvas.h"
#include "../application/AppConfig.h"
#include "../application/AppView.h"
#include "../application/Controller.h"
#include "BlenderStrokeRenderer.h"
#include "MEM_guardedalloc.h"
#include "DNA_camera_types.h"
#include "DNA_collection_types.h"
#include "DNA_freestyle_types.h"
#include "DNA_material_types.h"
#include "DNA_text_types.h"
#include "BKE_callbacks.hh"
#include "BKE_context.hh"
#include "BKE_freestyle.h"
#include "BKE_global.hh"
#include "BKE_lib_id.hh"
#include "BKE_linestyle.h"
#include "BKE_scene.hh"
#include "BKE_text.h"
#include "BLT_translation.hh"
#include "BLI_blenlib.h"
#include "BLI_math_color_blend.h"
#include "BLI_math_matrix.h"
#include "BLI_math_rotation.h"
#include "BPY_extern.hh"
#include "DEG_depsgraph_query.hh"
#include "IMB_imbuf.hh"
#include "pipeline.hh"
#include "FRS_freestyle.h"

Go to the source code of this file.

Classes

struct  edge_type_condition
 

Functions

static void load_post_callback (Main *, PointerRNA **, const int, void *)
 
void FRS_init ()
 
void FRS_set_context (bContext *C)
 
void FRS_exit ()
 
static void init_view (Render *re)
 
static char * escape_quotes (char *name)
 
static char * create_lineset_handler (char *layer_name, char *lineset_name)
 
static bool test_edge_type_conditions (edge_type_condition *conditions, int num_edge_types, bool logical_and, int target, bool distinct)
 
static void prepare (Render *re, ViewLayer *view_layer, Depsgraph *depsgraph)
 
void FRS_composite_result (Render *re, ViewLayer *view_layer, Render *freestyle_render)
 
static int displayed_layer_count (ViewLayer *view_layer)
 
int FRS_is_freestyle_enabled (ViewLayer *view_layer)
 
void FRS_init_stroke_renderer (Render *re)
 
void FRS_begin_stroke_rendering (Render *)
 
void FRS_do_stroke_rendering (Render *re, ViewLayer *view_layer)
 
void FRS_end_stroke_rendering (Render *)
 
void FRS_free_view_map_cache ()
 
void FRS_copy_active_lineset (FreestyleConfig *config)
 
void FRS_paste_active_lineset (FreestyleConfig *config)
 
void FRS_delete_active_lineset (FreestyleConfig *config)
 
bool FRS_move_active_lineset (FreestyleConfig *config, int direction)
 
MaterialFRS_create_stroke_material (Main *bmain, FreestyleLineStyle *linestyle)
 

Variables

FreestyleGlobals g_freestyle
 
static bool freestyle_is_initialized = false
 
static Config::Pathpathconfig = nullptr
 
static Controllercontroller = nullptr
 
static AppViewview = nullptr
 
static FreestyleLineSet lineset_buffer
 
static bool lineset_copied = false
 
static bCallbackFuncStore load_post_callback_funcstore
 

Function Documentation

◆ create_lineset_handler()

static char * create_lineset_handler ( char * layer_name,
char * lineset_name )
static

Definition at line 182 of file FRS_freestyle.cpp.

References BLI_sprintfN(), escape_quotes(), and MEM_freeN().

Referenced by prepare().

◆ displayed_layer_count()

◆ escape_quotes()

static char * escape_quotes ( char * name)
static

Definition at line 168 of file FRS_freestyle.cpp.

References MEM_mallocN.

Referenced by create_lineset_handler().

◆ FRS_begin_stroke_rendering()

void FRS_begin_stroke_rendering ( Render * re)

Definition at line 595 of file FRS_freestyle.cpp.

◆ FRS_composite_result()

◆ FRS_copy_active_lineset()

◆ FRS_create_stroke_material()

◆ FRS_delete_active_lineset()

void FRS_delete_active_lineset ( FreestyleConfig * config)

◆ FRS_do_stroke_rendering()

◆ FRS_end_stroke_rendering()

void FRS_end_stroke_rendering ( Render * re)

Definition at line 666 of file FRS_freestyle.cpp.

References Freestyle::Controller::Clear(), and controller.

◆ FRS_exit()

void FRS_exit ( void )

Definition at line 117 of file FRS_freestyle.cpp.

References controller, pathconfig, and view.

Referenced by RE_FreeAllRender().

◆ FRS_free_view_map_cache()

void FRS_free_view_map_cache ( void )

◆ FRS_init()

◆ FRS_init_stroke_renderer()

void FRS_init_stroke_renderer ( Render * re)

◆ FRS_is_freestyle_enabled()

int FRS_is_freestyle_enabled ( ViewLayer * view_layer)

◆ FRS_move_active_lineset()

bool FRS_move_active_lineset ( struct FreestyleConfig * config,
int direction )

Reinsert the active lineset at an offset direction from current position.

Returns
if position of active lineset has changed.

Definition at line 752 of file FRS_freestyle.cpp.

References BKE_freestyle_lineset_get_active(), BLI_listbase_link_move(), and FreestyleConfig::linesets.

◆ FRS_paste_active_lineset()

◆ FRS_set_context()

void FRS_set_context ( bContext * C)

Definition at line 109 of file FRS_freestyle.cpp.

References controller, CTX_data_scene(), G, G_DEBUG_FREESTYLE, and Freestyle::Controller::setContext().

Referenced by main().

◆ init_view()

◆ load_post_callback()

static void load_post_callback ( Main * ,
PointerRNA ** ,
const int ,
void *  )
static

Definition at line 71 of file FRS_freestyle.cpp.

References lineset_copied.

◆ prepare()

static void prepare ( Render * re,
ViewLayer * view_layer,
Depsgraph * depsgraph )
static

Definition at line 279 of file FRS_freestyle.cpp.

References ARRAY_SIZE, Freestyle::Controller::ComputeViewMap(), controller, FreestyleConfig::crease_angle, create_lineset_handler(), depsgraph, FreestyleConfig::dkr_epsilon, edge_type_condition::edge_type, FreestyleConfig::flags, FREESTYLE_ALGO_ADAPTIVE_CUMULATIVE, FREESTYLE_ALGO_CULLED_ADAPTIVE_CUMULATIVE, ViewLayer::freestyle_config, FREESTYLE_CONTROL_EDITOR_MODE, FREESTYLE_CONTROL_SCRIPT_MODE, FREESTYLE_CULLING, FREESTYLE_FACE_SMOOTHNESS_FLAG, FREESTYLE_FE_BORDER, FREESTYLE_FE_CONTOUR, FREESTYLE_FE_CREASE, FREESTYLE_FE_EDGE_MARK, FREESTYLE_FE_EXTERNAL_CONTOUR, FREESTYLE_FE_MATERIAL_BOUNDARY, FREESTYLE_FE_RIDGE_VALLEY, FREESTYLE_FE_SILHOUETTE, FREESTYLE_FE_SUGGESTIVE_CONTOUR, FREESTYLE_LINESET_ENABLED, FREESTYLE_LINESET_FE_AND, FREESTYLE_LINESET_FE_NOT, FREESTYLE_MATERIAL_BOUNDARIES_FLAG, FREESTYLE_RIDGES_AND_VALLEYS_FLAG, FREESTYLE_SEL_EDGE_TYPES, FREESTYLE_SUGGESTIVE_CONTOURS_FLAG, G, G_DEBUG_FREESTYLE, Freestyle::Controller::getComputeMaterialBoundariesFlag(), Freestyle::Controller::getComputeRidgesAndValleysFlag(), Freestyle::Controller::getComputeSuggestiveContoursFlag(), Freestyle::Controller::getCreaseAngle(), Freestyle::Controller::getFaceSmoothness(), Freestyle::Controller::getSphereRadius(), Freestyle::Controller::getSuggestiveContourKrDerivativeEpsilon(), Freestyle::Controller::hitViewMapCache(), Render::i, id_name(), RenderStats::infostr, Freestyle::Controller::InsertStyleModule(), FreestyleConfig::linesets, LISTBASE_FOREACH, Freestyle::Controller::LoadMesh(), MEM_freeN(), FreestyleConfig::mode, FreestyleConfig::modules, ViewLayer::name, RenderLayer::passes, RAD2DEGF, RE_GetRenderLayer(), RE_PASSNAME_DIFFUSE_COLOR, RE_PASSNAME_Z, BaseRender::result, RPT_, Freestyle::Controller::setComputeMaterialBoundariesFlag(), Freestyle::Controller::setComputeRidgesAndValleysFlag(), Freestyle::Controller::setComputeSuggestiveContoursFlag(), Freestyle::Controller::setCreaseAngle(), Freestyle::Controller::setFaceSmoothness(), Freestyle::Controller::setPassDiffuse(), Freestyle::Controller::setPassZ(), Freestyle::Controller::setSphereRadius(), Freestyle::Controller::setSuggestiveContourKrDerivativeEpsilon(), Freestyle::Controller::setVisibilityAlgo(), FreestyleConfig::sphere_radius, Render::stats_draw(), STREQ, Render::test_break(), test_edge_type_conditions(), Freestyle::Controller::toggleLayer(), true, edge_type_condition::value, and z().

Referenced by FRS_do_stroke_rendering().

◆ test_edge_type_conditions()

static bool test_edge_type_conditions ( edge_type_condition * conditions,
int num_edge_types,
bool logical_and,
int target,
bool distinct )
static

Definition at line 198 of file FRS_freestyle.cpp.

References edge_type_condition::value.

Referenced by prepare().

Variable Documentation

◆ controller

◆ freestyle_is_initialized

bool freestyle_is_initialized = false
static

Definition at line 62 of file FRS_freestyle.cpp.

Referenced by FRS_init().

◆ g_freestyle

◆ lineset_buffer

FreestyleLineSet lineset_buffer
static

Definition at line 68 of file FRS_freestyle.cpp.

Referenced by FRS_copy_active_lineset(), and FRS_paste_active_lineset().

◆ lineset_copied

bool lineset_copied = false
static

◆ load_post_callback_funcstore

bCallbackFuncStore load_post_callback_funcstore
static
Initial value:
= {
nullptr,
nullptr,
nullptr,
0}
static void load_post_callback(Main *, PointerRNA **, const int, void *)

Definition at line 79 of file FRS_freestyle.cpp.

Referenced by FRS_init().

◆ pathconfig

Config::Path* pathconfig = nullptr
static

Definition at line 63 of file FRS_freestyle.cpp.

Referenced by FRS_exit(), and FRS_init().

◆ view

AppView* view = nullptr
static

Definition at line 65 of file FRS_freestyle.cpp.

Referenced by axis_set_view(), blender::draw::overlay::Instance::begin_sync(), BKE_image_packfiles(), BKE_scene_disable_color_management(), blender_camera_view_subset(), blo_do_versions_300(), colormanage_view_add(), colormanage_view_get_named(), colormanage_view_get_named_for_display(), colormanage_view_settings_to_cache(), blender::draw::overlay::Instance::draw(), blender::workbench::DofPass::draw(), draw_compute_culling(), DRW_culling_box_test(), DRW_culling_frustum_corners_get(), DRW_culling_frustum_planes_get(), DRW_culling_min_max_test(), DRW_culling_plane_test(), DRW_culling_sphere_test(), drw_manager_init(), DRW_notify_view_update(), drw_notify_view_update_offscreen(), DRW_view_create(), DRW_view_create_sub(), DRW_view_far_distance_get(), DRW_view_is_persp_get(), DRW_view_near_distance_get(), DRW_view_persmat_get(), DRW_view_set_active(), DRW_view_viewmat_get(), DRW_view_winmat_get(), ED_view3d_quat_to_axis_view(), blender::nodes::node_composite_file_output_cc::FileOutputOperation::execute_multi_layer(), blender::ui::find_first_view_item_but(), blender::math::detail::from_rotation(), FRS_exit(), get_multilayer_view_index(), getGPUDisplayShader(), GHOST_WindowCocoa::GHOST_WindowCocoa(), GPU_viewport_bind(), GPU_viewport_color_texture(), gpu_viewport_draw_colormanaged(), GPU_viewport_draw_to_screen_ex(), GPU_viewport_overlay_texture(), image_memorypack_imbuf(), image_render_pass_get(), imb_exr_get_views(), IMB_exrtile_write_channels(), parse_channel_name(), parse_channel_name(), region_quadview_init_rv3d(), blender::eevee::DepthOfField::render(), blender::eevee::IrradianceBake::surfel_raster_views_sync(), blender::tests::TEST(), blender::tests::TEST(), blender::tests::TEST(), blender::tests::TEST(), blender::draw::test_draw_resource_id_gen(), blender::draw::test_draw_visibility(), blender::math::transform_direction(), blender::math::transform_point(), blender::math::transform_point(), and wm_draw_region_bind().