├── .gitignore ├── CHANGELOG.md ├── LICENSE ├── README.md ├── __init__.py ├── converter.py ├── developer_utils.py ├── func.py ├── operators.py └── snippets ├── bat ├── bat_list_collections_in_blend.py └── bat_list_items_in_blend.py ├── bpy ├── 3Dcurve_access.py ├── BAT_list_dependencies.py ├── BAT_scan_dependencies_problem.py ├── Create_dynamic_stopwatch_chrono_text.py ├── active_obj.py ├── add_driver_basic.py ├── add_visibility_driver_from_bone.py ├── align_obj_with_view_or_matrix.py ├── animate_toggle_visibility.py ├── append_link_datablock_from_blend.py ├── bmesh_filtered_checker_deselect.py ├── bmesh_gradient_weight_on_vertices_chains_from_3D_cursor.py ├── bmesh_select_by_angle_any_mode.py ├── cam_view_selection.py ├── create_bounding_box_as_mesh.py ├── create_camera_and_fit_objects.py ├── create_empty_at.py ├── create_mesh_cube_from_vectors.py ├── create_object_by_data_type.py ├── create_plane_with_api.py ├── decrement_object_name.py ├── dump_matrix_in_bone_space_and_transfer.py ├── export_helper_dialog.py ├── fcurve_access.py ├── fcurves_add_edit_noise_modifier.py ├── fit_camera_view_to_objects.py ├── gen_text.py ├── get_active_and_selection.py ├── get_active_selection_any_mode.py ├── get_all_childs_collections_recursive.py ├── get_camera_frame_center_view_2d.py ├── get_camera_frame_center_world_3d.py ├── get_camera_frame_world_coordinates.py ├── get_collection.py ├── get_keyframes_list.py ├── get_obj_2d_bbox_in_cam_frame.py ├── get_parent_collection_or_path_to_object.py ├── get_parents_collections_from_collection.py ├── get_position_and_axis_direction.py ├── get_rotation_any_mode.py ├── get_selection_method.py ├── get_view_vector.py ├── has_key_at_frame.py ├── import_basics.py ├── import_convenience_classic.py ├── is_object_render_included.py ├── iterate_switch_active_scene.py ├── keyframe_attribute_on_selected_objects.py ├── keymap_list_available_keys.py ├── link_collection_by_name.py ├── link_collections_with_name_filter.py ├── link_ops_collection_by_name.py ├── modifiers_access.py ├── move_to_collection.py ├── node_group_temp_material_override.py ├── open_url_in_web_browser.py ├── open_user_addon_location.py ├── remove_fcurves_by_data_path_name.py ├── render_keyframe_only.py ├── render_still.py ├── selections_manager.py ├── self_report.py ├── sequencer_import_sorted_videos.py ├── set_collection.py ├── set_header_display_text_in_modal.py ├── set_keyframe.py ├── transfer_hide_key_to_instance_and_back.py ├── ui_list_with_content_reload.py ├── update_custom_prop_ui.py ├── view_3d_perspective_mode_get_set.py ├── view_origin_vector.py └── viewlayer_collection_from_collection.py ├── dev ├── 2d_3d_location_region_view_conversion.py ├── addon_import_types_and_prop.py ├── addon_preferences_class.py ├── addon_prefs.py ├── attr_set_context_manager_store_restore.py ├── auto_install_python_pip_module.py ├── bl_info.py ├── build_prop_declaration_code_from_api_item.py ├── check_python_version.py ├── compare_versions.py ├── context_manager_bmesh.py ├── context_manager_edit_mode.py ├── contextlib_context_manager_area_swap.py ├── convert_attr_json_serializable.py ├── detect_active_object_change.py ├── disable_a_default_keymap.py ├── download_last_blender_version.py ├── dump_active_mesh_to_python.py ├── dump_dic_to_json.py ├── dump_edges_to_lines_coords.py ├── dump_tris_to_text_coords.py ├── execute_script_in_blender_with_args.py ├── explore_API_at_datapath.py ├── explore_expanded_keymap.py ├── explore_keymap.py ├── find_append_ui_panel.py ├── gamma_correction_linear_to_srgb.py ├── gen_enum_prop_from_api_item.py ├── get_last_traceback_error_details.py ├── get_members_of_an_enum_prop.py ├── git_status_recursively.py ├── gpl_licence_block.py ├── handler_transfer_properties_between_scene_and_wm.py ├── interact_console_debug.py ├── keymap_with_properties.py ├── list_available_icon_names.py ├── location_to_region_funcs_without_context_data.py ├── manage_addons_with_python.py ├── matrix_equality_compare.py ├── measure_time_performances.py ├── modal_screen_area_count.py ├── modal_tester_pressed_key_name_printer.py ├── native_location_region_switch_functions.py ├── old_gen_properties_code_from_api_items.py ├── open_addon_preferences_and_expand.py ├── open_file_or_folder_on_system.py ├── override_context.py ├── popup_message_box.py ├── prop_bool.py ├── prop_bool_vector.py ├── prop_collection.py ├── prop_enum.py ├── prop_float.py ├── prop_float_vector.py ├── prop_int.py ├── prop_int_vector.py ├── prop_string.py ├── property_group_class.py ├── refresh_all_areas_redraw.py ├── refresh_viewport_with_area_redraw.py ├── register_simple.py ├── register_with_keymap.py ├── run_external_script_absolute.py ├── run_external_script_relative.py ├── scan_git_folders_recursively.py ├── scene_prop_bool.py ├── scene_prop_bool_vector.py ├── scene_prop_collection.py ├── scene_prop_enum.py ├── scene_prop_float.py ├── scene_prop_float_vector.py ├── scene_prop_int.py ├── scene_prop_int_vector.py ├── scene_prop_string.py ├── scene_property.py ├── sequence_render_time_infos.py ├── set_image_stamp_settings.py ├── text_editor_UI_check_replace.py └── timecode_frame_conversion.py ├── ffmpeg ├── ffmpeg_auto_sequence_to_video_file.py ├── ffmpeg_basic_old_sequence_to_video.py ├── ffmpeg_concat_all_video_in_folder.py ├── ffmpeg_encode_subfolder_sequences_to_prores.py ├── ffmpeg_image_overlay_on_video.py ├── ffmpeg_probe_check_video_yuv_value.py ├── ffmpeg_probe_get_video_frame_count.py ├── ffmpeg_probe_get_video_time_duration.py └── ffmpeg_prores_encode.py ├── gp ├── GP_to_svg_sequence.py ├── clean_gp_material_stack_duplicates.py ├── get_GP_stroke_3D_or_2D_length.py ├── get_gp_drawing_plane.py ├── get_gp_drawing_plane_matrix.py ├── get_set_gp_stroke_attributes.py ├── gp_filtered_jump_to_keyframe.py ├── gp_find_closest_stroke_and_point_coord.py ├── gp_remove_vertex_color.py ├── override_2d_3d_location_view.py ├── render_visible_gp_layers_individually.py └── wrapper_for_get_set_gp_stroke_attributes.py ├── imagick ├── imagick_change_gif_framerate.py ├── imagick_generate_gif.py ├── imagick_image_sequences_management.py └── imagick_watermark_image.py ├── loop ├── find_objects_by_material.py ├── for_range_with_tabstop.py ├── iterate_objects.py ├── iterate_rename_vertex_groups.py ├── list_change_mode_type_and_do_actions.py ├── loop_over_selection_to_affect_individually.py ├── object_type_filter.py ├── select_objects_condition.py └── selected_obj_by_type_tabstop.py ├── math ├── add_translation_vector.py ├── apply_quaterion_to_object_or_posebone.py ├── is_vector_close.py ├── matrix_apply_local_rotation.py ├── matrix_decompose_recompose.py ├── mean_vector_from_list.py ├── median_vector_from_list.py ├── object_world_rotation_using_euler.py ├── plane_coords_from_position_and_normal_vectors.py └── rotate_object_on_axis.py ├── meta ├── enable_snippets_library_addon.py ├── reformat_extensions.py ├── reformat_prefix.py ├── swap_underscore_space.py └── vscode_list_extensions.py ├── nodes ├── get_all_individual_frame_node_bbox.py └── get_node_tree_bbox.py ├── ops ├── modal_operator_draw_keypress_event.py ├── modal_operator_simple_keypress_event.py ├── operator_with_variable.py └── search_popup_with_custom_content.py ├── py ├── clamp_value.py ├── color_hex_to_rgb.py ├── compare_folder_file_wise.py ├── compare_is_list_overlap.py ├── convert_seconds_duration_to_timestamp.py ├── date_from_timestamp.py ├── detect_system_OS.py ├── download_file_with_ssl_context.py ├── explore_filtered_os_walk_file_list.py ├── file_and_folder_explore_and_rename.py ├── fuzzy_match_strings_by_similarity_ratio.py ├── get_hash_from_url_read.py ├── get_human_readable_file_or_folder_size.py ├── get_last_files_versions_recursively.py ├── get_older_files_versions_recursively.py ├── get_size_from_url_file_header.py ├── helper_get_func_or_class_name_and_args.py ├── human_readable_file_size_from_byte_size.py ├── invert_dictionary.py ├── list_group_by_key.py ├── log_console_color_print.py ├── map_value_from_0_to_1_range.py ├── natural_sort_list.py ├── open_folder_in_browser.py ├── pack_filetype_from_a_directory.py ├── pathlib_get_files_or_dirs_in_directory.py ├── pil_check_corruption_in_image_sequences.py ├── pil_individual_check_for_blank_image.py ├── pip_install_module.py ├── print_colored.py ├── print_colored_and_styled.py ├── print_elapsed_time.py ├── print_progress_bar_ascii.py ├── recursive_scandir_list_files.py ├── reverse_enumerate_list.py ├── slugify_norm_string_filename_url.py ├── sort_list_by_item_in_sublist.py ├── sort_mixed_file_sequences_in_own_subfolders.py ├── strap_str_spaced_join.py ├── time_to_string_format_exemples.py ├── transfer_value_from_a_range_to_another.py ├── url_download_simple.py ├── url_download_with_progress_display.py ├── url_get_web_page_content.py ├── vector_distance_length.py ├── zip_extract_to_path.py ├── zip_files_flattened_hierarchy.py ├── zip_hiearchy_with_filters.py └── zip_specific_files_keeping_structure.py ├── regex ├── find_suffix_last_nb.py ├── get_flipped_name.py ├── parse_semantic_versioning.py ├── split_python_comment_line.py ├── split_string.py ├── sub_change_rightmost_number_padding.py ├── sub_increment_rightmost_number.py ├── sub_number_on_specified_padding_symbol.py ├── sub_output_paths_with_version_from_filename.py ├── sub_remove_object_and_data_end_numbering.py ├── sub_replace_increment_number_in_string.py ├── sub_replace_suffix_rig_to_proxy.py └── test_reg_insert_in_string.py ├── render ├── add_current_frame_to_ouput_filepath.py └── render_all_cam.py ├── rig ├── add_driver_visibility_show_hide.py ├── armature_modifiers_on_objects_list.py ├── get_bone_roll.py ├── manage_armature.py ├── manage_constraints.py ├── modifify_driver.py ├── mute_constraints.py ├── reset_stretchto_constraints.py └── select_posebone.py ├── ui ├── basic_ui_documented.py ├── gyzmo_viewport_2d_icon_button.py └── ui_panel_detail.py └── win └── transfer_junctions.py /.gitignore: -------------------------------------------------------------------------------- 1 | __pycache__ 2 | *.py[cod] 3 | -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/__init__.py -------------------------------------------------------------------------------- /converter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/converter.py -------------------------------------------------------------------------------- /developer_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/developer_utils.py -------------------------------------------------------------------------------- /func.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/func.py -------------------------------------------------------------------------------- /operators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/operators.py -------------------------------------------------------------------------------- /snippets/bat/bat_list_collections_in_blend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bat/bat_list_collections_in_blend.py -------------------------------------------------------------------------------- /snippets/bat/bat_list_items_in_blend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bat/bat_list_items_in_blend.py -------------------------------------------------------------------------------- /snippets/bpy/3Dcurve_access.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/3Dcurve_access.py -------------------------------------------------------------------------------- /snippets/bpy/BAT_list_dependencies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/BAT_list_dependencies.py -------------------------------------------------------------------------------- /snippets/bpy/BAT_scan_dependencies_problem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/BAT_scan_dependencies_problem.py -------------------------------------------------------------------------------- /snippets/bpy/Create_dynamic_stopwatch_chrono_text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/Create_dynamic_stopwatch_chrono_text.py -------------------------------------------------------------------------------- /snippets/bpy/active_obj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/active_obj.py -------------------------------------------------------------------------------- /snippets/bpy/add_driver_basic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/add_driver_basic.py -------------------------------------------------------------------------------- /snippets/bpy/add_visibility_driver_from_bone.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/add_visibility_driver_from_bone.py -------------------------------------------------------------------------------- /snippets/bpy/align_obj_with_view_or_matrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/align_obj_with_view_or_matrix.py -------------------------------------------------------------------------------- /snippets/bpy/animate_toggle_visibility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/animate_toggle_visibility.py -------------------------------------------------------------------------------- /snippets/bpy/append_link_datablock_from_blend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/append_link_datablock_from_blend.py -------------------------------------------------------------------------------- /snippets/bpy/bmesh_filtered_checker_deselect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/bmesh_filtered_checker_deselect.py -------------------------------------------------------------------------------- /snippets/bpy/bmesh_gradient_weight_on_vertices_chains_from_3D_cursor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/bmesh_gradient_weight_on_vertices_chains_from_3D_cursor.py -------------------------------------------------------------------------------- /snippets/bpy/bmesh_select_by_angle_any_mode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/bmesh_select_by_angle_any_mode.py -------------------------------------------------------------------------------- /snippets/bpy/cam_view_selection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/cam_view_selection.py -------------------------------------------------------------------------------- /snippets/bpy/create_bounding_box_as_mesh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/create_bounding_box_as_mesh.py -------------------------------------------------------------------------------- /snippets/bpy/create_camera_and_fit_objects.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/create_camera_and_fit_objects.py -------------------------------------------------------------------------------- /snippets/bpy/create_empty_at.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/create_empty_at.py -------------------------------------------------------------------------------- /snippets/bpy/create_mesh_cube_from_vectors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/create_mesh_cube_from_vectors.py -------------------------------------------------------------------------------- /snippets/bpy/create_object_by_data_type.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/create_object_by_data_type.py -------------------------------------------------------------------------------- /snippets/bpy/create_plane_with_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/create_plane_with_api.py -------------------------------------------------------------------------------- /snippets/bpy/decrement_object_name.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/decrement_object_name.py -------------------------------------------------------------------------------- /snippets/bpy/dump_matrix_in_bone_space_and_transfer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/dump_matrix_in_bone_space_and_transfer.py -------------------------------------------------------------------------------- /snippets/bpy/export_helper_dialog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/export_helper_dialog.py -------------------------------------------------------------------------------- /snippets/bpy/fcurve_access.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/fcurve_access.py -------------------------------------------------------------------------------- /snippets/bpy/fcurves_add_edit_noise_modifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/fcurves_add_edit_noise_modifier.py -------------------------------------------------------------------------------- /snippets/bpy/fit_camera_view_to_objects.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/fit_camera_view_to_objects.py -------------------------------------------------------------------------------- /snippets/bpy/gen_text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/gen_text.py -------------------------------------------------------------------------------- /snippets/bpy/get_active_and_selection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/get_active_and_selection.py -------------------------------------------------------------------------------- /snippets/bpy/get_active_selection_any_mode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/get_active_selection_any_mode.py -------------------------------------------------------------------------------- /snippets/bpy/get_all_childs_collections_recursive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/get_all_childs_collections_recursive.py -------------------------------------------------------------------------------- /snippets/bpy/get_camera_frame_center_view_2d.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/get_camera_frame_center_view_2d.py -------------------------------------------------------------------------------- /snippets/bpy/get_camera_frame_center_world_3d.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/get_camera_frame_center_world_3d.py -------------------------------------------------------------------------------- /snippets/bpy/get_camera_frame_world_coordinates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/get_camera_frame_world_coordinates.py -------------------------------------------------------------------------------- /snippets/bpy/get_collection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/get_collection.py -------------------------------------------------------------------------------- /snippets/bpy/get_keyframes_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/get_keyframes_list.py -------------------------------------------------------------------------------- /snippets/bpy/get_obj_2d_bbox_in_cam_frame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/get_obj_2d_bbox_in_cam_frame.py -------------------------------------------------------------------------------- /snippets/bpy/get_parent_collection_or_path_to_object.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/get_parent_collection_or_path_to_object.py -------------------------------------------------------------------------------- /snippets/bpy/get_parents_collections_from_collection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/get_parents_collections_from_collection.py -------------------------------------------------------------------------------- /snippets/bpy/get_position_and_axis_direction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/get_position_and_axis_direction.py -------------------------------------------------------------------------------- /snippets/bpy/get_rotation_any_mode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/get_rotation_any_mode.py -------------------------------------------------------------------------------- /snippets/bpy/get_selection_method.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/get_selection_method.py -------------------------------------------------------------------------------- /snippets/bpy/get_view_vector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/get_view_vector.py -------------------------------------------------------------------------------- /snippets/bpy/has_key_at_frame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/has_key_at_frame.py -------------------------------------------------------------------------------- /snippets/bpy/import_basics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/import_basics.py -------------------------------------------------------------------------------- /snippets/bpy/import_convenience_classic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/import_convenience_classic.py -------------------------------------------------------------------------------- /snippets/bpy/is_object_render_included.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/is_object_render_included.py -------------------------------------------------------------------------------- /snippets/bpy/iterate_switch_active_scene.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/iterate_switch_active_scene.py -------------------------------------------------------------------------------- /snippets/bpy/keyframe_attribute_on_selected_objects.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/keyframe_attribute_on_selected_objects.py -------------------------------------------------------------------------------- /snippets/bpy/keymap_list_available_keys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/keymap_list_available_keys.py -------------------------------------------------------------------------------- /snippets/bpy/link_collection_by_name.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/link_collection_by_name.py -------------------------------------------------------------------------------- /snippets/bpy/link_collections_with_name_filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/link_collections_with_name_filter.py -------------------------------------------------------------------------------- /snippets/bpy/link_ops_collection_by_name.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/link_ops_collection_by_name.py -------------------------------------------------------------------------------- /snippets/bpy/modifiers_access.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/modifiers_access.py -------------------------------------------------------------------------------- /snippets/bpy/move_to_collection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/move_to_collection.py -------------------------------------------------------------------------------- /snippets/bpy/node_group_temp_material_override.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/node_group_temp_material_override.py -------------------------------------------------------------------------------- /snippets/bpy/open_url_in_web_browser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/open_url_in_web_browser.py -------------------------------------------------------------------------------- /snippets/bpy/open_user_addon_location.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/open_user_addon_location.py -------------------------------------------------------------------------------- /snippets/bpy/remove_fcurves_by_data_path_name.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/remove_fcurves_by_data_path_name.py -------------------------------------------------------------------------------- /snippets/bpy/render_keyframe_only.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/render_keyframe_only.py -------------------------------------------------------------------------------- /snippets/bpy/render_still.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/render_still.py -------------------------------------------------------------------------------- /snippets/bpy/selections_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/selections_manager.py -------------------------------------------------------------------------------- /snippets/bpy/self_report.py: -------------------------------------------------------------------------------- 1 | mess = '' 2 | self.report({'INFO'}, mess)#WARNING, ERROR -------------------------------------------------------------------------------- /snippets/bpy/sequencer_import_sorted_videos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/sequencer_import_sorted_videos.py -------------------------------------------------------------------------------- /snippets/bpy/set_collection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/set_collection.py -------------------------------------------------------------------------------- /snippets/bpy/set_header_display_text_in_modal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/set_header_display_text_in_modal.py -------------------------------------------------------------------------------- /snippets/bpy/set_keyframe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/set_keyframe.py -------------------------------------------------------------------------------- /snippets/bpy/transfer_hide_key_to_instance_and_back.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/transfer_hide_key_to_instance_and_back.py -------------------------------------------------------------------------------- /snippets/bpy/ui_list_with_content_reload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/ui_list_with_content_reload.py -------------------------------------------------------------------------------- /snippets/bpy/update_custom_prop_ui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/update_custom_prop_ui.py -------------------------------------------------------------------------------- /snippets/bpy/view_3d_perspective_mode_get_set.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/view_3d_perspective_mode_get_set.py -------------------------------------------------------------------------------- /snippets/bpy/view_origin_vector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/view_origin_vector.py -------------------------------------------------------------------------------- /snippets/bpy/viewlayer_collection_from_collection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/bpy/viewlayer_collection_from_collection.py -------------------------------------------------------------------------------- /snippets/dev/2d_3d_location_region_view_conversion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/2d_3d_location_region_view_conversion.py -------------------------------------------------------------------------------- /snippets/dev/addon_import_types_and_prop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/addon_import_types_and_prop.py -------------------------------------------------------------------------------- /snippets/dev/addon_preferences_class.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/addon_preferences_class.py -------------------------------------------------------------------------------- /snippets/dev/addon_prefs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/addon_prefs.py -------------------------------------------------------------------------------- /snippets/dev/attr_set_context_manager_store_restore.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/attr_set_context_manager_store_restore.py -------------------------------------------------------------------------------- /snippets/dev/auto_install_python_pip_module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/auto_install_python_pip_module.py -------------------------------------------------------------------------------- /snippets/dev/bl_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/bl_info.py -------------------------------------------------------------------------------- /snippets/dev/build_prop_declaration_code_from_api_item.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/build_prop_declaration_code_from_api_item.py -------------------------------------------------------------------------------- /snippets/dev/check_python_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/check_python_version.py -------------------------------------------------------------------------------- /snippets/dev/compare_versions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/compare_versions.py -------------------------------------------------------------------------------- /snippets/dev/context_manager_bmesh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/context_manager_bmesh.py -------------------------------------------------------------------------------- /snippets/dev/context_manager_edit_mode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/context_manager_edit_mode.py -------------------------------------------------------------------------------- /snippets/dev/contextlib_context_manager_area_swap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/contextlib_context_manager_area_swap.py -------------------------------------------------------------------------------- /snippets/dev/convert_attr_json_serializable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/convert_attr_json_serializable.py -------------------------------------------------------------------------------- /snippets/dev/detect_active_object_change.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/detect_active_object_change.py -------------------------------------------------------------------------------- /snippets/dev/disable_a_default_keymap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/disable_a_default_keymap.py -------------------------------------------------------------------------------- /snippets/dev/download_last_blender_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/download_last_blender_version.py -------------------------------------------------------------------------------- /snippets/dev/dump_active_mesh_to_python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/dump_active_mesh_to_python.py -------------------------------------------------------------------------------- /snippets/dev/dump_dic_to_json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/dump_dic_to_json.py -------------------------------------------------------------------------------- /snippets/dev/dump_edges_to_lines_coords.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/dump_edges_to_lines_coords.py -------------------------------------------------------------------------------- /snippets/dev/dump_tris_to_text_coords.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/dump_tris_to_text_coords.py -------------------------------------------------------------------------------- /snippets/dev/execute_script_in_blender_with_args.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/execute_script_in_blender_with_args.py -------------------------------------------------------------------------------- /snippets/dev/explore_API_at_datapath.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/explore_API_at_datapath.py -------------------------------------------------------------------------------- /snippets/dev/explore_expanded_keymap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/explore_expanded_keymap.py -------------------------------------------------------------------------------- /snippets/dev/explore_keymap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/explore_keymap.py -------------------------------------------------------------------------------- /snippets/dev/find_append_ui_panel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/find_append_ui_panel.py -------------------------------------------------------------------------------- /snippets/dev/gamma_correction_linear_to_srgb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/gamma_correction_linear_to_srgb.py -------------------------------------------------------------------------------- /snippets/dev/gen_enum_prop_from_api_item.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/gen_enum_prop_from_api_item.py -------------------------------------------------------------------------------- /snippets/dev/get_last_traceback_error_details.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/get_last_traceback_error_details.py -------------------------------------------------------------------------------- /snippets/dev/get_members_of_an_enum_prop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/get_members_of_an_enum_prop.py -------------------------------------------------------------------------------- /snippets/dev/git_status_recursively.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/git_status_recursively.py -------------------------------------------------------------------------------- /snippets/dev/gpl_licence_block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/gpl_licence_block.py -------------------------------------------------------------------------------- /snippets/dev/handler_transfer_properties_between_scene_and_wm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/handler_transfer_properties_between_scene_and_wm.py -------------------------------------------------------------------------------- /snippets/dev/interact_console_debug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/interact_console_debug.py -------------------------------------------------------------------------------- /snippets/dev/keymap_with_properties.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/keymap_with_properties.py -------------------------------------------------------------------------------- /snippets/dev/list_available_icon_names.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/list_available_icon_names.py -------------------------------------------------------------------------------- /snippets/dev/location_to_region_funcs_without_context_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/location_to_region_funcs_without_context_data.py -------------------------------------------------------------------------------- /snippets/dev/manage_addons_with_python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/manage_addons_with_python.py -------------------------------------------------------------------------------- /snippets/dev/matrix_equality_compare.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/matrix_equality_compare.py -------------------------------------------------------------------------------- /snippets/dev/measure_time_performances.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/measure_time_performances.py -------------------------------------------------------------------------------- /snippets/dev/modal_screen_area_count.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/modal_screen_area_count.py -------------------------------------------------------------------------------- /snippets/dev/modal_tester_pressed_key_name_printer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/modal_tester_pressed_key_name_printer.py -------------------------------------------------------------------------------- /snippets/dev/native_location_region_switch_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/native_location_region_switch_functions.py -------------------------------------------------------------------------------- /snippets/dev/old_gen_properties_code_from_api_items.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/old_gen_properties_code_from_api_items.py -------------------------------------------------------------------------------- /snippets/dev/open_addon_preferences_and_expand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/open_addon_preferences_and_expand.py -------------------------------------------------------------------------------- /snippets/dev/open_file_or_folder_on_system.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/open_file_or_folder_on_system.py -------------------------------------------------------------------------------- /snippets/dev/override_context.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/override_context.py -------------------------------------------------------------------------------- /snippets/dev/popup_message_box.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/popup_message_box.py -------------------------------------------------------------------------------- /snippets/dev/prop_bool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/prop_bool.py -------------------------------------------------------------------------------- /snippets/dev/prop_bool_vector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/prop_bool_vector.py -------------------------------------------------------------------------------- /snippets/dev/prop_collection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/prop_collection.py -------------------------------------------------------------------------------- /snippets/dev/prop_enum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/prop_enum.py -------------------------------------------------------------------------------- /snippets/dev/prop_float.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/prop_float.py -------------------------------------------------------------------------------- /snippets/dev/prop_float_vector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/prop_float_vector.py -------------------------------------------------------------------------------- /snippets/dev/prop_int.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/prop_int.py -------------------------------------------------------------------------------- /snippets/dev/prop_int_vector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/prop_int_vector.py -------------------------------------------------------------------------------- /snippets/dev/prop_string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/prop_string.py -------------------------------------------------------------------------------- /snippets/dev/property_group_class.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/property_group_class.py -------------------------------------------------------------------------------- /snippets/dev/refresh_all_areas_redraw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/refresh_all_areas_redraw.py -------------------------------------------------------------------------------- /snippets/dev/refresh_viewport_with_area_redraw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/refresh_viewport_with_area_redraw.py -------------------------------------------------------------------------------- /snippets/dev/register_simple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/register_simple.py -------------------------------------------------------------------------------- /snippets/dev/register_with_keymap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/register_with_keymap.py -------------------------------------------------------------------------------- /snippets/dev/run_external_script_absolute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/run_external_script_absolute.py -------------------------------------------------------------------------------- /snippets/dev/run_external_script_relative.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/run_external_script_relative.py -------------------------------------------------------------------------------- /snippets/dev/scan_git_folders_recursively.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/scan_git_folders_recursively.py -------------------------------------------------------------------------------- /snippets/dev/scene_prop_bool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/scene_prop_bool.py -------------------------------------------------------------------------------- /snippets/dev/scene_prop_bool_vector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/scene_prop_bool_vector.py -------------------------------------------------------------------------------- /snippets/dev/scene_prop_collection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/scene_prop_collection.py -------------------------------------------------------------------------------- /snippets/dev/scene_prop_enum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/scene_prop_enum.py -------------------------------------------------------------------------------- /snippets/dev/scene_prop_float.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/scene_prop_float.py -------------------------------------------------------------------------------- /snippets/dev/scene_prop_float_vector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/scene_prop_float_vector.py -------------------------------------------------------------------------------- /snippets/dev/scene_prop_int.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/scene_prop_int.py -------------------------------------------------------------------------------- /snippets/dev/scene_prop_int_vector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/scene_prop_int_vector.py -------------------------------------------------------------------------------- /snippets/dev/scene_prop_string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/scene_prop_string.py -------------------------------------------------------------------------------- /snippets/dev/scene_property.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/scene_property.py -------------------------------------------------------------------------------- /snippets/dev/sequence_render_time_infos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/sequence_render_time_infos.py -------------------------------------------------------------------------------- /snippets/dev/set_image_stamp_settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/set_image_stamp_settings.py -------------------------------------------------------------------------------- /snippets/dev/text_editor_UI_check_replace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/text_editor_UI_check_replace.py -------------------------------------------------------------------------------- /snippets/dev/timecode_frame_conversion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/dev/timecode_frame_conversion.py -------------------------------------------------------------------------------- /snippets/ffmpeg/ffmpeg_auto_sequence_to_video_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/ffmpeg/ffmpeg_auto_sequence_to_video_file.py -------------------------------------------------------------------------------- /snippets/ffmpeg/ffmpeg_basic_old_sequence_to_video.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/ffmpeg/ffmpeg_basic_old_sequence_to_video.py -------------------------------------------------------------------------------- /snippets/ffmpeg/ffmpeg_concat_all_video_in_folder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/ffmpeg/ffmpeg_concat_all_video_in_folder.py -------------------------------------------------------------------------------- /snippets/ffmpeg/ffmpeg_encode_subfolder_sequences_to_prores.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/ffmpeg/ffmpeg_encode_subfolder_sequences_to_prores.py -------------------------------------------------------------------------------- /snippets/ffmpeg/ffmpeg_image_overlay_on_video.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/ffmpeg/ffmpeg_image_overlay_on_video.py -------------------------------------------------------------------------------- /snippets/ffmpeg/ffmpeg_probe_check_video_yuv_value.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/ffmpeg/ffmpeg_probe_check_video_yuv_value.py -------------------------------------------------------------------------------- /snippets/ffmpeg/ffmpeg_probe_get_video_frame_count.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/ffmpeg/ffmpeg_probe_get_video_frame_count.py -------------------------------------------------------------------------------- /snippets/ffmpeg/ffmpeg_probe_get_video_time_duration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/ffmpeg/ffmpeg_probe_get_video_time_duration.py -------------------------------------------------------------------------------- /snippets/ffmpeg/ffmpeg_prores_encode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/ffmpeg/ffmpeg_prores_encode.py -------------------------------------------------------------------------------- /snippets/gp/GP_to_svg_sequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/gp/GP_to_svg_sequence.py -------------------------------------------------------------------------------- /snippets/gp/clean_gp_material_stack_duplicates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/gp/clean_gp_material_stack_duplicates.py -------------------------------------------------------------------------------- /snippets/gp/get_GP_stroke_3D_or_2D_length.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/gp/get_GP_stroke_3D_or_2D_length.py -------------------------------------------------------------------------------- /snippets/gp/get_gp_drawing_plane.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/gp/get_gp_drawing_plane.py -------------------------------------------------------------------------------- /snippets/gp/get_gp_drawing_plane_matrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/gp/get_gp_drawing_plane_matrix.py -------------------------------------------------------------------------------- /snippets/gp/get_set_gp_stroke_attributes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/gp/get_set_gp_stroke_attributes.py -------------------------------------------------------------------------------- /snippets/gp/gp_filtered_jump_to_keyframe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/gp/gp_filtered_jump_to_keyframe.py -------------------------------------------------------------------------------- /snippets/gp/gp_find_closest_stroke_and_point_coord.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/gp/gp_find_closest_stroke_and_point_coord.py -------------------------------------------------------------------------------- /snippets/gp/gp_remove_vertex_color.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/gp/gp_remove_vertex_color.py -------------------------------------------------------------------------------- /snippets/gp/override_2d_3d_location_view.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/gp/override_2d_3d_location_view.py -------------------------------------------------------------------------------- /snippets/gp/render_visible_gp_layers_individually.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/gp/render_visible_gp_layers_individually.py -------------------------------------------------------------------------------- /snippets/gp/wrapper_for_get_set_gp_stroke_attributes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/gp/wrapper_for_get_set_gp_stroke_attributes.py -------------------------------------------------------------------------------- /snippets/imagick/imagick_change_gif_framerate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/imagick/imagick_change_gif_framerate.py -------------------------------------------------------------------------------- /snippets/imagick/imagick_generate_gif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/imagick/imagick_generate_gif.py -------------------------------------------------------------------------------- /snippets/imagick/imagick_image_sequences_management.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/imagick/imagick_image_sequences_management.py -------------------------------------------------------------------------------- /snippets/imagick/imagick_watermark_image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/imagick/imagick_watermark_image.py -------------------------------------------------------------------------------- /snippets/loop/find_objects_by_material.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/loop/find_objects_by_material.py -------------------------------------------------------------------------------- /snippets/loop/for_range_with_tabstop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/loop/for_range_with_tabstop.py -------------------------------------------------------------------------------- /snippets/loop/iterate_objects.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/loop/iterate_objects.py -------------------------------------------------------------------------------- /snippets/loop/iterate_rename_vertex_groups.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/loop/iterate_rename_vertex_groups.py -------------------------------------------------------------------------------- /snippets/loop/list_change_mode_type_and_do_actions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/loop/list_change_mode_type_and_do_actions.py -------------------------------------------------------------------------------- /snippets/loop/loop_over_selection_to_affect_individually.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/loop/loop_over_selection_to_affect_individually.py -------------------------------------------------------------------------------- /snippets/loop/object_type_filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/loop/object_type_filter.py -------------------------------------------------------------------------------- /snippets/loop/select_objects_condition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/loop/select_objects_condition.py -------------------------------------------------------------------------------- /snippets/loop/selected_obj_by_type_tabstop.py: -------------------------------------------------------------------------------- 1 | [o for o in ${1:bpy.context.selected_objects} if o.type='${2:MESH}']${0} -------------------------------------------------------------------------------- /snippets/math/add_translation_vector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/math/add_translation_vector.py -------------------------------------------------------------------------------- /snippets/math/apply_quaterion_to_object_or_posebone.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/math/apply_quaterion_to_object_or_posebone.py -------------------------------------------------------------------------------- /snippets/math/is_vector_close.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/math/is_vector_close.py -------------------------------------------------------------------------------- /snippets/math/matrix_apply_local_rotation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/math/matrix_apply_local_rotation.py -------------------------------------------------------------------------------- /snippets/math/matrix_decompose_recompose.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/math/matrix_decompose_recompose.py -------------------------------------------------------------------------------- /snippets/math/mean_vector_from_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/math/mean_vector_from_list.py -------------------------------------------------------------------------------- /snippets/math/median_vector_from_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/math/median_vector_from_list.py -------------------------------------------------------------------------------- /snippets/math/object_world_rotation_using_euler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/math/object_world_rotation_using_euler.py -------------------------------------------------------------------------------- /snippets/math/plane_coords_from_position_and_normal_vectors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/math/plane_coords_from_position_and_normal_vectors.py -------------------------------------------------------------------------------- /snippets/math/rotate_object_on_axis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/math/rotate_object_on_axis.py -------------------------------------------------------------------------------- /snippets/meta/enable_snippets_library_addon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/meta/enable_snippets_library_addon.py -------------------------------------------------------------------------------- /snippets/meta/reformat_extensions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/meta/reformat_extensions.py -------------------------------------------------------------------------------- /snippets/meta/reformat_prefix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/meta/reformat_prefix.py -------------------------------------------------------------------------------- /snippets/meta/swap_underscore_space.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/meta/swap_underscore_space.py -------------------------------------------------------------------------------- /snippets/meta/vscode_list_extensions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/meta/vscode_list_extensions.py -------------------------------------------------------------------------------- /snippets/nodes/get_all_individual_frame_node_bbox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/nodes/get_all_individual_frame_node_bbox.py -------------------------------------------------------------------------------- /snippets/nodes/get_node_tree_bbox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/nodes/get_node_tree_bbox.py -------------------------------------------------------------------------------- /snippets/ops/modal_operator_draw_keypress_event.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/ops/modal_operator_draw_keypress_event.py -------------------------------------------------------------------------------- /snippets/ops/modal_operator_simple_keypress_event.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/ops/modal_operator_simple_keypress_event.py -------------------------------------------------------------------------------- /snippets/ops/operator_with_variable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/ops/operator_with_variable.py -------------------------------------------------------------------------------- /snippets/ops/search_popup_with_custom_content.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/ops/search_popup_with_custom_content.py -------------------------------------------------------------------------------- /snippets/py/clamp_value.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/clamp_value.py -------------------------------------------------------------------------------- /snippets/py/color_hex_to_rgb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/color_hex_to_rgb.py -------------------------------------------------------------------------------- /snippets/py/compare_folder_file_wise.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/compare_folder_file_wise.py -------------------------------------------------------------------------------- /snippets/py/compare_is_list_overlap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/compare_is_list_overlap.py -------------------------------------------------------------------------------- /snippets/py/convert_seconds_duration_to_timestamp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/convert_seconds_duration_to_timestamp.py -------------------------------------------------------------------------------- /snippets/py/date_from_timestamp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/date_from_timestamp.py -------------------------------------------------------------------------------- /snippets/py/detect_system_OS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/detect_system_OS.py -------------------------------------------------------------------------------- /snippets/py/download_file_with_ssl_context.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/download_file_with_ssl_context.py -------------------------------------------------------------------------------- /snippets/py/explore_filtered_os_walk_file_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/explore_filtered_os_walk_file_list.py -------------------------------------------------------------------------------- /snippets/py/file_and_folder_explore_and_rename.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/file_and_folder_explore_and_rename.py -------------------------------------------------------------------------------- /snippets/py/fuzzy_match_strings_by_similarity_ratio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/fuzzy_match_strings_by_similarity_ratio.py -------------------------------------------------------------------------------- /snippets/py/get_hash_from_url_read.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/get_hash_from_url_read.py -------------------------------------------------------------------------------- /snippets/py/get_human_readable_file_or_folder_size.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/get_human_readable_file_or_folder_size.py -------------------------------------------------------------------------------- /snippets/py/get_last_files_versions_recursively.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/get_last_files_versions_recursively.py -------------------------------------------------------------------------------- /snippets/py/get_older_files_versions_recursively.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/get_older_files_versions_recursively.py -------------------------------------------------------------------------------- /snippets/py/get_size_from_url_file_header.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/get_size_from_url_file_header.py -------------------------------------------------------------------------------- /snippets/py/helper_get_func_or_class_name_and_args.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/helper_get_func_or_class_name_and_args.py -------------------------------------------------------------------------------- /snippets/py/human_readable_file_size_from_byte_size.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/human_readable_file_size_from_byte_size.py -------------------------------------------------------------------------------- /snippets/py/invert_dictionary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/invert_dictionary.py -------------------------------------------------------------------------------- /snippets/py/list_group_by_key.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/list_group_by_key.py -------------------------------------------------------------------------------- /snippets/py/log_console_color_print.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/log_console_color_print.py -------------------------------------------------------------------------------- /snippets/py/map_value_from_0_to_1_range.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/map_value_from_0_to_1_range.py -------------------------------------------------------------------------------- /snippets/py/natural_sort_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/natural_sort_list.py -------------------------------------------------------------------------------- /snippets/py/open_folder_in_browser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/open_folder_in_browser.py -------------------------------------------------------------------------------- /snippets/py/pack_filetype_from_a_directory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/pack_filetype_from_a_directory.py -------------------------------------------------------------------------------- /snippets/py/pathlib_get_files_or_dirs_in_directory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/pathlib_get_files_or_dirs_in_directory.py -------------------------------------------------------------------------------- /snippets/py/pil_check_corruption_in_image_sequences.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/pil_check_corruption_in_image_sequences.py -------------------------------------------------------------------------------- /snippets/py/pil_individual_check_for_blank_image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/pil_individual_check_for_blank_image.py -------------------------------------------------------------------------------- /snippets/py/pip_install_module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/pip_install_module.py -------------------------------------------------------------------------------- /snippets/py/print_colored.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/print_colored.py -------------------------------------------------------------------------------- /snippets/py/print_colored_and_styled.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/print_colored_and_styled.py -------------------------------------------------------------------------------- /snippets/py/print_elapsed_time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/print_elapsed_time.py -------------------------------------------------------------------------------- /snippets/py/print_progress_bar_ascii.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/print_progress_bar_ascii.py -------------------------------------------------------------------------------- /snippets/py/recursive_scandir_list_files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/recursive_scandir_list_files.py -------------------------------------------------------------------------------- /snippets/py/reverse_enumerate_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/reverse_enumerate_list.py -------------------------------------------------------------------------------- /snippets/py/slugify_norm_string_filename_url.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/slugify_norm_string_filename_url.py -------------------------------------------------------------------------------- /snippets/py/sort_list_by_item_in_sublist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/sort_list_by_item_in_sublist.py -------------------------------------------------------------------------------- /snippets/py/sort_mixed_file_sequences_in_own_subfolders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/sort_mixed_file_sequences_in_own_subfolders.py -------------------------------------------------------------------------------- /snippets/py/strap_str_spaced_join.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/strap_str_spaced_join.py -------------------------------------------------------------------------------- /snippets/py/time_to_string_format_exemples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/time_to_string_format_exemples.py -------------------------------------------------------------------------------- /snippets/py/transfer_value_from_a_range_to_another.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/transfer_value_from_a_range_to_another.py -------------------------------------------------------------------------------- /snippets/py/url_download_simple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/url_download_simple.py -------------------------------------------------------------------------------- /snippets/py/url_download_with_progress_display.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/url_download_with_progress_display.py -------------------------------------------------------------------------------- /snippets/py/url_get_web_page_content.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/url_get_web_page_content.py -------------------------------------------------------------------------------- /snippets/py/vector_distance_length.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/vector_distance_length.py -------------------------------------------------------------------------------- /snippets/py/zip_extract_to_path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/zip_extract_to_path.py -------------------------------------------------------------------------------- /snippets/py/zip_files_flattened_hierarchy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/zip_files_flattened_hierarchy.py -------------------------------------------------------------------------------- /snippets/py/zip_hiearchy_with_filters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/zip_hiearchy_with_filters.py -------------------------------------------------------------------------------- /snippets/py/zip_specific_files_keeping_structure.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/py/zip_specific_files_keeping_structure.py -------------------------------------------------------------------------------- /snippets/regex/find_suffix_last_nb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/regex/find_suffix_last_nb.py -------------------------------------------------------------------------------- /snippets/regex/get_flipped_name.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/regex/get_flipped_name.py -------------------------------------------------------------------------------- /snippets/regex/parse_semantic_versioning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/regex/parse_semantic_versioning.py -------------------------------------------------------------------------------- /snippets/regex/split_python_comment_line.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/regex/split_python_comment_line.py -------------------------------------------------------------------------------- /snippets/regex/split_string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/regex/split_string.py -------------------------------------------------------------------------------- /snippets/regex/sub_change_rightmost_number_padding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/regex/sub_change_rightmost_number_padding.py -------------------------------------------------------------------------------- /snippets/regex/sub_increment_rightmost_number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/regex/sub_increment_rightmost_number.py -------------------------------------------------------------------------------- /snippets/regex/sub_number_on_specified_padding_symbol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/regex/sub_number_on_specified_padding_symbol.py -------------------------------------------------------------------------------- /snippets/regex/sub_output_paths_with_version_from_filename.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/regex/sub_output_paths_with_version_from_filename.py -------------------------------------------------------------------------------- /snippets/regex/sub_remove_object_and_data_end_numbering.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/regex/sub_remove_object_and_data_end_numbering.py -------------------------------------------------------------------------------- /snippets/regex/sub_replace_increment_number_in_string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/regex/sub_replace_increment_number_in_string.py -------------------------------------------------------------------------------- /snippets/regex/sub_replace_suffix_rig_to_proxy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/regex/sub_replace_suffix_rig_to_proxy.py -------------------------------------------------------------------------------- /snippets/regex/test_reg_insert_in_string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/regex/test_reg_insert_in_string.py -------------------------------------------------------------------------------- /snippets/render/add_current_frame_to_ouput_filepath.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/render/add_current_frame_to_ouput_filepath.py -------------------------------------------------------------------------------- /snippets/render/render_all_cam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/render/render_all_cam.py -------------------------------------------------------------------------------- /snippets/rig/add_driver_visibility_show_hide.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/rig/add_driver_visibility_show_hide.py -------------------------------------------------------------------------------- /snippets/rig/armature_modifiers_on_objects_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/rig/armature_modifiers_on_objects_list.py -------------------------------------------------------------------------------- /snippets/rig/get_bone_roll.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/rig/get_bone_roll.py -------------------------------------------------------------------------------- /snippets/rig/manage_armature.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/rig/manage_armature.py -------------------------------------------------------------------------------- /snippets/rig/manage_constraints.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/rig/manage_constraints.py -------------------------------------------------------------------------------- /snippets/rig/modifify_driver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/rig/modifify_driver.py -------------------------------------------------------------------------------- /snippets/rig/mute_constraints.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/rig/mute_constraints.py -------------------------------------------------------------------------------- /snippets/rig/reset_stretchto_constraints.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/rig/reset_stretchto_constraints.py -------------------------------------------------------------------------------- /snippets/rig/select_posebone.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/rig/select_posebone.py -------------------------------------------------------------------------------- /snippets/ui/basic_ui_documented.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/ui/basic_ui_documented.py -------------------------------------------------------------------------------- /snippets/ui/gyzmo_viewport_2d_icon_button.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/ui/gyzmo_viewport_2d_icon_button.py -------------------------------------------------------------------------------- /snippets/ui/ui_panel_detail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/ui/ui_panel_detail.py -------------------------------------------------------------------------------- /snippets/win/transfer_junctions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/snippetsLibrary/HEAD/snippets/win/transfer_junctions.py --------------------------------------------------------------------------------