|
Blender V4.3
|
#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 |
Variables | |
| FreestyleGlobals | g_freestyle |
| static bool | freestyle_is_initialized = false |
| static Config::Path * | pathconfig = nullptr |
| static Controller * | controller = nullptr |
| static AppView * | view = nullptr |
| static FreestyleLineSet | lineset_buffer |
| static bool | lineset_copied = false |
| static bCallbackFuncStore | load_post_callback_funcstore |
|
static |
Definition at line 182 of file FRS_freestyle.cpp.
References BLI_sprintfN(), escape_quotes(), and MEM_freeN().
Referenced by prepare().
Definition at line 552 of file FRS_freestyle.cpp.
References count, ViewLayer::freestyle_config, FREESTYLE_CONTROL_EDITOR_MODE, FREESTYLE_CONTROL_SCRIPT_MODE, FREESTYLE_LINESET_ENABLED, FreestyleConfig::linesets, LISTBASE_FOREACH, FreestyleConfig::mode, module, and FreestyleConfig::modules.
Referenced by FRS_is_freestyle_enabled().
|
static |
Definition at line 168 of file FRS_freestyle.cpp.
References MEM_mallocN.
Referenced by create_lineset_handler().
| void FRS_begin_stroke_rendering | ( | Render * | re | ) |
Definition at line 595 of file FRS_freestyle.cpp.
Definition at line 475 of file FRS_freestyle.cpp.
References blend_color_mix_float(), FreestyleConfig::flags, FREESTYLE_AS_RENDER_PASS, ViewLayer::freestyle_config, G, G_DEBUG_FREESTYLE, ViewLayer::name, RE_create_render_pass(), RE_GetRenderLayer(), RE_PASSNAME_COMBINED, RE_PASSNAME_FREESTYLE, RE_RenderLayerGetPass(), Render::rectx, RenderLayer::rectx, Render::recty, RenderLayer::recty, render_get_single_layer(), BaseRender::result, Render::viewname, Freestyle::x, and y.
Referenced by FRS_do_stroke_rendering().
| void FRS_copy_active_lineset | ( | FreestyleConfig * | config | ) |
Definition at line 687 of file FRS_freestyle.cpp.
References BKE_freestyle_lineset_get_active(), FreestyleLineSet::edge_types, FreestyleLineSet::exclude_edge_types, FreestyleLineSet::flags, FreestyleLineSet::group, lineset_buffer, lineset_copied, FreestyleLineSet::linestyle, FreestyleLineSet::name, FreestyleLineSet::qi, FreestyleLineSet::qi_end, FreestyleLineSet::qi_start, FreestyleLineSet::selection, and STRNCPY.
| Material * FRS_create_stroke_material | ( | Main * | bmain, |
| FreestyleLineStyle * | linestyle ) |
Definition at line 760 of file FRS_freestyle.cpp.
References Freestyle::BlenderStrokeRenderer::GetStrokeShader(), Material::id, linestyle, FreestyleLineStyle::nodetree, ID::us, and FreestyleLineStyle::use_nodes.
| void FRS_delete_active_lineset | ( | FreestyleConfig * | config | ) |
Definition at line 743 of file FRS_freestyle.cpp.
References BKE_freestyle_lineset_delete(), and BKE_freestyle_lineset_get_active().
Definition at line 597 of file FRS_freestyle.cpp.
References Freestyle::Controller::_ViewMap, BKE_scene_graph_update_for_newframe(), BLI_findstring(), Freestyle::Controller::CloseFile(), controller, DAG_EVAL_RENDER, DEG_get_evaluated_object(), DEG_get_evaluated_scene(), DEG_graph_free(), DEG_graph_new(), depsgraph, Freestyle::Controller::DrawStrokes(), FreestyleConfig::flags, ViewLayer::freestyle_config, FREESTYLE_VIEW_MAP_CACHE, FRS_composite_result(), G, G_DEBUG_FREESTYLE, g_freestyle, Render::i, Scene::id, RenderStats::infostr, Render::main, FreestyleGlobals::mv, ID::name, ViewLayer::name, offsetof, prepare(), FreestyleGlobals::proj, RE_FreeRender(), RE_GetCamera(), RE_GetCameraWindow(), Freestyle::Controller::RenderStrokes(), RPT_, FreestyleGlobals::scene, Render::scene, Freestyle::Controller::setRenderMonitor(), Freestyle::Controller::setViewMapCache(), Render::stats_draw(), Render::test_break(), unit_m4(), Scene::view_layers, FreestyleGlobals::viewpoint, and zero_v3().
| void FRS_end_stroke_rendering | ( | Render * | re | ) |
Definition at line 666 of file FRS_freestyle.cpp.
References Freestyle::Controller::Clear(), and controller.
| void FRS_exit | ( | void | ) |
Definition at line 117 of file FRS_freestyle.cpp.
References controller, pathconfig, and view.
Referenced by RE_FreeAllRender().
| void FRS_free_view_map_cache | ( | void | ) |
Definition at line 672 of file FRS_freestyle.cpp.
References controller, Freestyle::Controller::DeleteViewMap(), G, G_DEBUG_FREESTYLE, and printf.
| void FRS_init | ( | void | ) |
Definition at line 90 of file FRS_freestyle.cpp.
References BKE_callback_add(), BKE_CB_EVT_LOAD_POST, Freestyle::Controller::Clear(), controller, freestyle_is_initialized, g_freestyle, lineset_copied, load_post_callback_funcstore, pathconfig, FreestyleGlobals::scene, and Freestyle::Controller::setView().
Referenced by main().
| void FRS_init_stroke_renderer | ( | Render * | re | ) |
Definition at line 581 of file FRS_freestyle.cpp.
References controller, G, G_DEBUG_FREESTYLE, init_view(), and Freestyle::Controller::ResetRenderCount().
Definition at line 575 of file FRS_freestyle.cpp.
References displayed_layer_count(), ViewLayer::flag, VIEW_LAYER_FREESTYLE, and VIEW_LAYER_RENDER.
| bool FRS_move_active_lineset | ( | struct FreestyleConfig * | config, |
| int | direction ) |
Reinsert the active lineset at an offset direction from current position.
Definition at line 752 of file FRS_freestyle.cpp.
References BKE_freestyle_lineset_get_active(), BLI_listbase_link_move(), and FreestyleConfig::linesets.
| void FRS_paste_active_lineset | ( | FreestyleConfig * | config | ) |
Definition at line 706 of file FRS_freestyle.cpp.
References BKE_freestyle_lineset_get_active(), BKE_freestyle_lineset_unique_name(), FreestyleLineSet::edge_types, FreestyleLineSet::exclude_edge_types, FreestyleLineSet::flags, FREESTYLE_LINESET_CURRENT, FreestyleLineSet::group, Collection::id, FreestyleLineStyle::id, id_us_min(), id_us_plus(), lineset_buffer, lineset_copied, FreestyleLineSet::linestyle, FreestyleLineSet::name, FreestyleLineSet::qi, FreestyleLineSet::qi_end, FreestyleLineSet::qi_start, FreestyleLineSet::selection, and STRNCPY.
| 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().
|
static |
Definition at line 128 of file FRS_freestyle.cpp.
References Render::disprect, G, G_DEBUG_FREESTYLE, g_freestyle, RenderData::line_thickness_mode, RenderData::mode, Render::r, Scene::r, R_BORDER, R_LINE_THICKNESS_ABSOLUTE, R_LINE_THICKNESS_RELATIVE, Render::scene, RenderData::size, RenderData::unit_line_thickness, FreestyleGlobals::viewport, Render::winx, Render::winy, rcti::xmax, rcti::xmin, rcti::ymax, and rcti::ymin.
Referenced by FRS_init_stroke_renderer().
|
static |
Definition at line 71 of file FRS_freestyle.cpp.
References lineset_copied.
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().
|
static |
Definition at line 198 of file FRS_freestyle.cpp.
References edge_type_condition::value.
Referenced by prepare().
|
static |
Definition at line 64 of file FRS_freestyle.cpp.
Referenced by FRS_do_stroke_rendering(), FRS_end_stroke_rendering(), FRS_exit(), FRS_free_view_map_cache(), FRS_init(), FRS_init_stroke_renderer(), FRS_set_context(), prepare(), wm_xr_controller_aim_draw(), wm_xr_controller_model_draw(), wm_xr_session_controller_aim_pose_find(), wm_xr_session_controller_data_populate(), wm_xr_session_controller_data_update(), WM_xr_session_state_controller_aim_location_get(), WM_xr_session_state_controller_aim_rotation_get(), WM_xr_session_state_controller_grip_location_get(), WM_xr_session_state_controller_grip_rotation_get(), ArmatureImporter::write_controller(), DocumentImporter::write_node(), and DocumentImporter::writeController().
|
static |
Definition at line 62 of file FRS_freestyle.cpp.
Referenced by FRS_init().
| FreestyleGlobals g_freestyle |
Definition at line 59 of file FRS_freestyle.cpp.
Referenced by Freestyle::Controller::ComputeViewMap(), Freestyle::AppView::distanceToSceneCenter(), Freestyle_getCurrentScene(), FRS_do_stroke_rendering(), FRS_init(), Freestyle::GridHelpers::getDefaultViewProscenium(), init_view(), Freestyle::Controller::LoadMesh(), Freestyle::AppView::zfar(), and Freestyle::AppView::znear().
|
static |
Definition at line 68 of file FRS_freestyle.cpp.
Referenced by FRS_copy_active_lineset(), and FRS_paste_active_lineset().
|
static |
Definition at line 69 of file FRS_freestyle.cpp.
Referenced by FRS_copy_active_lineset(), FRS_init(), FRS_paste_active_lineset(), and load_post_callback().
|
static |
Definition at line 79 of file FRS_freestyle.cpp.
Referenced by FRS_init().
|
static |
Definition at line 63 of file FRS_freestyle.cpp.
Referenced by FRS_exit(), and FRS_init().
|
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().