├── .gitattributes ├── .gitignore ├── CHANGES.sh ├── LICENSE ├── MainMenuCommon.xml ├── NetworkViewMenu.xml ├── OPcustomize ├── OPmenu.xml ├── OTL.sh ├── PARMmenu.xml ├── README.md ├── VEXpressions.txt ├── bin └── houbatchrender ├── config ├── NodeGraphCommon_qLib.inc ├── NodeGraphCommon_qLib_175.inc ├── NodeGraphCommon_qLib_190.inc ├── NodeGraph_qLibProFlat.inc ├── NodeGraph_qLibProFlat_175.inc ├── NodeGraph_qLibProFlat_190.inc ├── README.txt ├── qLibDarkFlat.hcs ├── qLibProFlat.hcs ├── qLibProFlat_175.hcs └── qLibProFlat_190.hcs ├── examples ├── aim_ql_OBJ.hip ├── apply_xform_ql_SOP.hip ├── attr_visualize_ql_SOP.hip ├── attrib_grow_ql_SOP.hip ├── attrib_ramp_ql_SOP.hip ├── attrib_shape_ql_SOP.hip ├── bend_ql_SOP.hip ├── bounds_ql_SOP.hip ├── box_ql_SOP.hip ├── camera_frustrum_ql_SOP.hip ├── camera_plane_ql_SOP.hip ├── clip_by_bounds_ql_SOP.hip ├── curve_extend_ql_SOP.hip ├── deform_by_surface_ql_SOP.hip ├── deform_by_tetra_ql_SOP.hip ├── displacebydelta_ql_SOP.hip ├── experimental │ └── colored_smoke.hip ├── force_visualizer_ql_DOP.hip ├── graveyard │ ├── advect_by_pointcloud_ql_POP.hip │ ├── attr_lookup_multi_ql_SOP.hip │ ├── attrib_builder_ql_SOP.hip │ ├── attrib_range_ql_SOP.hip │ ├── connect_by_distance_SOP.hip │ ├── distribute_ql_SOP.hip │ ├── fetch_sop_ql_POP.hip │ ├── foreachpoint_ql_SOP.hip │ ├── geo_query_ql_SOP.hip │ ├── hexagrid_ql_SOP.hip │ ├── match_points_order_ql_SOP.hip │ ├── maze_ql_SOP.hip │ ├── point_texture_ql_SOP.hip │ ├── primgroups_extract_ql_SOP.hip │ ├── primgroups_sdf_ql_SOP.hip │ ├── ray_ql_SOP.hip │ ├── rbd_active_xform_ql_DOP.hip │ ├── rounded_corners_ql_SOP.hip │ ├── scatter_ql_SOP.hip │ ├── snaptools_ql_SOP.hip │ ├── source_ql_POP.hip │ ├── split_multi_ql_SOP.hip │ ├── thickness_ql_SOP.hip │ └── xform_by_points_ql_SOP.hip ├── group_by_percent_ql_SOP.hip ├── group_visualize_ql_SOP.hip ├── noise_ql_SOP.hip ├── occlusion_ql_SOP.hip ├── optransform_ql_VOP.hip ├── path_deform_ql_SOP.hip ├── peak_ql_SOP.hip ├── plotscanline_ql_COP2.hip ├── point_mix_ql_SOP.hip ├── point_topology_ql_SOP.hip ├── pointjitter_ql_SOP.hip ├── proxy_primgroups_ql_SOP.hip ├── rop_tool_ql_ROP.hip ├── rotate_vector_ql_SOP.hip ├── snap_ql_SOP.hip ├── space_partition_ql_SOP.hip ├── spiral_ql_SOP.hip ├── super_light_ql_OBJ.hip ├── superellipse_ql_VOP_SOP.hip ├── taper_ql_SOP.hip ├── trail_scatter_ql_SOP.hip ├── turbulate_motion_ql_OBJ.hip ├── twist_ql_SOP.hip ├── uv_pointcloud_ql_SOP_COP.hip ├── vector_jitter_ql_SOP.hip ├── vector_ql_SOP.hip ├── vector_store_ql_SOP.hip ├── velocity_ql_SOP.hip ├── volume_retime_ql_SOP.hip ├── voronoi_vdb_fracture_ql_SOP.hip ├── weighted_transform_ql_SOP.hip ├── wipe_ql_VOP.hip ├── workflow │ ├── breako.hip │ ├── buildings.hip │ ├── camera_projection.hip │ ├── cc.hip │ ├── centroids_fractures.hip │ ├── deformers.hip │ ├── deltamush.hip │ ├── doppop_vdb_advection.hip │ ├── environment_ql_OBJ │ │ ├── example_1--single_project │ │ │ ├── Job │ │ │ │ ├── Scene │ │ │ │ │ └── sc01 │ │ │ │ │ │ └── environment_ql_OBJ.hip │ │ │ │ └── job_environment.py │ │ │ └── site_environment.py │ │ └── example_2--multiple_projects │ │ │ ├── AvDemeisen │ │ │ ├── assets │ │ │ │ └── anExampleAsset │ │ │ │ │ └── asset.hip │ │ │ ├── ranges.json │ │ │ └── shots │ │ │ │ ├── 1000 │ │ │ │ └── shot.hip │ │ │ │ ├── 1100 │ │ │ │ └── shot.hip │ │ │ │ └── 1200 │ │ │ │ └── shot.hip │ │ │ ├── JernauGurgeh │ │ │ ├── assets │ │ │ │ └── anExampleAsset │ │ │ │ │ └── asset.hip │ │ │ ├── ranges.json │ │ │ └── shots │ │ │ │ ├── 1000 │ │ │ │ └── shot.hip │ │ │ │ ├── 1100 │ │ │ │ └── shot.hip │ │ │ │ └── 1200 │ │ │ │ └── shot.hip │ │ │ ├── LeDamagedOne │ │ │ ├── assets │ │ │ │ └── anExampleAsset │ │ │ │ │ └── asset.hip │ │ │ ├── ranges.json │ │ │ └── shots │ │ │ │ └── 1000 │ │ │ │ └── shot.hip │ │ │ ├── README.txt │ │ │ ├── projs.json │ │ │ └── site_env.py │ ├── floorplan.hip │ ├── modelfactory.hip │ ├── p_flower.hip │ ├── palette_lookup.hip │ ├── pencils.hip │ ├── polywirecurves_webs.hip │ ├── primgroups_manual_control.hip │ ├── primgroups_sdf_dop.hip │ ├── primgroups_with_pop.hip │ ├── pyrotechniques.hip │ ├── rolling_debris.hip │ ├── shot_ql_multiple_shots.hip │ ├── simple_point_cloud.hip │ ├── udim_example.hip │ ├── uv_pointcloud_ql_renderproj.hip │ ├── vdb_blend_color_rest.hip │ ├── vdb_examples.hip │ ├── visualizers.hip │ └── wasserfall.hip └── xform_by_bbox_ql_SOP.hip ├── gallery ├── qLib--CHOP--fetch_anim_range.gal ├── qLib--COP--lens_glow.gal ├── qLib--COP--null_name_presets.gal ├── qLib--COP--plot_scanline.gal ├── qLib--COP--vc2g_pixwipe_mask.gal ├── qLib--COP--vc2g_wipemask.gal ├── qLib--COP--vopcop2filter_CC.gal ├── qLib--COP--vopcop2filter_default.gal ├── qLib--COP--vopcop2gen_colortemp.gal ├── qLib--COP--vopcop2gen_default.gal ├── qLib--COP--vopcop2gen_rgbpattern.gal ├── qLib--DOP--activevalue_from_sop_pts.gal ├── qLib--DOP--activevalue_packed_from_sop_pts.gal ├── qLib--DOP--drag__runup.gal ├── qLib--DOP--min_mass_ql.gal ├── qLib--DOP--null_name_presets.gal ├── qLib--DOP--pop_attr_visualize_ql.gal ├── qLib--DOP--rbdpointobject_primgroups.gal ├── qLib--DOP--subnet_clip_fields_by_frustum.gal ├── qLib--DOP--subnet_with_extract_button.gal ├── qLib--DOP--velocity_damping_ql.gal ├── qLib--DOP_POP--gravity.gal ├── qLib--DOP_POP--init_orient_ql.gal ├── qLib--DOP_POP--pop_bounce_jitter.gal ├── qLib--DOP_POP--pop_group_visualize.gal ├── qLib--DOP_POP--pop_set_lifespan_ql.gal ├── qLib--DOP_POP--pop_set_pscale_by_dist_curve.gal ├── qLib--DOP_POP--popcolor_ramp_lookup.gal ├── qLib--DOP_POP--popdrag_tangent_normal.gal ├── qLib--DOP_POP--popwrangle__traveldist.gal ├── qLib--DOP_POP--random_weight_from_id.gal ├── qLib--DOP_POP--set_random_orient_ql.gal ├── qLib--DOP_POP--set_random_spin_ql.gal ├── qLib--DOP_POP--snap_to_2nd_input_sdf_boundary.gal ├── qLib--DOP_POP--stream_by_attrib_ql.gal ├── qLib--DOP_POP--stream_relative_age_ql.gal ├── qLib--DOP_POP--subnet_bounce_jitter.gal ├── qLib--IO--dopio_auto_path.gal ├── qLib--LOP--null_name_presets.gal ├── qLib--OBJ--OSD_text.gal ├── qLib--OBJ--bg_cplane_grid.gal ├── qLib--OBJ--bg_cyclorama.gal ├── qLib--OBJ--cop2_bokeh_file_gen.gal ├── qLib--OBJ--geo_objmerge.gal ├── qLib--OBJ--null_focus_puller.gal ├── qLib--OBJ--python_xform_by_pt_matrix_attrib.gal ├── qLib--OBJ--subnet_with_extract_button.gal ├── qLib--OBJ_SceneBuild--GEO_shot_linked.gal ├── qLib--OBJ_SceneBuild--GEO_shot_linked_2.gal ├── qLib--OBJ_SceneBuild--ROP_shot_linked.gal ├── qLib--OBJ_SceneBuild--ROP_shot_linked_2.gal ├── qLib--OBJ_SceneBuild--subnet_shot_linked.gal ├── qLib--OBJ_SceneBuild--subnet_shot_linked_2.gal ├── qLib--ROP--wedge_loop_thru_objs.gal ├── qLib--ROP--wedge_loop_thru_sop_points.gal ├── qLib--ROP--wedge_parameters_ui.gal ├── qLib--ROP--wedge_seed_simple.gal ├── qLib--SCENE--qL__bunny_in_mirror.gal ├── qLib--SOP--add_bbox_lines.gal ├── qLib--SOP--add_centroid_pt.gal ├── qLib--SOP--add_connect_by_id.gal ├── qLib--SOP--add_point_at_origin.gal ├── qLib--SOP--attribdelete_all.gal ├── qLib--SOP--attribdelete_all_except_name.gal ├── qLib--SOP--attribexpression_elem_num_n_to_attr.gal ├── qLib--SOP--attribexpression_elem_num_to_id.gal ├── qLib--SOP--attribexpression_elemindex_to_name.gal ├── qLib--SOP--attribexpression_id_to_name.gal ├── qLib--SOP--attribexpression_name_number_to_id.gal ├── qLib--SOP--attribpromote_promote_name_to_pt.gal ├── qLib--SOP--attribrandomize_random_orient.gal ├── qLib--SOP--attribrandomize_random_orient_x.gal ├── qLib--SOP--attribrandomize_random_orient_y.gal ├── qLib--SOP--attribrandomize_random_orient_z.gal ├── qLib--SOP--attribrandomize_random_pscale.gal ├── qLib--SOP--attribute_temporal_blur.gal ├── qLib--SOP--attribvop__make_instance_xform.gal ├── qLib--SOP--attribwrangle__constant_pscale_camera_space.gal ├── qLib--SOP--attribwrangle__project_to_camera_plane.gal ├── qLib--SOP--attribwrangle__set_maya_path_attribs.gal ├── qLib--SOP--blast_closed_curves_polys.gal ├── qLib--SOP--blast_filter_alembics.gal ├── qLib--SOP--blast_if_less_than.gal ├── qLib--SOP--blast_if_not_equal.gal ├── qLib--SOP--blast_if_pt_less_than.gal ├── qLib--SOP--blast_if_pt_not_equal.gal ├── qLib--SOP--blast_invisible_alembics.gal ├── qLib--SOP--blast_keep_density.gal ├── qLib--SOP--blast_keep_inside_group.gal ├── qLib--SOP--blast_keep_outside_group.gal ├── qLib--SOP--blast_keep_polygons.gal ├── qLib--SOP--blast_keep_pressure.gal ├── qLib--SOP--blast_keep_single_prim.gal ├── qLib--SOP--blast_keep_surface.gal ├── qLib--SOP--blast_keep_temperature.gal ├── qLib--SOP--blast_keep_vel.gal ├── qLib--SOP--blast_open_curves_polys.gal ├── qLib--SOP--bound_uniform_bounds_padding.gal ├── qLib--SOP--box_lattice_from_input.gal ├── qLib--SOP--clean_all_opts_off.gal ├── qLib--SOP--clip_by_point.gal ├── qLib--SOP--color_random_colors_prim_attrib.gal ├── qLib--SOP--color_random_colors_pt_attrib.gal ├── qLib--SOP--color_random_prim_colors.gal ├── qLib--SOP--color_random_pt_colors.gal ├── qLib--SOP--color_random_vtx_colors.gal ├── qLib--SOP--divide_bricker.gal ├── qLib--SOP--divide_bricker_worldspace.gal ├── qLib--SOP--divide_num_segments.gal ├── qLib--SOP--extract_packed_xforms.gal ├── qLib--SOP--file_hash_framenum.gal ├── qLib--SOP--find_poly_openings.gal ├── qLib--SOP--gradient_vector_from_scalar_attrib.gal ├── qLib--SOP--group_border_edges.gal ├── qLib--SOP--group_border_prims.gal ├── qLib--SOP--group_border_pts.gal ├── qLib--SOP--group_delete_all.gal ├── qLib--SOP--group_delete_all_except_inside_outside.gal ├── qLib--SOP--id_from_indices.gal ├── qLib--SOP--layout_packed_pieces.gal ├── qLib--SOP--load_multiple_geo_files_as_packed_disk.gal ├── qLib--SOP--map1_as_uv.gal ├── qLib--SOP--normal_add_point_normal.gal ├── qLib--SOP--null_bbox_info.gal ├── qLib--SOP--null_geo_info.gal ├── qLib--SOP--null_name_presets_165.gal ├── qLib--SOP--null_render_info.gal ├── qLib--SOP--null_volume_info.gal ├── qLib--SOP--objm_multiple_objects.gal ├── qLib--SOP--objm_subnet.gal ├── qLib--SOP--output_name_presets_165.gal ├── qLib--SOP--pack_by_name.gal ├── qLib--SOP--pc_smoothing.gal ├── qLib--SOP--polycut__single_cut.gal ├── qLib--SOP--polydoctor_all_opts_off.gal ├── qLib--SOP--polywire_from_lsystem.gal ├── qLib--SOP--ptwrangle_pts_distributed_on_sphere.gal ├── qLib--SOP--remove_small_velocities.gal ├── qLib--SOP--reorder_elements.gal ├── qLib--SOP--retime__accurate_timeblend.gal ├── qLib--SOP--retime__accurate_timeblend_clamped.gal ├── qLib--SOP--run_python_command.gal ├── qLib--SOP--space_loop.gal ├── qLib--SOP--stretch_along_v.gal ├── qLib--SOP--switchif__switch_on_by_frame_list.gal ├── qLib--SOP--timeshift__accurate.gal ├── qLib--SOP--timeshift__hold_fend.gal ├── qLib--SOP--timeshift__hold_fstart.gal ├── qLib--SOP--timeshift__hold_rfend.gal ├── qLib--SOP--timeshift__hold_rfstart.gal ├── qLib--SOP--timeshift__loop.gal ├── qLib--SOP--timeshift_floor.gal ├── qLib--SOP--timeshift_match.gal ├── qLib--SOP--timeshift_offset.gal ├── qLib--SOP--trail_substepped_ns.gal ├── qLib--SOP--trail_substepped_pf.gal ├── qLib--SOP--triangulate2d_plane_by_point.gal ├── qLib--SOP--visualize_particle_trails.gal ├── qLib--SOP--volumevis__colored_smoke.gal ├── qLib--SOP--volumevis__colored_smoke_vdb.gal ├── qLib--SOP--volumevis__density.gal ├── qLib--SOP--vopsop__rotate_to_face_camera.gal ├── qLib--SOP--wrangle__name_from_elemindex.gal ├── qLib--SOP--wrangle__name_to_nameindex.gal ├── qLib--SOP--wrangle__packed_path_to_name.gal ├── qLib--SOP_Colors--attribvop_CC.gal ├── qLib--SOP_Colors--attribvop_blackbody_colors.gal ├── qLib--SOP_Deform--magnet_center_pivot.gal ├── qLib--SOP_ForEach--foreach_center_each_piece.gal ├── qLib--SOP_ForEach--foreach_object.gal ├── qLib--SOP_ForEach--foreach_objpattern.gal ├── qLib--SOP_Groups--group_by_sdf_ql.gal ├── qLib--SOP_Groups--group_pts_by_volume.gal ├── qLib--SOP_Groups--grp_by_area.gal ├── qLib--SOP_Groups--grp_by_vtxcount.gal ├── qLib--SOP_HeightField--geo_to_heightfield.gal ├── qLib--SOP_ModelFactory--subnet_beveled_text.gal ├── qLib--SOP_ModelFactory--subnet_debrisfactory_rocks.gal ├── qLib--SOP_ModelFactory--subnet_debrisfactory_woodenplanks.gal ├── qLib--SOP_Primitives--box_auto_res.gal ├── qLib--SOP_Primitives--box_on_ground.gal ├── qLib--SOP_Primitives--grid_auto_res.gal ├── qLib--SOP_Primitives--grid_cplane.gal ├── qLib--SOP_Primitives--half_torus.gal ├── qLib--SOP_Primitives--hexa_grid.gal ├── qLib--SOP_Primitives--line_auto_res.gal ├── qLib--SOP_Primitives--rounded_rectangle.gal ├── qLib--SOP_Primitives--torus_on_ground.gal ├── qLib--SOP_Primitives--triangle_grid.gal ├── qLib--SOP_Primitives--tube_auto_res.gal ├── qLib--SOP_Script--python_print_detail_attrib_values.gal ├── qLib--SOP_Script--python_print_label_value_pairs.gal ├── qLib--SOP_Script--python_show_warning.gal ├── qLib--SOP_Script--script_comfy.gal ├── qLib--SOP_Subnets--boolean_quick_slice_test.gal ├── qLib--SOP_Subnets--copy_packed_instances.gal ├── qLib--SOP_Subnets--detect_intersections.gal ├── qLib--SOP_Subnets--group_watertight_pieces.gal ├── qLib--SOP_Subnets--pieces_polyreduce_decompose_compiled.gal ├── qLib--SOP_Subnets--polybird_in_flight.gal ├── qLib--SOP_Subnets--redistribute_curve_points.gal ├── qLib--SOP_Subnets--simple_resolve_intersections.gal ├── qLib--SOP_Subnets--subnet_cap_and_remesh.gal ├── qLib--SOP_Subnets--subnet_quick_boulder.gal ├── qLib--SOP_Subnets--subnet_with_extract_button.gal ├── qLib--SOP_Subnets--visualise_duplicate_particle_ids.gal ├── qLib--SOP_Transforms--softxform_by_centroid.gal ├── qLib--SOP_Transforms--xform_align.gal ├── qLib--SOP_Transforms--xform_by_centroid.gal ├── qLib--SOP_Transforms--xform_cm_to_m.gal ├── qLib--SOP_Transforms--xform_m_to_cm.gal ├── qLib--SOP_Transforms--xform_to_origin.gal ├── qLib--SOP_Transforms--xform_to_origin_plane.gal ├── qLib--SOP_Transforms--xform_to_origin_plane_center.gal ├── qLib--SOP_Transforms--xform_vectorstore_pts.gal ├── qLib--SOP_Transforms--xformaxis_along_normal.gal ├── qLib--SOP_Transforms--xformaxis_by_centroid.gal ├── qLib--SOP_USD--usd_build_path_attrib.gal ├── qLib--SOP_USD--usd_st_to_uv.gal ├── qLib--SOP_VFX--falloff_disintegration.gal ├── qLib--SOP_VFX--fracture_2d_pattern_from_curves.gal ├── qLib--SOP_VFX--lichtenberg_figure.gal ├── qLib--SOP_VFX--maze.gal ├── qLib--SOP_VFX--particle_aovs.gal ├── qLib--SOP_VFX--ripples_from_points.gal ├── qLib--SOP_VFX--subnet_vfx_debris_packed_rbd.gal ├── qLib--SOP_VFX--subnet_vfx_magnetic_field.gal ├── qLib--SOP_VFX--subnet_vfx_rolling_debris.gal ├── qLib--SOP_Workflow--geo_tubes_to_curves.gal ├── qLib--SOP_Workflow--group_self_intersecting_2d_curves.gal ├── qLib--SOP_Workflow--proxy_deform_geo.gal ├── qLib--SOP_Workflow--skeletal_line_extraction.gal ├── qLib--TOP--create_multiline_text_attrib.gal ├── qLib--TOP--delayed_single_execution.gal ├── qLib--TOP--email_recipients_comma_separated.gal ├── qLib--TOP--fileinfo_stat.gal ├── qLib--TOP--filter_has_pdg_attrib.gal ├── qLib--TOP--filter_string_equality.gal ├── qLib--TOP--filter_substring.gal ├── qLib--TOP--open_images_in_rv.gal ├── qLib--TOP--rebuild_unique_workitem_indices.gal ├── qLib--TOP--regex_attribs_from_string.gal ├── qLib--TOP--regex_shot_and_frame_range_example.gal ├── qLib--TOP--set_frame_range_from_attribs.gal ├── qLib--TOP--split_if_has_pdg_attrib.gal ├── qLib--TOP--value_selector.gal ├── qLib--TOP--view_array_attrib_elems.gal ├── qLib--TOP--view_multiple_ropfetch.gal ├── qLib--Texturing--add_UDIM_texture_attrib.gal ├── qLib--Texturing--build_per_poly_udims.gal ├── qLib--Texturing--build_udim_template.gal ├── qLib--VOP--bind_underscored.gal ├── qLib--VOP--bind_vexed.gal ├── qLib--VOP--camera_proj_persp.gal ├── qLib--VOP--in_parm_us.gal ├── qLib--VOP--in_parm_vexed.gal ├── qLib--VOP--simple_pointcloud_lookup.gal ├── qLib--VOP--subnet__make_instance_xform.gal ├── qLib--VOP--subnet_vop_with_extract_button.gal ├── qLib--Visualize--color_from_name_attrib.gal ├── qLib--Visualize--color_from_path_attrib.gal ├── qLib--Visualize--color_from_segment_attrib.gal ├── qLib--Visualize--color_from_udim_attrib.gal ├── qLib--Visualize--vis_font_display_op_parm_values.gal ├── qLib--Visualize--vis_font_display_parm_values.gal ├── qLib--Visualize--vis_geo_coincident_points.gal ├── qLib--Visualize--vis_geo_neighbours.gal ├── qLib--Visualize--vis_geo_velocity.gal ├── qLib--Visualize--vis_geo_velocity_v2.gal ├── qLib--Visualize--vopsop_checker3d.gal ├── qLib--Volumes--rasterize_attribs_pyro.gal ├── qLib--Volumes--subnet_vdb_sdf_geo_blending.gal ├── qLib--Volumes--vol_create_from_existing.gal ├── qLib--Volumes--vol_resample_by_ratio.gal ├── qLib--Volumes--volumecompress_minor.gal ├── qLib--Volumes--vw__blur_density_by_vel.gal ├── qLib--Volumes--vw__density_shrink_expand_by_gradient.gal └── qLib--dev--ql_deformer_template.gal ├── help └── qlib │ ├── LICENSE.txt │ ├── brotips │ └── index.txt │ ├── colorschemes │ └── index.txt │ ├── galleries │ └── index.txt │ ├── images │ ├── qLib_crash_recovery_window.png │ ├── qLib_main_menu_and_shelf.png │ ├── qLib_main_menu_example.png │ ├── qLib_menu_example.png │ ├── qLib_network_editor_color_theme.png │ ├── qLib_network_editor_menu_example.png │ ├── qLib_network_editor_pasted_images.png │ ├── qLib_node_color_theme.gif │ ├── qLib_node_color_theme_off.png │ ├── qLib_node_color_theme_on.png │ ├── qLib_shelf_pdg.png │ └── qLib_ui_color_themes.png │ ├── index.txt │ ├── intro │ └── index.txt │ ├── mainmenu │ └── index.txt │ ├── networkviewmenu │ └── index.txt │ ├── parmmenu │ └── index.txt │ ├── shelf │ └── index.txt │ ├── shelf_pdg │ └── index.txt │ └── vexpressions │ ├── VEXpressions.txt │ └── index.txt ├── houdini.env_linux ├── houdini.env_windows ├── otls ├── base │ ├── aim_ql_OBJ.otl │ ├── alembic_xform_ql_OBJ.otl │ ├── alembic_xform_ql_SOP.otl │ ├── apply_xform_ql_3_SOP.otl │ ├── apply_xform_ql_SOP.otl │ ├── attr_visualize_ql_SOP.otl │ ├── attr_visualize_ql_SOP_3.otl │ ├── attrib_ramp_ql_SOP.otl │ ├── attrib_shape_ql_SOP.otl │ ├── attrib_shape_ql_SOP_3.otl │ ├── attrib_shape_ql_SOP_4.otl │ ├── attrib_string_edit_ql_TOP.otl │ ├── attribtypeinfo_ql_SOP.otl │ ├── attributerename_ql_TOP.otl │ ├── bend_ql_SOP.otl │ ├── bias_deformer_ql_SOP.otl │ ├── bounds_ql_2_SOP.otl │ ├── bounds_ql_SOP.otl │ ├── box_ql_SOP.otl │ ├── box_ql_SOP_2.otl │ ├── box_ql_SOP_3.otl │ ├── box_ql_SOP_4.otl │ ├── camera_frustrum_ql_3_SOP.otl │ ├── camera_frustrum_ql_OBJ.otl │ ├── camera_frustrum_ql_SOP.otl │ ├── camera_frustum_ql_3_SOP.otl │ ├── camera_plane_ql_2_SOP.otl │ ├── camera_plane_ql_SOP.otl │ ├── camera_rig_ql_OBJ.otl │ ├── clip_by_bounds_ql_3_SOP.otl │ ├── clip_by_bounds_ql_SOP.otl │ ├── curve_extend_ql_SOP.otl │ ├── curve_offset_ql_SOP.otl │ ├── curveframe_ql_SOP.otl │ ├── debrissource_ql_SOP.otl │ ├── deformbytetra_ql_2_SOP.otl │ ├── deformbytetra_ql_SOP.otl │ ├── explodedview_ql_SOP.otl │ ├── filter_by_strings_ql_TOP.otl │ ├── gasresizefluiddynamic_ql_DOP.otl │ ├── group_by_percent_ql_SOP.otl │ ├── motion_trail_ql_SOP.otl │ ├── motion_vectors_ql_3_SHOP_VOP.otl │ ├── motion_vectors_ql_SHOP_VOP.otl │ ├── mountain_deformer_ql_SOP.otl │ ├── mountain_deformer_ql_VOP.otl │ ├── noise_ql_SOP.otl │ ├── noise_ql_SOP_3.otl │ ├── path_deform_ql_SOP.otl │ ├── peak_ql_SOP.otl │ ├── point_mix_ql_SOP.otl │ ├── point_topology_ql_SOP.otl │ ├── pointjitter_ql_SOP.otl │ ├── poppost_ql_SOP.otl │ ├── proxy_primgroups_ql_SOP.otl │ ├── rest_position_ql_SOP.otl │ ├── snap_ql_SOP.otl │ ├── space_partition_ql_SOP.otl │ ├── spiral_ql_SOP.otl │ ├── spring_motion_ql_OBJ.otl │ ├── star_ql_SOP.otl │ ├── star_ql_SOP_2.otl │ ├── superellipse_ql_SOP.otl │ ├── superellipse_ql_VOP.otl │ ├── switch_off_ql_DOP.otl │ ├── switch_off_ql_SOP.otl │ ├── take_merge_ql_ROP.otl │ ├── taper_ql_SOP.otl │ ├── trail_jitter_ql_SOP.otl │ ├── trail_jitter_ql_SOP_2.otl │ ├── trail_scatter_ql_SOP.otl │ ├── turbulate_motion_ql_OBJ.otl │ ├── twist_ql_SOP.otl │ ├── uvquickshade_ql_SOP.otl │ ├── uvquickshade_ql_SOP_2.otl │ ├── vector_jitter_ql_3_SOP.otl │ ├── vector_jitter_ql_SOP.otl │ ├── vector_ql_SOP.otl │ ├── vector_store_ql_SOP.otl │ ├── velocity_ql_SOP.otl │ ├── velocity_ql_SOP_2.otl │ ├── volumepost_ql_SOP.otl │ ├── weight_builder_ql_VOP.otl │ ├── weighted_transform_ql_SOP.otl │ ├── weighted_transform_ql_SOP_3.otl │ ├── work_items_from_string_ql_TOP.otl │ ├── xformbuilder_ql_VOP.otl │ └── xformbuilder_ql_VOP_2.otl ├── experimental │ ├── attrib_grow_ql_SOP.otl │ ├── chinput_ql_CHOP.otl │ ├── construction_guide_ql_OBJ.otl │ ├── debrissource_ql_SOP_2.otl │ ├── deep_to_points_ql_SOP.otl │ ├── deformbycurve_ql_2_SOP.otl │ ├── deformbycurve_ql_SOP.otl │ ├── desaturate_ql_VOP.otl │ ├── displacebydelta_ql_SOP.otl │ ├── drop_shadow_ql_COP2.otl │ ├── envlight_ql_OBJ.otl │ ├── export_text_ql_CHOP.otl │ ├── fitting_plane_ql_SOP.otl │ ├── group_edge_loop_ql_SOP.otl │ ├── muto_ql_ROP.otl │ ├── onion_skin_ql_OBJ.otl │ ├── pack_points_ql_SOP.otl │ ├── preroll_ql_1_SOP.otl │ ├── preroll_ql_2_SOP.otl │ ├── rbdnameedit_ql_SOP.otl │ ├── rop_tool_ql_ROP.otl │ ├── signal_ql_VOP.otl │ ├── smooth_points_ql_SOP.otl │ ├── stash_ql_SOP.otl │ ├── super_light_ql_OBJ.otl │ ├── switch_by_string_ql_SOP.otl │ ├── take_ql_OBJ.otl │ ├── tile_loader_ql_COP2.otl │ ├── tonemap_ql_COP2.otl │ ├── vdb_combine_fields_ql_1_SOP.otl │ ├── volume_shape_ql_SOP.otl │ ├── volume_shape_ql_SOP_2.otl │ ├── volume_shape_ql_SOP_3.otl │ ├── volume_vdb_visualize_ql_SOP.otl │ ├── wave_deformer_ql_VOP.otl │ └── wedge_ql_CHOP.otl ├── future │ ├── compute_vorticity_ql_DOP.otl │ ├── deformbysurface_ql_SOP.otl │ ├── distance_ql_OBJ_SOP.otl │ ├── environment_ql_OBJ.otl │ ├── force_visualizer_ql_DOP.otl │ ├── group_grow_ql_SOP.otl │ ├── group_visualize_ql_SOP.otl │ ├── group_visualize_ql_SOP_2.otl │ ├── occlusion_ql_SOP.otl │ ├── optransform_ql_VOP.otl │ ├── orient_ql_SOP.otl │ ├── plotscanline_ql_COP2.otl │ ├── polywrap_ql_SOP.otl │ ├── ptplanedistance_ql_VOP.otl │ ├── rivet_ql_SOP.otl │ ├── rotate_vector_ql_SOP.otl │ ├── shot_builder_ql_OBJ.otl │ ├── shot_ql_OBJ.otl │ ├── solarise_ql_VOP.otl │ ├── uvpointcloud_ql_COP2.otl │ ├── uvpointcloud_ql_SOP.otl │ ├── wipe_ql_VOP.otl │ ├── xformtoplane_ql_SOP.otl │ └── xformtoplane_ql_VOP.otl └── graveyard │ ├── advect_by_pcloud_ql_POP.otl │ ├── alembic_reapply_xform_ql_OBJ.otl │ ├── arc_blend_ql_SOP.otl │ ├── attr_lookup_multi_ql_SOP.otl │ ├── attrib_builder_ql_SOP.otl │ ├── attrib_range_query_ql_SOP.otl │ ├── attrib_transfer_ql_SOP.otl │ ├── attribcopy_sop_ql_POP.otl │ ├── camera_project_ql_SOP.otl │ ├── cardinal_ql_SOP.otl │ ├── checker_3d_ql_SOP.otl │ ├── clip_capped_ql_SOP.hip │ ├── clip_capped_ql_SOP.otl │ ├── cloth_refine_3d_ql_SOP.otl │ ├── connect_by_distance_ql_SOP.otl │ ├── curverefs_ql_SOP.otl │ ├── deform_pcloud_ql_SOP.otl │ ├── distribute_ql_SOP.otl │ ├── empty_fractured_object_ql_DOP.otl │ ├── fetch_sop_ql_POP.otl │ ├── fluidsource_ql_SOP.otl │ ├── force_ql_POP.otl │ ├── foreachpoint_ql_SOP.otl │ ├── geo_query_ql_SOP.otl │ ├── groundplane_ql_POP.otl │ ├── group_intersecting_prims_ql_SOP.otl │ ├── group_ql_SOP.otl │ ├── group_to_attr_ql_SOP.otl │ ├── hexagrid_ql_SOP.otl │ ├── illustration_ql_SOP.otl │ ├── levels_ql_COP2.otl │ ├── limit_ql_POP.otl │ ├── matchpointsorder_ql_SOP.otl │ ├── null_ql_OBJ.otl │ ├── place3pts_ql_SOP.otl │ ├── point_texture_ql_SOP.otl │ ├── pointattr_ql_SOP.otl │ ├── pointdeformcapture_ql_SOP.otl │ ├── polywirecurves_ql_SOP.otl │ ├── pop_attrib_ramp_ql_DOP.otl │ ├── popsource_ql_DOP.otl │ ├── popwrangle_ql_POP.otl │ ├── pre_export_ql_SOP.otl │ ├── primgroup_add_ids_ql_SOP.otl │ ├── primgroup_centroids_ql_SOP.otl │ ├── primgroup_sdf_ql_SOP.otl │ ├── primgroups_extract_piece_ql_SOP.otl │ ├── primgroups_extract_tool_ql_SOP.otl │ ├── quickpolycaps_ql_SOP.otl │ ├── ray_ql_SOP.otl │ ├── rbd_active_xform_ql_DOP.otl │ ├── rbd_fetch_sdf_ql_DOP.otl │ ├── reference_ql_SOP.otl │ ├── round_corners_ql_SOP.otl │ ├── rounded_rectangle_ql_SOP.otl │ ├── scatter_ql_SOP.otl │ ├── snaptools_ql_SOP.otl │ ├── source_ql_POP.otl │ ├── split_multi_ql_SOP.otl │ ├── sweep_ql_SOP.otl │ ├── symmetry_ql_SOP.otl │ ├── thickness_ql_SOP.otl │ ├── timeblend_ql_SOP.otl │ ├── triangle_grid_ql_SOP.otl │ ├── vdbexport_ql_SOP.otl │ ├── volume_flatten_ql_SOP.otl │ ├── volume_retime_ql_SOP.otl │ ├── volume_visualize_ql_SOP.otl │ ├── voronoi_vdb_fracture_ql_SOP.otl │ ├── waypoint_ql_SOP.otl │ ├── xform_by_points_ql_SOP.otl │ └── xform_to_bbox_ql_SOP.otl ├── python2.7libs └── nodegraphtitle.py_ ├── python_panels └── qLibNetworkInfo.pypanel ├── qLib_package.json ├── qLib_theme.nodecolors ├── scripts ├── OnCreated.py_ ├── beforescenesave.py_ ├── compat_ql.cmd ├── ffmpeg_qLib.py └── python │ ├── qlibattribmenu.py │ ├── qliblabels.py │ ├── qlibmenutools.py │ ├── qlibtoolutils.py │ └── qlibutils.py ├── toolbar ├── qLib-PDG.shelf └── qLib.shelf └── viewer_states ├── qLibCameraZoomVertigo.py ├── qLib_camera_zoom_vertigo_ql_dop.py ├── qLib_camera_zoom_vertigo_ql_lop.py ├── qLib_camera_zoom_vertigo_ql_obj.py └── qLib_camera_zoom_vertigo_ql_sop.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGES.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/CHANGES.sh -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/LICENSE -------------------------------------------------------------------------------- /MainMenuCommon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/MainMenuCommon.xml -------------------------------------------------------------------------------- /NetworkViewMenu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/NetworkViewMenu.xml -------------------------------------------------------------------------------- /OPcustomize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/OPcustomize -------------------------------------------------------------------------------- /OPmenu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/OPmenu.xml -------------------------------------------------------------------------------- /OTL.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/OTL.sh -------------------------------------------------------------------------------- /PARMmenu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/PARMmenu.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/README.md -------------------------------------------------------------------------------- /VEXpressions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/VEXpressions.txt -------------------------------------------------------------------------------- /bin/houbatchrender: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/bin/houbatchrender -------------------------------------------------------------------------------- /config/NodeGraphCommon_qLib.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/config/NodeGraphCommon_qLib.inc -------------------------------------------------------------------------------- /config/NodeGraphCommon_qLib_175.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/config/NodeGraphCommon_qLib_175.inc -------------------------------------------------------------------------------- /config/NodeGraphCommon_qLib_190.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/config/NodeGraphCommon_qLib_190.inc -------------------------------------------------------------------------------- /config/NodeGraph_qLibProFlat.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/config/NodeGraph_qLibProFlat.inc -------------------------------------------------------------------------------- /config/NodeGraph_qLibProFlat_175.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/config/NodeGraph_qLibProFlat_175.inc -------------------------------------------------------------------------------- /config/NodeGraph_qLibProFlat_190.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/config/NodeGraph_qLibProFlat_190.inc -------------------------------------------------------------------------------- /config/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/config/README.txt -------------------------------------------------------------------------------- /config/qLibDarkFlat.hcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/config/qLibDarkFlat.hcs -------------------------------------------------------------------------------- /config/qLibProFlat.hcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/config/qLibProFlat.hcs -------------------------------------------------------------------------------- /config/qLibProFlat_175.hcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/config/qLibProFlat_175.hcs -------------------------------------------------------------------------------- /config/qLibProFlat_190.hcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/config/qLibProFlat_190.hcs -------------------------------------------------------------------------------- /examples/aim_ql_OBJ.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/aim_ql_OBJ.hip -------------------------------------------------------------------------------- /examples/apply_xform_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/apply_xform_ql_SOP.hip -------------------------------------------------------------------------------- /examples/attr_visualize_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/attr_visualize_ql_SOP.hip -------------------------------------------------------------------------------- /examples/attrib_grow_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/attrib_grow_ql_SOP.hip -------------------------------------------------------------------------------- /examples/attrib_ramp_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/attrib_ramp_ql_SOP.hip -------------------------------------------------------------------------------- /examples/attrib_shape_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/attrib_shape_ql_SOP.hip -------------------------------------------------------------------------------- /examples/bend_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/bend_ql_SOP.hip -------------------------------------------------------------------------------- /examples/bounds_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/bounds_ql_SOP.hip -------------------------------------------------------------------------------- /examples/box_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/box_ql_SOP.hip -------------------------------------------------------------------------------- /examples/camera_frustrum_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/camera_frustrum_ql_SOP.hip -------------------------------------------------------------------------------- /examples/camera_plane_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/camera_plane_ql_SOP.hip -------------------------------------------------------------------------------- /examples/clip_by_bounds_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/clip_by_bounds_ql_SOP.hip -------------------------------------------------------------------------------- /examples/curve_extend_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/curve_extend_ql_SOP.hip -------------------------------------------------------------------------------- /examples/deform_by_surface_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/deform_by_surface_ql_SOP.hip -------------------------------------------------------------------------------- /examples/deform_by_tetra_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/deform_by_tetra_ql_SOP.hip -------------------------------------------------------------------------------- /examples/displacebydelta_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/displacebydelta_ql_SOP.hip -------------------------------------------------------------------------------- /examples/experimental/colored_smoke.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/experimental/colored_smoke.hip -------------------------------------------------------------------------------- /examples/force_visualizer_ql_DOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/force_visualizer_ql_DOP.hip -------------------------------------------------------------------------------- /examples/graveyard/advect_by_pointcloud_ql_POP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/graveyard/advect_by_pointcloud_ql_POP.hip -------------------------------------------------------------------------------- /examples/graveyard/attr_lookup_multi_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/graveyard/attr_lookup_multi_ql_SOP.hip -------------------------------------------------------------------------------- /examples/graveyard/attrib_builder_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/graveyard/attrib_builder_ql_SOP.hip -------------------------------------------------------------------------------- /examples/graveyard/attrib_range_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/graveyard/attrib_range_ql_SOP.hip -------------------------------------------------------------------------------- /examples/graveyard/connect_by_distance_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/graveyard/connect_by_distance_SOP.hip -------------------------------------------------------------------------------- /examples/graveyard/distribute_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/graveyard/distribute_ql_SOP.hip -------------------------------------------------------------------------------- /examples/graveyard/fetch_sop_ql_POP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/graveyard/fetch_sop_ql_POP.hip -------------------------------------------------------------------------------- /examples/graveyard/foreachpoint_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/graveyard/foreachpoint_ql_SOP.hip -------------------------------------------------------------------------------- /examples/graveyard/geo_query_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/graveyard/geo_query_ql_SOP.hip -------------------------------------------------------------------------------- /examples/graveyard/hexagrid_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/graveyard/hexagrid_ql_SOP.hip -------------------------------------------------------------------------------- /examples/graveyard/match_points_order_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/graveyard/match_points_order_ql_SOP.hip -------------------------------------------------------------------------------- /examples/graveyard/maze_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/graveyard/maze_ql_SOP.hip -------------------------------------------------------------------------------- /examples/graveyard/point_texture_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/graveyard/point_texture_ql_SOP.hip -------------------------------------------------------------------------------- /examples/graveyard/primgroups_extract_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/graveyard/primgroups_extract_ql_SOP.hip -------------------------------------------------------------------------------- /examples/graveyard/primgroups_sdf_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/graveyard/primgroups_sdf_ql_SOP.hip -------------------------------------------------------------------------------- /examples/graveyard/ray_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/graveyard/ray_ql_SOP.hip -------------------------------------------------------------------------------- /examples/graveyard/rbd_active_xform_ql_DOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/graveyard/rbd_active_xform_ql_DOP.hip -------------------------------------------------------------------------------- /examples/graveyard/rounded_corners_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/graveyard/rounded_corners_ql_SOP.hip -------------------------------------------------------------------------------- /examples/graveyard/scatter_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/graveyard/scatter_ql_SOP.hip -------------------------------------------------------------------------------- /examples/graveyard/snaptools_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/graveyard/snaptools_ql_SOP.hip -------------------------------------------------------------------------------- /examples/graveyard/source_ql_POP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/graveyard/source_ql_POP.hip -------------------------------------------------------------------------------- /examples/graveyard/split_multi_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/graveyard/split_multi_ql_SOP.hip -------------------------------------------------------------------------------- /examples/graveyard/thickness_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/graveyard/thickness_ql_SOP.hip -------------------------------------------------------------------------------- /examples/graveyard/xform_by_points_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/graveyard/xform_by_points_ql_SOP.hip -------------------------------------------------------------------------------- /examples/group_by_percent_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/group_by_percent_ql_SOP.hip -------------------------------------------------------------------------------- /examples/group_visualize_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/group_visualize_ql_SOP.hip -------------------------------------------------------------------------------- /examples/noise_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/noise_ql_SOP.hip -------------------------------------------------------------------------------- /examples/occlusion_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/occlusion_ql_SOP.hip -------------------------------------------------------------------------------- /examples/optransform_ql_VOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/optransform_ql_VOP.hip -------------------------------------------------------------------------------- /examples/path_deform_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/path_deform_ql_SOP.hip -------------------------------------------------------------------------------- /examples/peak_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/peak_ql_SOP.hip -------------------------------------------------------------------------------- /examples/plotscanline_ql_COP2.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/plotscanline_ql_COP2.hip -------------------------------------------------------------------------------- /examples/point_mix_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/point_mix_ql_SOP.hip -------------------------------------------------------------------------------- /examples/point_topology_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/point_topology_ql_SOP.hip -------------------------------------------------------------------------------- /examples/pointjitter_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/pointjitter_ql_SOP.hip -------------------------------------------------------------------------------- /examples/proxy_primgroups_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/proxy_primgroups_ql_SOP.hip -------------------------------------------------------------------------------- /examples/rop_tool_ql_ROP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/rop_tool_ql_ROP.hip -------------------------------------------------------------------------------- /examples/rotate_vector_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/rotate_vector_ql_SOP.hip -------------------------------------------------------------------------------- /examples/snap_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/snap_ql_SOP.hip -------------------------------------------------------------------------------- /examples/space_partition_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/space_partition_ql_SOP.hip -------------------------------------------------------------------------------- /examples/spiral_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/spiral_ql_SOP.hip -------------------------------------------------------------------------------- /examples/super_light_ql_OBJ.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/super_light_ql_OBJ.hip -------------------------------------------------------------------------------- /examples/superellipse_ql_VOP_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/superellipse_ql_VOP_SOP.hip -------------------------------------------------------------------------------- /examples/taper_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/taper_ql_SOP.hip -------------------------------------------------------------------------------- /examples/trail_scatter_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/trail_scatter_ql_SOP.hip -------------------------------------------------------------------------------- /examples/turbulate_motion_ql_OBJ.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/turbulate_motion_ql_OBJ.hip -------------------------------------------------------------------------------- /examples/twist_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/twist_ql_SOP.hip -------------------------------------------------------------------------------- /examples/uv_pointcloud_ql_SOP_COP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/uv_pointcloud_ql_SOP_COP.hip -------------------------------------------------------------------------------- /examples/vector_jitter_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/vector_jitter_ql_SOP.hip -------------------------------------------------------------------------------- /examples/vector_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/vector_ql_SOP.hip -------------------------------------------------------------------------------- /examples/vector_store_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/vector_store_ql_SOP.hip -------------------------------------------------------------------------------- /examples/velocity_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/velocity_ql_SOP.hip -------------------------------------------------------------------------------- /examples/volume_retime_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/volume_retime_ql_SOP.hip -------------------------------------------------------------------------------- /examples/voronoi_vdb_fracture_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/voronoi_vdb_fracture_ql_SOP.hip -------------------------------------------------------------------------------- /examples/weighted_transform_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/weighted_transform_ql_SOP.hip -------------------------------------------------------------------------------- /examples/wipe_ql_VOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/wipe_ql_VOP.hip -------------------------------------------------------------------------------- /examples/workflow/breako.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/breako.hip -------------------------------------------------------------------------------- /examples/workflow/buildings.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/buildings.hip -------------------------------------------------------------------------------- /examples/workflow/camera_projection.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/camera_projection.hip -------------------------------------------------------------------------------- /examples/workflow/cc.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/cc.hip -------------------------------------------------------------------------------- /examples/workflow/centroids_fractures.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/centroids_fractures.hip -------------------------------------------------------------------------------- /examples/workflow/deformers.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/deformers.hip -------------------------------------------------------------------------------- /examples/workflow/deltamush.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/deltamush.hip -------------------------------------------------------------------------------- /examples/workflow/doppop_vdb_advection.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/doppop_vdb_advection.hip -------------------------------------------------------------------------------- /examples/workflow/environment_ql_OBJ/example_1--single_project/Job/Scene/sc01/environment_ql_OBJ.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/environment_ql_OBJ/example_1--single_project/Job/Scene/sc01/environment_ql_OBJ.hip -------------------------------------------------------------------------------- /examples/workflow/environment_ql_OBJ/example_1--single_project/Job/job_environment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/environment_ql_OBJ/example_1--single_project/Job/job_environment.py -------------------------------------------------------------------------------- /examples/workflow/environment_ql_OBJ/example_1--single_project/site_environment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/environment_ql_OBJ/example_1--single_project/site_environment.py -------------------------------------------------------------------------------- /examples/workflow/environment_ql_OBJ/example_2--multiple_projects/AvDemeisen/assets/anExampleAsset/asset.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/environment_ql_OBJ/example_2--multiple_projects/AvDemeisen/assets/anExampleAsset/asset.hip -------------------------------------------------------------------------------- /examples/workflow/environment_ql_OBJ/example_2--multiple_projects/AvDemeisen/ranges.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/environment_ql_OBJ/example_2--multiple_projects/AvDemeisen/ranges.json -------------------------------------------------------------------------------- /examples/workflow/environment_ql_OBJ/example_2--multiple_projects/AvDemeisen/shots/1000/shot.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/environment_ql_OBJ/example_2--multiple_projects/AvDemeisen/shots/1000/shot.hip -------------------------------------------------------------------------------- /examples/workflow/environment_ql_OBJ/example_2--multiple_projects/AvDemeisen/shots/1100/shot.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/environment_ql_OBJ/example_2--multiple_projects/AvDemeisen/shots/1100/shot.hip -------------------------------------------------------------------------------- /examples/workflow/environment_ql_OBJ/example_2--multiple_projects/AvDemeisen/shots/1200/shot.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/environment_ql_OBJ/example_2--multiple_projects/AvDemeisen/shots/1200/shot.hip -------------------------------------------------------------------------------- /examples/workflow/environment_ql_OBJ/example_2--multiple_projects/JernauGurgeh/assets/anExampleAsset/asset.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/environment_ql_OBJ/example_2--multiple_projects/JernauGurgeh/assets/anExampleAsset/asset.hip -------------------------------------------------------------------------------- /examples/workflow/environment_ql_OBJ/example_2--multiple_projects/JernauGurgeh/ranges.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/environment_ql_OBJ/example_2--multiple_projects/JernauGurgeh/ranges.json -------------------------------------------------------------------------------- /examples/workflow/environment_ql_OBJ/example_2--multiple_projects/JernauGurgeh/shots/1000/shot.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/environment_ql_OBJ/example_2--multiple_projects/JernauGurgeh/shots/1000/shot.hip -------------------------------------------------------------------------------- /examples/workflow/environment_ql_OBJ/example_2--multiple_projects/JernauGurgeh/shots/1100/shot.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/environment_ql_OBJ/example_2--multiple_projects/JernauGurgeh/shots/1100/shot.hip -------------------------------------------------------------------------------- /examples/workflow/environment_ql_OBJ/example_2--multiple_projects/JernauGurgeh/shots/1200/shot.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/environment_ql_OBJ/example_2--multiple_projects/JernauGurgeh/shots/1200/shot.hip -------------------------------------------------------------------------------- /examples/workflow/environment_ql_OBJ/example_2--multiple_projects/LeDamagedOne/assets/anExampleAsset/asset.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/environment_ql_OBJ/example_2--multiple_projects/LeDamagedOne/assets/anExampleAsset/asset.hip -------------------------------------------------------------------------------- /examples/workflow/environment_ql_OBJ/example_2--multiple_projects/LeDamagedOne/ranges.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/environment_ql_OBJ/example_2--multiple_projects/LeDamagedOne/ranges.json -------------------------------------------------------------------------------- /examples/workflow/environment_ql_OBJ/example_2--multiple_projects/LeDamagedOne/shots/1000/shot.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/environment_ql_OBJ/example_2--multiple_projects/LeDamagedOne/shots/1000/shot.hip -------------------------------------------------------------------------------- /examples/workflow/environment_ql_OBJ/example_2--multiple_projects/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/environment_ql_OBJ/example_2--multiple_projects/README.txt -------------------------------------------------------------------------------- /examples/workflow/environment_ql_OBJ/example_2--multiple_projects/projs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/environment_ql_OBJ/example_2--multiple_projects/projs.json -------------------------------------------------------------------------------- /examples/workflow/environment_ql_OBJ/example_2--multiple_projects/site_env.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/environment_ql_OBJ/example_2--multiple_projects/site_env.py -------------------------------------------------------------------------------- /examples/workflow/floorplan.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/floorplan.hip -------------------------------------------------------------------------------- /examples/workflow/modelfactory.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/modelfactory.hip -------------------------------------------------------------------------------- /examples/workflow/p_flower.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/p_flower.hip -------------------------------------------------------------------------------- /examples/workflow/palette_lookup.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/palette_lookup.hip -------------------------------------------------------------------------------- /examples/workflow/pencils.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/pencils.hip -------------------------------------------------------------------------------- /examples/workflow/polywirecurves_webs.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/polywirecurves_webs.hip -------------------------------------------------------------------------------- /examples/workflow/primgroups_manual_control.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/primgroups_manual_control.hip -------------------------------------------------------------------------------- /examples/workflow/primgroups_sdf_dop.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/primgroups_sdf_dop.hip -------------------------------------------------------------------------------- /examples/workflow/primgroups_with_pop.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/primgroups_with_pop.hip -------------------------------------------------------------------------------- /examples/workflow/pyrotechniques.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/pyrotechniques.hip -------------------------------------------------------------------------------- /examples/workflow/rolling_debris.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/rolling_debris.hip -------------------------------------------------------------------------------- /examples/workflow/shot_ql_multiple_shots.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/shot_ql_multiple_shots.hip -------------------------------------------------------------------------------- /examples/workflow/simple_point_cloud.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/simple_point_cloud.hip -------------------------------------------------------------------------------- /examples/workflow/udim_example.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/udim_example.hip -------------------------------------------------------------------------------- /examples/workflow/uv_pointcloud_ql_renderproj.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/uv_pointcloud_ql_renderproj.hip -------------------------------------------------------------------------------- /examples/workflow/vdb_blend_color_rest.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/vdb_blend_color_rest.hip -------------------------------------------------------------------------------- /examples/workflow/vdb_examples.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/vdb_examples.hip -------------------------------------------------------------------------------- /examples/workflow/visualizers.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/visualizers.hip -------------------------------------------------------------------------------- /examples/workflow/wasserfall.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/workflow/wasserfall.hip -------------------------------------------------------------------------------- /examples/xform_by_bbox_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/examples/xform_by_bbox_ql_SOP.hip -------------------------------------------------------------------------------- /gallery/qLib--CHOP--fetch_anim_range.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--CHOP--fetch_anim_range.gal -------------------------------------------------------------------------------- /gallery/qLib--COP--lens_glow.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--COP--lens_glow.gal -------------------------------------------------------------------------------- /gallery/qLib--COP--null_name_presets.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--COP--null_name_presets.gal -------------------------------------------------------------------------------- /gallery/qLib--COP--plot_scanline.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--COP--plot_scanline.gal -------------------------------------------------------------------------------- /gallery/qLib--COP--vc2g_pixwipe_mask.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--COP--vc2g_pixwipe_mask.gal -------------------------------------------------------------------------------- /gallery/qLib--COP--vc2g_wipemask.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--COP--vc2g_wipemask.gal -------------------------------------------------------------------------------- /gallery/qLib--COP--vopcop2filter_CC.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--COP--vopcop2filter_CC.gal -------------------------------------------------------------------------------- /gallery/qLib--COP--vopcop2filter_default.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--COP--vopcop2filter_default.gal -------------------------------------------------------------------------------- /gallery/qLib--COP--vopcop2gen_colortemp.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--COP--vopcop2gen_colortemp.gal -------------------------------------------------------------------------------- /gallery/qLib--COP--vopcop2gen_default.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--COP--vopcop2gen_default.gal -------------------------------------------------------------------------------- /gallery/qLib--COP--vopcop2gen_rgbpattern.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--COP--vopcop2gen_rgbpattern.gal -------------------------------------------------------------------------------- /gallery/qLib--DOP--activevalue_from_sop_pts.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--DOP--activevalue_from_sop_pts.gal -------------------------------------------------------------------------------- /gallery/qLib--DOP--activevalue_packed_from_sop_pts.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--DOP--activevalue_packed_from_sop_pts.gal -------------------------------------------------------------------------------- /gallery/qLib--DOP--drag__runup.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--DOP--drag__runup.gal -------------------------------------------------------------------------------- /gallery/qLib--DOP--min_mass_ql.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--DOP--min_mass_ql.gal -------------------------------------------------------------------------------- /gallery/qLib--DOP--null_name_presets.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--DOP--null_name_presets.gal -------------------------------------------------------------------------------- /gallery/qLib--DOP--pop_attr_visualize_ql.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--DOP--pop_attr_visualize_ql.gal -------------------------------------------------------------------------------- /gallery/qLib--DOP--rbdpointobject_primgroups.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--DOP--rbdpointobject_primgroups.gal -------------------------------------------------------------------------------- /gallery/qLib--DOP--subnet_clip_fields_by_frustum.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--DOP--subnet_clip_fields_by_frustum.gal -------------------------------------------------------------------------------- /gallery/qLib--DOP--subnet_with_extract_button.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--DOP--subnet_with_extract_button.gal -------------------------------------------------------------------------------- /gallery/qLib--DOP--velocity_damping_ql.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--DOP--velocity_damping_ql.gal -------------------------------------------------------------------------------- /gallery/qLib--DOP_POP--gravity.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--DOP_POP--gravity.gal -------------------------------------------------------------------------------- /gallery/qLib--DOP_POP--init_orient_ql.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--DOP_POP--init_orient_ql.gal -------------------------------------------------------------------------------- /gallery/qLib--DOP_POP--pop_bounce_jitter.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--DOP_POP--pop_bounce_jitter.gal -------------------------------------------------------------------------------- /gallery/qLib--DOP_POP--pop_group_visualize.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--DOP_POP--pop_group_visualize.gal -------------------------------------------------------------------------------- /gallery/qLib--DOP_POP--pop_set_lifespan_ql.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--DOP_POP--pop_set_lifespan_ql.gal -------------------------------------------------------------------------------- /gallery/qLib--DOP_POP--pop_set_pscale_by_dist_curve.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--DOP_POP--pop_set_pscale_by_dist_curve.gal -------------------------------------------------------------------------------- /gallery/qLib--DOP_POP--popcolor_ramp_lookup.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--DOP_POP--popcolor_ramp_lookup.gal -------------------------------------------------------------------------------- /gallery/qLib--DOP_POP--popdrag_tangent_normal.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--DOP_POP--popdrag_tangent_normal.gal -------------------------------------------------------------------------------- /gallery/qLib--DOP_POP--popwrangle__traveldist.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--DOP_POP--popwrangle__traveldist.gal -------------------------------------------------------------------------------- /gallery/qLib--DOP_POP--random_weight_from_id.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--DOP_POP--random_weight_from_id.gal -------------------------------------------------------------------------------- /gallery/qLib--DOP_POP--set_random_orient_ql.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--DOP_POP--set_random_orient_ql.gal -------------------------------------------------------------------------------- /gallery/qLib--DOP_POP--set_random_spin_ql.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--DOP_POP--set_random_spin_ql.gal -------------------------------------------------------------------------------- /gallery/qLib--DOP_POP--snap_to_2nd_input_sdf_boundary.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--DOP_POP--snap_to_2nd_input_sdf_boundary.gal -------------------------------------------------------------------------------- /gallery/qLib--DOP_POP--stream_by_attrib_ql.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--DOP_POP--stream_by_attrib_ql.gal -------------------------------------------------------------------------------- /gallery/qLib--DOP_POP--stream_relative_age_ql.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--DOP_POP--stream_relative_age_ql.gal -------------------------------------------------------------------------------- /gallery/qLib--DOP_POP--subnet_bounce_jitter.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--DOP_POP--subnet_bounce_jitter.gal -------------------------------------------------------------------------------- /gallery/qLib--IO--dopio_auto_path.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--IO--dopio_auto_path.gal -------------------------------------------------------------------------------- /gallery/qLib--LOP--null_name_presets.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--LOP--null_name_presets.gal -------------------------------------------------------------------------------- /gallery/qLib--OBJ--OSD_text.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--OBJ--OSD_text.gal -------------------------------------------------------------------------------- /gallery/qLib--OBJ--bg_cplane_grid.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--OBJ--bg_cplane_grid.gal -------------------------------------------------------------------------------- /gallery/qLib--OBJ--bg_cyclorama.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--OBJ--bg_cyclorama.gal -------------------------------------------------------------------------------- /gallery/qLib--OBJ--cop2_bokeh_file_gen.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--OBJ--cop2_bokeh_file_gen.gal -------------------------------------------------------------------------------- /gallery/qLib--OBJ--geo_objmerge.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--OBJ--geo_objmerge.gal -------------------------------------------------------------------------------- /gallery/qLib--OBJ--null_focus_puller.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--OBJ--null_focus_puller.gal -------------------------------------------------------------------------------- /gallery/qLib--OBJ--python_xform_by_pt_matrix_attrib.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--OBJ--python_xform_by_pt_matrix_attrib.gal -------------------------------------------------------------------------------- /gallery/qLib--OBJ--subnet_with_extract_button.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--OBJ--subnet_with_extract_button.gal -------------------------------------------------------------------------------- /gallery/qLib--OBJ_SceneBuild--GEO_shot_linked.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--OBJ_SceneBuild--GEO_shot_linked.gal -------------------------------------------------------------------------------- /gallery/qLib--OBJ_SceneBuild--GEO_shot_linked_2.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--OBJ_SceneBuild--GEO_shot_linked_2.gal -------------------------------------------------------------------------------- /gallery/qLib--OBJ_SceneBuild--ROP_shot_linked.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--OBJ_SceneBuild--ROP_shot_linked.gal -------------------------------------------------------------------------------- /gallery/qLib--OBJ_SceneBuild--ROP_shot_linked_2.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--OBJ_SceneBuild--ROP_shot_linked_2.gal -------------------------------------------------------------------------------- /gallery/qLib--OBJ_SceneBuild--subnet_shot_linked.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--OBJ_SceneBuild--subnet_shot_linked.gal -------------------------------------------------------------------------------- /gallery/qLib--OBJ_SceneBuild--subnet_shot_linked_2.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--OBJ_SceneBuild--subnet_shot_linked_2.gal -------------------------------------------------------------------------------- /gallery/qLib--ROP--wedge_loop_thru_objs.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--ROP--wedge_loop_thru_objs.gal -------------------------------------------------------------------------------- /gallery/qLib--ROP--wedge_loop_thru_sop_points.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--ROP--wedge_loop_thru_sop_points.gal -------------------------------------------------------------------------------- /gallery/qLib--ROP--wedge_parameters_ui.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--ROP--wedge_parameters_ui.gal -------------------------------------------------------------------------------- /gallery/qLib--ROP--wedge_seed_simple.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--ROP--wedge_seed_simple.gal -------------------------------------------------------------------------------- /gallery/qLib--SCENE--qL__bunny_in_mirror.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SCENE--qL__bunny_in_mirror.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--add_bbox_lines.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--add_bbox_lines.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--add_centroid_pt.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--add_centroid_pt.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--add_connect_by_id.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--add_connect_by_id.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--add_point_at_origin.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--add_point_at_origin.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--attribdelete_all.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--attribdelete_all.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--attribdelete_all_except_name.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--attribdelete_all_except_name.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--attribexpression_elem_num_n_to_attr.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--attribexpression_elem_num_n_to_attr.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--attribexpression_elem_num_to_id.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--attribexpression_elem_num_to_id.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--attribexpression_elemindex_to_name.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--attribexpression_elemindex_to_name.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--attribexpression_id_to_name.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--attribexpression_id_to_name.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--attribexpression_name_number_to_id.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--attribexpression_name_number_to_id.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--attribpromote_promote_name_to_pt.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--attribpromote_promote_name_to_pt.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--attribrandomize_random_orient.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--attribrandomize_random_orient.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--attribrandomize_random_orient_x.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--attribrandomize_random_orient_x.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--attribrandomize_random_orient_y.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--attribrandomize_random_orient_y.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--attribrandomize_random_orient_z.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--attribrandomize_random_orient_z.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--attribrandomize_random_pscale.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--attribrandomize_random_pscale.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--attribute_temporal_blur.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--attribute_temporal_blur.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--attribvop__make_instance_xform.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--attribvop__make_instance_xform.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--attribwrangle__constant_pscale_camera_space.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--attribwrangle__constant_pscale_camera_space.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--attribwrangle__project_to_camera_plane.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--attribwrangle__project_to_camera_plane.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--attribwrangle__set_maya_path_attribs.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--attribwrangle__set_maya_path_attribs.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--blast_closed_curves_polys.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--blast_closed_curves_polys.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--blast_filter_alembics.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--blast_filter_alembics.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--blast_if_less_than.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--blast_if_less_than.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--blast_if_not_equal.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--blast_if_not_equal.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--blast_if_pt_less_than.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--blast_if_pt_less_than.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--blast_if_pt_not_equal.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--blast_if_pt_not_equal.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--blast_invisible_alembics.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--blast_invisible_alembics.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--blast_keep_density.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--blast_keep_density.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--blast_keep_inside_group.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--blast_keep_inside_group.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--blast_keep_outside_group.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--blast_keep_outside_group.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--blast_keep_polygons.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--blast_keep_polygons.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--blast_keep_pressure.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--blast_keep_pressure.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--blast_keep_single_prim.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--blast_keep_single_prim.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--blast_keep_surface.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--blast_keep_surface.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--blast_keep_temperature.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--blast_keep_temperature.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--blast_keep_vel.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--blast_keep_vel.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--blast_open_curves_polys.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--blast_open_curves_polys.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--bound_uniform_bounds_padding.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--bound_uniform_bounds_padding.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--box_lattice_from_input.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--box_lattice_from_input.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--clean_all_opts_off.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--clean_all_opts_off.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--clip_by_point.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--clip_by_point.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--color_random_colors_prim_attrib.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--color_random_colors_prim_attrib.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--color_random_colors_pt_attrib.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--color_random_colors_pt_attrib.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--color_random_prim_colors.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--color_random_prim_colors.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--color_random_pt_colors.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--color_random_pt_colors.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--color_random_vtx_colors.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--color_random_vtx_colors.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--divide_bricker.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--divide_bricker.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--divide_bricker_worldspace.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--divide_bricker_worldspace.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--divide_num_segments.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--divide_num_segments.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--extract_packed_xforms.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--extract_packed_xforms.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--file_hash_framenum.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--file_hash_framenum.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--find_poly_openings.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--find_poly_openings.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--gradient_vector_from_scalar_attrib.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--gradient_vector_from_scalar_attrib.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--group_border_edges.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--group_border_edges.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--group_border_prims.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--group_border_prims.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--group_border_pts.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--group_border_pts.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--group_delete_all.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--group_delete_all.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--group_delete_all_except_inside_outside.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--group_delete_all_except_inside_outside.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--id_from_indices.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--id_from_indices.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--layout_packed_pieces.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--layout_packed_pieces.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--load_multiple_geo_files_as_packed_disk.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--load_multiple_geo_files_as_packed_disk.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--map1_as_uv.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--map1_as_uv.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--normal_add_point_normal.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--normal_add_point_normal.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--null_bbox_info.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--null_bbox_info.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--null_geo_info.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--null_geo_info.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--null_name_presets_165.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--null_name_presets_165.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--null_render_info.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--null_render_info.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--null_volume_info.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--null_volume_info.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--objm_multiple_objects.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--objm_multiple_objects.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--objm_subnet.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--objm_subnet.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--output_name_presets_165.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--output_name_presets_165.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--pack_by_name.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--pack_by_name.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--pc_smoothing.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--pc_smoothing.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--polycut__single_cut.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--polycut__single_cut.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--polydoctor_all_opts_off.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--polydoctor_all_opts_off.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--polywire_from_lsystem.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--polywire_from_lsystem.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--ptwrangle_pts_distributed_on_sphere.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--ptwrangle_pts_distributed_on_sphere.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--remove_small_velocities.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--remove_small_velocities.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--reorder_elements.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--reorder_elements.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--retime__accurate_timeblend.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--retime__accurate_timeblend.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--retime__accurate_timeblend_clamped.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--retime__accurate_timeblend_clamped.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--run_python_command.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--run_python_command.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--space_loop.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--space_loop.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--stretch_along_v.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--stretch_along_v.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--switchif__switch_on_by_frame_list.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--switchif__switch_on_by_frame_list.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--timeshift__accurate.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--timeshift__accurate.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--timeshift__hold_fend.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--timeshift__hold_fend.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--timeshift__hold_fstart.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--timeshift__hold_fstart.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--timeshift__hold_rfend.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--timeshift__hold_rfend.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--timeshift__hold_rfstart.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--timeshift__hold_rfstart.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--timeshift__loop.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--timeshift__loop.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--timeshift_floor.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--timeshift_floor.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--timeshift_match.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--timeshift_match.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--timeshift_offset.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--timeshift_offset.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--trail_substepped_ns.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--trail_substepped_ns.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--trail_substepped_pf.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--trail_substepped_pf.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--triangulate2d_plane_by_point.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--triangulate2d_plane_by_point.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--visualize_particle_trails.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--visualize_particle_trails.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--volumevis__colored_smoke.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--volumevis__colored_smoke.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--volumevis__colored_smoke_vdb.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--volumevis__colored_smoke_vdb.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--volumevis__density.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--volumevis__density.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--vopsop__rotate_to_face_camera.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--vopsop__rotate_to_face_camera.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--wrangle__name_from_elemindex.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--wrangle__name_from_elemindex.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--wrangle__name_to_nameindex.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--wrangle__name_to_nameindex.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP--wrangle__packed_path_to_name.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP--wrangle__packed_path_to_name.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Colors--attribvop_CC.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Colors--attribvop_CC.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Colors--attribvop_blackbody_colors.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Colors--attribvop_blackbody_colors.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Deform--magnet_center_pivot.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Deform--magnet_center_pivot.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_ForEach--foreach_center_each_piece.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_ForEach--foreach_center_each_piece.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_ForEach--foreach_object.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_ForEach--foreach_object.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_ForEach--foreach_objpattern.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_ForEach--foreach_objpattern.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Groups--group_by_sdf_ql.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Groups--group_by_sdf_ql.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Groups--group_pts_by_volume.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Groups--group_pts_by_volume.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Groups--grp_by_area.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Groups--grp_by_area.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Groups--grp_by_vtxcount.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Groups--grp_by_vtxcount.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_HeightField--geo_to_heightfield.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_HeightField--geo_to_heightfield.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_ModelFactory--subnet_beveled_text.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_ModelFactory--subnet_beveled_text.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_ModelFactory--subnet_debrisfactory_rocks.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_ModelFactory--subnet_debrisfactory_rocks.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_ModelFactory--subnet_debrisfactory_woodenplanks.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_ModelFactory--subnet_debrisfactory_woodenplanks.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Primitives--box_auto_res.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Primitives--box_auto_res.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Primitives--box_on_ground.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Primitives--box_on_ground.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Primitives--grid_auto_res.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Primitives--grid_auto_res.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Primitives--grid_cplane.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Primitives--grid_cplane.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Primitives--half_torus.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Primitives--half_torus.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Primitives--hexa_grid.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Primitives--hexa_grid.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Primitives--line_auto_res.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Primitives--line_auto_res.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Primitives--rounded_rectangle.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Primitives--rounded_rectangle.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Primitives--torus_on_ground.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Primitives--torus_on_ground.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Primitives--triangle_grid.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Primitives--triangle_grid.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Primitives--tube_auto_res.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Primitives--tube_auto_res.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Script--python_print_detail_attrib_values.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Script--python_print_detail_attrib_values.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Script--python_print_label_value_pairs.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Script--python_print_label_value_pairs.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Script--python_show_warning.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Script--python_show_warning.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Script--script_comfy.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Script--script_comfy.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Subnets--boolean_quick_slice_test.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Subnets--boolean_quick_slice_test.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Subnets--copy_packed_instances.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Subnets--copy_packed_instances.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Subnets--detect_intersections.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Subnets--detect_intersections.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Subnets--group_watertight_pieces.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Subnets--group_watertight_pieces.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Subnets--pieces_polyreduce_decompose_compiled.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Subnets--pieces_polyreduce_decompose_compiled.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Subnets--polybird_in_flight.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Subnets--polybird_in_flight.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Subnets--redistribute_curve_points.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Subnets--redistribute_curve_points.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Subnets--simple_resolve_intersections.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Subnets--simple_resolve_intersections.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Subnets--subnet_cap_and_remesh.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Subnets--subnet_cap_and_remesh.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Subnets--subnet_quick_boulder.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Subnets--subnet_quick_boulder.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Subnets--subnet_with_extract_button.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Subnets--subnet_with_extract_button.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Subnets--visualise_duplicate_particle_ids.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Subnets--visualise_duplicate_particle_ids.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Transforms--softxform_by_centroid.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Transforms--softxform_by_centroid.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Transforms--xform_align.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Transforms--xform_align.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Transforms--xform_by_centroid.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Transforms--xform_by_centroid.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Transforms--xform_cm_to_m.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Transforms--xform_cm_to_m.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Transforms--xform_m_to_cm.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Transforms--xform_m_to_cm.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Transforms--xform_to_origin.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Transforms--xform_to_origin.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Transforms--xform_to_origin_plane.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Transforms--xform_to_origin_plane.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Transforms--xform_to_origin_plane_center.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Transforms--xform_to_origin_plane_center.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Transforms--xform_vectorstore_pts.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Transforms--xform_vectorstore_pts.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Transforms--xformaxis_along_normal.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Transforms--xformaxis_along_normal.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Transforms--xformaxis_by_centroid.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Transforms--xformaxis_by_centroid.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_USD--usd_build_path_attrib.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_USD--usd_build_path_attrib.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_USD--usd_st_to_uv.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_USD--usd_st_to_uv.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_VFX--falloff_disintegration.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_VFX--falloff_disintegration.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_VFX--fracture_2d_pattern_from_curves.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_VFX--fracture_2d_pattern_from_curves.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_VFX--lichtenberg_figure.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_VFX--lichtenberg_figure.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_VFX--maze.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_VFX--maze.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_VFX--particle_aovs.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_VFX--particle_aovs.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_VFX--ripples_from_points.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_VFX--ripples_from_points.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_VFX--subnet_vfx_debris_packed_rbd.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_VFX--subnet_vfx_debris_packed_rbd.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_VFX--subnet_vfx_magnetic_field.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_VFX--subnet_vfx_magnetic_field.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_VFX--subnet_vfx_rolling_debris.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_VFX--subnet_vfx_rolling_debris.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Workflow--geo_tubes_to_curves.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Workflow--geo_tubes_to_curves.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Workflow--group_self_intersecting_2d_curves.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Workflow--group_self_intersecting_2d_curves.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Workflow--proxy_deform_geo.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Workflow--proxy_deform_geo.gal -------------------------------------------------------------------------------- /gallery/qLib--SOP_Workflow--skeletal_line_extraction.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--SOP_Workflow--skeletal_line_extraction.gal -------------------------------------------------------------------------------- /gallery/qLib--TOP--create_multiline_text_attrib.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--TOP--create_multiline_text_attrib.gal -------------------------------------------------------------------------------- /gallery/qLib--TOP--delayed_single_execution.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--TOP--delayed_single_execution.gal -------------------------------------------------------------------------------- /gallery/qLib--TOP--email_recipients_comma_separated.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--TOP--email_recipients_comma_separated.gal -------------------------------------------------------------------------------- /gallery/qLib--TOP--fileinfo_stat.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--TOP--fileinfo_stat.gal -------------------------------------------------------------------------------- /gallery/qLib--TOP--filter_has_pdg_attrib.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--TOP--filter_has_pdg_attrib.gal -------------------------------------------------------------------------------- /gallery/qLib--TOP--filter_string_equality.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--TOP--filter_string_equality.gal -------------------------------------------------------------------------------- /gallery/qLib--TOP--filter_substring.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--TOP--filter_substring.gal -------------------------------------------------------------------------------- /gallery/qLib--TOP--open_images_in_rv.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--TOP--open_images_in_rv.gal -------------------------------------------------------------------------------- /gallery/qLib--TOP--rebuild_unique_workitem_indices.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--TOP--rebuild_unique_workitem_indices.gal -------------------------------------------------------------------------------- /gallery/qLib--TOP--regex_attribs_from_string.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--TOP--regex_attribs_from_string.gal -------------------------------------------------------------------------------- /gallery/qLib--TOP--regex_shot_and_frame_range_example.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--TOP--regex_shot_and_frame_range_example.gal -------------------------------------------------------------------------------- /gallery/qLib--TOP--set_frame_range_from_attribs.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--TOP--set_frame_range_from_attribs.gal -------------------------------------------------------------------------------- /gallery/qLib--TOP--split_if_has_pdg_attrib.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--TOP--split_if_has_pdg_attrib.gal -------------------------------------------------------------------------------- /gallery/qLib--TOP--value_selector.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--TOP--value_selector.gal -------------------------------------------------------------------------------- /gallery/qLib--TOP--view_array_attrib_elems.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--TOP--view_array_attrib_elems.gal -------------------------------------------------------------------------------- /gallery/qLib--TOP--view_multiple_ropfetch.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--TOP--view_multiple_ropfetch.gal -------------------------------------------------------------------------------- /gallery/qLib--Texturing--add_UDIM_texture_attrib.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--Texturing--add_UDIM_texture_attrib.gal -------------------------------------------------------------------------------- /gallery/qLib--Texturing--build_per_poly_udims.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--Texturing--build_per_poly_udims.gal -------------------------------------------------------------------------------- /gallery/qLib--Texturing--build_udim_template.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--Texturing--build_udim_template.gal -------------------------------------------------------------------------------- /gallery/qLib--VOP--bind_underscored.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--VOP--bind_underscored.gal -------------------------------------------------------------------------------- /gallery/qLib--VOP--bind_vexed.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--VOP--bind_vexed.gal -------------------------------------------------------------------------------- /gallery/qLib--VOP--camera_proj_persp.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--VOP--camera_proj_persp.gal -------------------------------------------------------------------------------- /gallery/qLib--VOP--in_parm_us.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--VOP--in_parm_us.gal -------------------------------------------------------------------------------- /gallery/qLib--VOP--in_parm_vexed.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--VOP--in_parm_vexed.gal -------------------------------------------------------------------------------- /gallery/qLib--VOP--simple_pointcloud_lookup.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--VOP--simple_pointcloud_lookup.gal -------------------------------------------------------------------------------- /gallery/qLib--VOP--subnet__make_instance_xform.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--VOP--subnet__make_instance_xform.gal -------------------------------------------------------------------------------- /gallery/qLib--VOP--subnet_vop_with_extract_button.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--VOP--subnet_vop_with_extract_button.gal -------------------------------------------------------------------------------- /gallery/qLib--Visualize--color_from_name_attrib.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--Visualize--color_from_name_attrib.gal -------------------------------------------------------------------------------- /gallery/qLib--Visualize--color_from_path_attrib.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--Visualize--color_from_path_attrib.gal -------------------------------------------------------------------------------- /gallery/qLib--Visualize--color_from_segment_attrib.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--Visualize--color_from_segment_attrib.gal -------------------------------------------------------------------------------- /gallery/qLib--Visualize--color_from_udim_attrib.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--Visualize--color_from_udim_attrib.gal -------------------------------------------------------------------------------- /gallery/qLib--Visualize--vis_font_display_op_parm_values.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--Visualize--vis_font_display_op_parm_values.gal -------------------------------------------------------------------------------- /gallery/qLib--Visualize--vis_font_display_parm_values.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--Visualize--vis_font_display_parm_values.gal -------------------------------------------------------------------------------- /gallery/qLib--Visualize--vis_geo_coincident_points.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--Visualize--vis_geo_coincident_points.gal -------------------------------------------------------------------------------- /gallery/qLib--Visualize--vis_geo_neighbours.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--Visualize--vis_geo_neighbours.gal -------------------------------------------------------------------------------- /gallery/qLib--Visualize--vis_geo_velocity.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--Visualize--vis_geo_velocity.gal -------------------------------------------------------------------------------- /gallery/qLib--Visualize--vis_geo_velocity_v2.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--Visualize--vis_geo_velocity_v2.gal -------------------------------------------------------------------------------- /gallery/qLib--Visualize--vopsop_checker3d.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--Visualize--vopsop_checker3d.gal -------------------------------------------------------------------------------- /gallery/qLib--Volumes--rasterize_attribs_pyro.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--Volumes--rasterize_attribs_pyro.gal -------------------------------------------------------------------------------- /gallery/qLib--Volumes--subnet_vdb_sdf_geo_blending.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--Volumes--subnet_vdb_sdf_geo_blending.gal -------------------------------------------------------------------------------- /gallery/qLib--Volumes--vol_create_from_existing.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--Volumes--vol_create_from_existing.gal -------------------------------------------------------------------------------- /gallery/qLib--Volumes--vol_resample_by_ratio.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--Volumes--vol_resample_by_ratio.gal -------------------------------------------------------------------------------- /gallery/qLib--Volumes--volumecompress_minor.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--Volumes--volumecompress_minor.gal -------------------------------------------------------------------------------- /gallery/qLib--Volumes--vw__blur_density_by_vel.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--Volumes--vw__blur_density_by_vel.gal -------------------------------------------------------------------------------- /gallery/qLib--Volumes--vw__density_shrink_expand_by_gradient.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--Volumes--vw__density_shrink_expand_by_gradient.gal -------------------------------------------------------------------------------- /gallery/qLib--dev--ql_deformer_template.gal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/gallery/qLib--dev--ql_deformer_template.gal -------------------------------------------------------------------------------- /help/qlib/LICENSE.txt: -------------------------------------------------------------------------------- 1 | ../../LICENSE -------------------------------------------------------------------------------- /help/qlib/brotips/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/help/qlib/brotips/index.txt -------------------------------------------------------------------------------- /help/qlib/colorschemes/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/help/qlib/colorschemes/index.txt -------------------------------------------------------------------------------- /help/qlib/galleries/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/help/qlib/galleries/index.txt -------------------------------------------------------------------------------- /help/qlib/images/qLib_crash_recovery_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/help/qlib/images/qLib_crash_recovery_window.png -------------------------------------------------------------------------------- /help/qlib/images/qLib_main_menu_and_shelf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/help/qlib/images/qLib_main_menu_and_shelf.png -------------------------------------------------------------------------------- /help/qlib/images/qLib_main_menu_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/help/qlib/images/qLib_main_menu_example.png -------------------------------------------------------------------------------- /help/qlib/images/qLib_menu_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/help/qlib/images/qLib_menu_example.png -------------------------------------------------------------------------------- /help/qlib/images/qLib_network_editor_color_theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/help/qlib/images/qLib_network_editor_color_theme.png -------------------------------------------------------------------------------- /help/qlib/images/qLib_network_editor_menu_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/help/qlib/images/qLib_network_editor_menu_example.png -------------------------------------------------------------------------------- /help/qlib/images/qLib_network_editor_pasted_images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/help/qlib/images/qLib_network_editor_pasted_images.png -------------------------------------------------------------------------------- /help/qlib/images/qLib_node_color_theme.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/help/qlib/images/qLib_node_color_theme.gif -------------------------------------------------------------------------------- /help/qlib/images/qLib_node_color_theme_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/help/qlib/images/qLib_node_color_theme_off.png -------------------------------------------------------------------------------- /help/qlib/images/qLib_node_color_theme_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/help/qlib/images/qLib_node_color_theme_on.png -------------------------------------------------------------------------------- /help/qlib/images/qLib_shelf_pdg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/help/qlib/images/qLib_shelf_pdg.png -------------------------------------------------------------------------------- /help/qlib/images/qLib_ui_color_themes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/help/qlib/images/qLib_ui_color_themes.png -------------------------------------------------------------------------------- /help/qlib/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/help/qlib/index.txt -------------------------------------------------------------------------------- /help/qlib/intro/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/help/qlib/intro/index.txt -------------------------------------------------------------------------------- /help/qlib/mainmenu/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/help/qlib/mainmenu/index.txt -------------------------------------------------------------------------------- /help/qlib/networkviewmenu/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/help/qlib/networkviewmenu/index.txt -------------------------------------------------------------------------------- /help/qlib/parmmenu/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/help/qlib/parmmenu/index.txt -------------------------------------------------------------------------------- /help/qlib/shelf/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/help/qlib/shelf/index.txt -------------------------------------------------------------------------------- /help/qlib/shelf_pdg/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/help/qlib/shelf_pdg/index.txt -------------------------------------------------------------------------------- /help/qlib/vexpressions/VEXpressions.txt: -------------------------------------------------------------------------------- 1 | ../../../VEXpressions.txt -------------------------------------------------------------------------------- /help/qlib/vexpressions/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/help/qlib/vexpressions/index.txt -------------------------------------------------------------------------------- /houdini.env_linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/houdini.env_linux -------------------------------------------------------------------------------- /houdini.env_windows: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/houdini.env_windows -------------------------------------------------------------------------------- /otls/base/aim_ql_OBJ.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/aim_ql_OBJ.otl -------------------------------------------------------------------------------- /otls/base/alembic_xform_ql_OBJ.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/alembic_xform_ql_OBJ.otl -------------------------------------------------------------------------------- /otls/base/alembic_xform_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/alembic_xform_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/apply_xform_ql_3_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/apply_xform_ql_3_SOP.otl -------------------------------------------------------------------------------- /otls/base/apply_xform_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/apply_xform_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/attr_visualize_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/attr_visualize_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/attr_visualize_ql_SOP_3.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/attr_visualize_ql_SOP_3.otl -------------------------------------------------------------------------------- /otls/base/attrib_ramp_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/attrib_ramp_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/attrib_shape_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/attrib_shape_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/attrib_shape_ql_SOP_3.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/attrib_shape_ql_SOP_3.otl -------------------------------------------------------------------------------- /otls/base/attrib_shape_ql_SOP_4.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/attrib_shape_ql_SOP_4.otl -------------------------------------------------------------------------------- /otls/base/attrib_string_edit_ql_TOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/attrib_string_edit_ql_TOP.otl -------------------------------------------------------------------------------- /otls/base/attribtypeinfo_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/attribtypeinfo_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/attributerename_ql_TOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/attributerename_ql_TOP.otl -------------------------------------------------------------------------------- /otls/base/bend_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/bend_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/bias_deformer_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/bias_deformer_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/bounds_ql_2_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/bounds_ql_2_SOP.otl -------------------------------------------------------------------------------- /otls/base/bounds_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/bounds_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/box_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/box_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/box_ql_SOP_2.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/box_ql_SOP_2.otl -------------------------------------------------------------------------------- /otls/base/box_ql_SOP_3.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/box_ql_SOP_3.otl -------------------------------------------------------------------------------- /otls/base/box_ql_SOP_4.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/box_ql_SOP_4.otl -------------------------------------------------------------------------------- /otls/base/camera_frustrum_ql_3_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/camera_frustrum_ql_3_SOP.otl -------------------------------------------------------------------------------- /otls/base/camera_frustrum_ql_OBJ.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/camera_frustrum_ql_OBJ.otl -------------------------------------------------------------------------------- /otls/base/camera_frustrum_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/camera_frustrum_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/camera_frustum_ql_3_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/camera_frustum_ql_3_SOP.otl -------------------------------------------------------------------------------- /otls/base/camera_plane_ql_2_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/camera_plane_ql_2_SOP.otl -------------------------------------------------------------------------------- /otls/base/camera_plane_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/camera_plane_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/camera_rig_ql_OBJ.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/camera_rig_ql_OBJ.otl -------------------------------------------------------------------------------- /otls/base/clip_by_bounds_ql_3_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/clip_by_bounds_ql_3_SOP.otl -------------------------------------------------------------------------------- /otls/base/clip_by_bounds_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/clip_by_bounds_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/curve_extend_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/curve_extend_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/curve_offset_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/curve_offset_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/curveframe_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/curveframe_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/debrissource_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/debrissource_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/deformbytetra_ql_2_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/deformbytetra_ql_2_SOP.otl -------------------------------------------------------------------------------- /otls/base/deformbytetra_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/deformbytetra_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/explodedview_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/explodedview_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/filter_by_strings_ql_TOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/filter_by_strings_ql_TOP.otl -------------------------------------------------------------------------------- /otls/base/gasresizefluiddynamic_ql_DOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/gasresizefluiddynamic_ql_DOP.otl -------------------------------------------------------------------------------- /otls/base/group_by_percent_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/group_by_percent_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/motion_trail_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/motion_trail_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/motion_vectors_ql_3_SHOP_VOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/motion_vectors_ql_3_SHOP_VOP.otl -------------------------------------------------------------------------------- /otls/base/motion_vectors_ql_SHOP_VOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/motion_vectors_ql_SHOP_VOP.otl -------------------------------------------------------------------------------- /otls/base/mountain_deformer_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/mountain_deformer_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/mountain_deformer_ql_VOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/mountain_deformer_ql_VOP.otl -------------------------------------------------------------------------------- /otls/base/noise_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/noise_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/noise_ql_SOP_3.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/noise_ql_SOP_3.otl -------------------------------------------------------------------------------- /otls/base/path_deform_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/path_deform_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/peak_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/peak_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/point_mix_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/point_mix_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/point_topology_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/point_topology_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/pointjitter_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/pointjitter_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/poppost_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/poppost_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/proxy_primgroups_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/proxy_primgroups_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/rest_position_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/rest_position_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/snap_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/snap_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/space_partition_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/space_partition_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/spiral_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/spiral_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/spring_motion_ql_OBJ.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/spring_motion_ql_OBJ.otl -------------------------------------------------------------------------------- /otls/base/star_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/star_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/star_ql_SOP_2.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/star_ql_SOP_2.otl -------------------------------------------------------------------------------- /otls/base/superellipse_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/superellipse_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/superellipse_ql_VOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/superellipse_ql_VOP.otl -------------------------------------------------------------------------------- /otls/base/switch_off_ql_DOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/switch_off_ql_DOP.otl -------------------------------------------------------------------------------- /otls/base/switch_off_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/switch_off_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/take_merge_ql_ROP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/take_merge_ql_ROP.otl -------------------------------------------------------------------------------- /otls/base/taper_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/taper_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/trail_jitter_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/trail_jitter_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/trail_jitter_ql_SOP_2.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/trail_jitter_ql_SOP_2.otl -------------------------------------------------------------------------------- /otls/base/trail_scatter_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/trail_scatter_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/turbulate_motion_ql_OBJ.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/turbulate_motion_ql_OBJ.otl -------------------------------------------------------------------------------- /otls/base/twist_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/twist_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/uvquickshade_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/uvquickshade_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/uvquickshade_ql_SOP_2.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/uvquickshade_ql_SOP_2.otl -------------------------------------------------------------------------------- /otls/base/vector_jitter_ql_3_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/vector_jitter_ql_3_SOP.otl -------------------------------------------------------------------------------- /otls/base/vector_jitter_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/vector_jitter_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/vector_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/vector_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/vector_store_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/vector_store_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/velocity_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/velocity_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/velocity_ql_SOP_2.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/velocity_ql_SOP_2.otl -------------------------------------------------------------------------------- /otls/base/volumepost_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/volumepost_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/weight_builder_ql_VOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/weight_builder_ql_VOP.otl -------------------------------------------------------------------------------- /otls/base/weighted_transform_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/weighted_transform_ql_SOP.otl -------------------------------------------------------------------------------- /otls/base/weighted_transform_ql_SOP_3.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/weighted_transform_ql_SOP_3.otl -------------------------------------------------------------------------------- /otls/base/work_items_from_string_ql_TOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/work_items_from_string_ql_TOP.otl -------------------------------------------------------------------------------- /otls/base/xformbuilder_ql_VOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/xformbuilder_ql_VOP.otl -------------------------------------------------------------------------------- /otls/base/xformbuilder_ql_VOP_2.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/base/xformbuilder_ql_VOP_2.otl -------------------------------------------------------------------------------- /otls/experimental/attrib_grow_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/attrib_grow_ql_SOP.otl -------------------------------------------------------------------------------- /otls/experimental/chinput_ql_CHOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/chinput_ql_CHOP.otl -------------------------------------------------------------------------------- /otls/experimental/construction_guide_ql_OBJ.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/construction_guide_ql_OBJ.otl -------------------------------------------------------------------------------- /otls/experimental/debrissource_ql_SOP_2.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/debrissource_ql_SOP_2.otl -------------------------------------------------------------------------------- /otls/experimental/deep_to_points_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/deep_to_points_ql_SOP.otl -------------------------------------------------------------------------------- /otls/experimental/deformbycurve_ql_2_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/deformbycurve_ql_2_SOP.otl -------------------------------------------------------------------------------- /otls/experimental/deformbycurve_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/deformbycurve_ql_SOP.otl -------------------------------------------------------------------------------- /otls/experimental/desaturate_ql_VOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/desaturate_ql_VOP.otl -------------------------------------------------------------------------------- /otls/experimental/displacebydelta_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/displacebydelta_ql_SOP.otl -------------------------------------------------------------------------------- /otls/experimental/drop_shadow_ql_COP2.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/drop_shadow_ql_COP2.otl -------------------------------------------------------------------------------- /otls/experimental/envlight_ql_OBJ.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/envlight_ql_OBJ.otl -------------------------------------------------------------------------------- /otls/experimental/export_text_ql_CHOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/export_text_ql_CHOP.otl -------------------------------------------------------------------------------- /otls/experimental/fitting_plane_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/fitting_plane_ql_SOP.otl -------------------------------------------------------------------------------- /otls/experimental/group_edge_loop_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/group_edge_loop_ql_SOP.otl -------------------------------------------------------------------------------- /otls/experimental/muto_ql_ROP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/muto_ql_ROP.otl -------------------------------------------------------------------------------- /otls/experimental/onion_skin_ql_OBJ.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/onion_skin_ql_OBJ.otl -------------------------------------------------------------------------------- /otls/experimental/pack_points_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/pack_points_ql_SOP.otl -------------------------------------------------------------------------------- /otls/experimental/preroll_ql_1_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/preroll_ql_1_SOP.otl -------------------------------------------------------------------------------- /otls/experimental/preroll_ql_2_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/preroll_ql_2_SOP.otl -------------------------------------------------------------------------------- /otls/experimental/rbdnameedit_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/rbdnameedit_ql_SOP.otl -------------------------------------------------------------------------------- /otls/experimental/rop_tool_ql_ROP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/rop_tool_ql_ROP.otl -------------------------------------------------------------------------------- /otls/experimental/signal_ql_VOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/signal_ql_VOP.otl -------------------------------------------------------------------------------- /otls/experimental/smooth_points_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/smooth_points_ql_SOP.otl -------------------------------------------------------------------------------- /otls/experimental/stash_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/stash_ql_SOP.otl -------------------------------------------------------------------------------- /otls/experimental/super_light_ql_OBJ.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/super_light_ql_OBJ.otl -------------------------------------------------------------------------------- /otls/experimental/switch_by_string_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/switch_by_string_ql_SOP.otl -------------------------------------------------------------------------------- /otls/experimental/take_ql_OBJ.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/take_ql_OBJ.otl -------------------------------------------------------------------------------- /otls/experimental/tile_loader_ql_COP2.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/tile_loader_ql_COP2.otl -------------------------------------------------------------------------------- /otls/experimental/tonemap_ql_COP2.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/tonemap_ql_COP2.otl -------------------------------------------------------------------------------- /otls/experimental/vdb_combine_fields_ql_1_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/vdb_combine_fields_ql_1_SOP.otl -------------------------------------------------------------------------------- /otls/experimental/volume_shape_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/volume_shape_ql_SOP.otl -------------------------------------------------------------------------------- /otls/experimental/volume_shape_ql_SOP_2.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/volume_shape_ql_SOP_2.otl -------------------------------------------------------------------------------- /otls/experimental/volume_shape_ql_SOP_3.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/volume_shape_ql_SOP_3.otl -------------------------------------------------------------------------------- /otls/experimental/volume_vdb_visualize_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/volume_vdb_visualize_ql_SOP.otl -------------------------------------------------------------------------------- /otls/experimental/wave_deformer_ql_VOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/wave_deformer_ql_VOP.otl -------------------------------------------------------------------------------- /otls/experimental/wedge_ql_CHOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/experimental/wedge_ql_CHOP.otl -------------------------------------------------------------------------------- /otls/future/compute_vorticity_ql_DOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/future/compute_vorticity_ql_DOP.otl -------------------------------------------------------------------------------- /otls/future/deformbysurface_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/future/deformbysurface_ql_SOP.otl -------------------------------------------------------------------------------- /otls/future/distance_ql_OBJ_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/future/distance_ql_OBJ_SOP.otl -------------------------------------------------------------------------------- /otls/future/environment_ql_OBJ.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/future/environment_ql_OBJ.otl -------------------------------------------------------------------------------- /otls/future/force_visualizer_ql_DOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/future/force_visualizer_ql_DOP.otl -------------------------------------------------------------------------------- /otls/future/group_grow_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/future/group_grow_ql_SOP.otl -------------------------------------------------------------------------------- /otls/future/group_visualize_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/future/group_visualize_ql_SOP.otl -------------------------------------------------------------------------------- /otls/future/group_visualize_ql_SOP_2.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/future/group_visualize_ql_SOP_2.otl -------------------------------------------------------------------------------- /otls/future/occlusion_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/future/occlusion_ql_SOP.otl -------------------------------------------------------------------------------- /otls/future/optransform_ql_VOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/future/optransform_ql_VOP.otl -------------------------------------------------------------------------------- /otls/future/orient_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/future/orient_ql_SOP.otl -------------------------------------------------------------------------------- /otls/future/plotscanline_ql_COP2.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/future/plotscanline_ql_COP2.otl -------------------------------------------------------------------------------- /otls/future/polywrap_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/future/polywrap_ql_SOP.otl -------------------------------------------------------------------------------- /otls/future/ptplanedistance_ql_VOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/future/ptplanedistance_ql_VOP.otl -------------------------------------------------------------------------------- /otls/future/rivet_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/future/rivet_ql_SOP.otl -------------------------------------------------------------------------------- /otls/future/rotate_vector_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/future/rotate_vector_ql_SOP.otl -------------------------------------------------------------------------------- /otls/future/shot_builder_ql_OBJ.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/future/shot_builder_ql_OBJ.otl -------------------------------------------------------------------------------- /otls/future/shot_ql_OBJ.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/future/shot_ql_OBJ.otl -------------------------------------------------------------------------------- /otls/future/solarise_ql_VOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/future/solarise_ql_VOP.otl -------------------------------------------------------------------------------- /otls/future/uvpointcloud_ql_COP2.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/future/uvpointcloud_ql_COP2.otl -------------------------------------------------------------------------------- /otls/future/uvpointcloud_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/future/uvpointcloud_ql_SOP.otl -------------------------------------------------------------------------------- /otls/future/wipe_ql_VOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/future/wipe_ql_VOP.otl -------------------------------------------------------------------------------- /otls/future/xformtoplane_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/future/xformtoplane_ql_SOP.otl -------------------------------------------------------------------------------- /otls/future/xformtoplane_ql_VOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/future/xformtoplane_ql_VOP.otl -------------------------------------------------------------------------------- /otls/graveyard/advect_by_pcloud_ql_POP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/advect_by_pcloud_ql_POP.otl -------------------------------------------------------------------------------- /otls/graveyard/alembic_reapply_xform_ql_OBJ.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/alembic_reapply_xform_ql_OBJ.otl -------------------------------------------------------------------------------- /otls/graveyard/arc_blend_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/arc_blend_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/attr_lookup_multi_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/attr_lookup_multi_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/attrib_builder_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/attrib_builder_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/attrib_range_query_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/attrib_range_query_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/attrib_transfer_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/attrib_transfer_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/attribcopy_sop_ql_POP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/attribcopy_sop_ql_POP.otl -------------------------------------------------------------------------------- /otls/graveyard/camera_project_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/camera_project_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/cardinal_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/cardinal_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/checker_3d_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/checker_3d_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/clip_capped_ql_SOP.hip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/clip_capped_ql_SOP.hip -------------------------------------------------------------------------------- /otls/graveyard/clip_capped_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/clip_capped_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/cloth_refine_3d_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/cloth_refine_3d_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/connect_by_distance_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/connect_by_distance_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/curverefs_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/curverefs_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/deform_pcloud_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/deform_pcloud_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/distribute_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/distribute_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/empty_fractured_object_ql_DOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/empty_fractured_object_ql_DOP.otl -------------------------------------------------------------------------------- /otls/graveyard/fetch_sop_ql_POP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/fetch_sop_ql_POP.otl -------------------------------------------------------------------------------- /otls/graveyard/fluidsource_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/fluidsource_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/force_ql_POP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/force_ql_POP.otl -------------------------------------------------------------------------------- /otls/graveyard/foreachpoint_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/foreachpoint_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/geo_query_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/geo_query_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/groundplane_ql_POP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/groundplane_ql_POP.otl -------------------------------------------------------------------------------- /otls/graveyard/group_intersecting_prims_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/group_intersecting_prims_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/group_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/group_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/group_to_attr_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/group_to_attr_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/hexagrid_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/hexagrid_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/illustration_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/illustration_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/levels_ql_COP2.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/levels_ql_COP2.otl -------------------------------------------------------------------------------- /otls/graveyard/limit_ql_POP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/limit_ql_POP.otl -------------------------------------------------------------------------------- /otls/graveyard/matchpointsorder_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/matchpointsorder_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/null_ql_OBJ.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/null_ql_OBJ.otl -------------------------------------------------------------------------------- /otls/graveyard/place3pts_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/place3pts_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/point_texture_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/point_texture_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/pointattr_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/pointattr_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/pointdeformcapture_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/pointdeformcapture_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/polywirecurves_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/polywirecurves_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/pop_attrib_ramp_ql_DOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/pop_attrib_ramp_ql_DOP.otl -------------------------------------------------------------------------------- /otls/graveyard/popsource_ql_DOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/popsource_ql_DOP.otl -------------------------------------------------------------------------------- /otls/graveyard/popwrangle_ql_POP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/popwrangle_ql_POP.otl -------------------------------------------------------------------------------- /otls/graveyard/pre_export_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/pre_export_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/primgroup_add_ids_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/primgroup_add_ids_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/primgroup_centroids_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/primgroup_centroids_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/primgroup_sdf_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/primgroup_sdf_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/primgroups_extract_piece_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/primgroups_extract_piece_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/primgroups_extract_tool_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/primgroups_extract_tool_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/quickpolycaps_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/quickpolycaps_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/ray_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/ray_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/rbd_active_xform_ql_DOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/rbd_active_xform_ql_DOP.otl -------------------------------------------------------------------------------- /otls/graveyard/rbd_fetch_sdf_ql_DOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/rbd_fetch_sdf_ql_DOP.otl -------------------------------------------------------------------------------- /otls/graveyard/reference_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/reference_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/round_corners_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/round_corners_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/rounded_rectangle_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/rounded_rectangle_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/scatter_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/scatter_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/snaptools_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/snaptools_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/source_ql_POP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/source_ql_POP.otl -------------------------------------------------------------------------------- /otls/graveyard/split_multi_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/split_multi_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/sweep_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/sweep_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/symmetry_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/symmetry_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/thickness_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/thickness_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/timeblend_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/timeblend_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/triangle_grid_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/triangle_grid_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/vdbexport_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/vdbexport_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/volume_flatten_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/volume_flatten_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/volume_retime_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/volume_retime_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/volume_visualize_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/volume_visualize_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/voronoi_vdb_fracture_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/voronoi_vdb_fracture_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/waypoint_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/waypoint_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/xform_by_points_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/xform_by_points_ql_SOP.otl -------------------------------------------------------------------------------- /otls/graveyard/xform_to_bbox_ql_SOP.otl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/otls/graveyard/xform_to_bbox_ql_SOP.otl -------------------------------------------------------------------------------- /python2.7libs/nodegraphtitle.py_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/python2.7libs/nodegraphtitle.py_ -------------------------------------------------------------------------------- /python_panels/qLibNetworkInfo.pypanel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/python_panels/qLibNetworkInfo.pypanel -------------------------------------------------------------------------------- /qLib_package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/qLib_package.json -------------------------------------------------------------------------------- /qLib_theme.nodecolors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/qLib_theme.nodecolors -------------------------------------------------------------------------------- /scripts/OnCreated.py_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/scripts/OnCreated.py_ -------------------------------------------------------------------------------- /scripts/beforescenesave.py_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/scripts/beforescenesave.py_ -------------------------------------------------------------------------------- /scripts/compat_ql.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/scripts/compat_ql.cmd -------------------------------------------------------------------------------- /scripts/ffmpeg_qLib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/scripts/ffmpeg_qLib.py -------------------------------------------------------------------------------- /scripts/python/qlibattribmenu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/scripts/python/qlibattribmenu.py -------------------------------------------------------------------------------- /scripts/python/qliblabels.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/scripts/python/qliblabels.py -------------------------------------------------------------------------------- /scripts/python/qlibmenutools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/scripts/python/qlibmenutools.py -------------------------------------------------------------------------------- /scripts/python/qlibtoolutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/scripts/python/qlibtoolutils.py -------------------------------------------------------------------------------- /scripts/python/qlibutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/scripts/python/qlibutils.py -------------------------------------------------------------------------------- /toolbar/qLib-PDG.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/toolbar/qLib-PDG.shelf -------------------------------------------------------------------------------- /toolbar/qLib.shelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/toolbar/qLib.shelf -------------------------------------------------------------------------------- /viewer_states/qLibCameraZoomVertigo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/viewer_states/qLibCameraZoomVertigo.py -------------------------------------------------------------------------------- /viewer_states/qLib_camera_zoom_vertigo_ql_dop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/viewer_states/qLib_camera_zoom_vertigo_ql_dop.py -------------------------------------------------------------------------------- /viewer_states/qLib_camera_zoom_vertigo_ql_lop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/viewer_states/qLib_camera_zoom_vertigo_ql_lop.py -------------------------------------------------------------------------------- /viewer_states/qLib_camera_zoom_vertigo_ql_obj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/viewer_states/qLib_camera_zoom_vertigo_ql_obj.py -------------------------------------------------------------------------------- /viewer_states/qLib_camera_zoom_vertigo_ql_sop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qLab/qLib/HEAD/viewer_states/qLib_camera_zoom_vertigo_ql_sop.py --------------------------------------------------------------------------------