├── .gitignore ├── PMS.uplugin ├── README.md ├── Resources ├── Cursors │ ├── align.svg │ ├── cut.svg │ └── wire.svg ├── Icon128.png ├── Icons │ ├── BUTTONS │ │ ├── action.svg │ │ ├── adapt_h.svg │ │ ├── adapt_v.svg │ │ ├── add.svg │ │ ├── add_collection.svg │ │ ├── add_constraints.svg │ │ ├── add_image.svg │ │ ├── add_light.svg │ │ ├── add_light_collection.svg │ │ ├── add_panel.svg │ │ ├── addmark.svg │ │ ├── aovs.svg │ │ ├── auto.svg │ │ ├── auto_save.svg │ │ ├── back.svg │ │ ├── bundle_add_selected.svg │ │ ├── bundle_remove_selected.svg │ │ ├── bundle_select.svg │ │ ├── bundle_select_add.svg │ │ ├── bundle_select_remove.svg │ │ ├── bundle_set_selected.svg │ │ ├── calc.svg │ │ ├── capture.svg │ │ ├── chooser.svg │ │ ├── chooser_color.svg │ │ ├── chooser_file.svg │ │ ├── chooser_folder.svg │ │ ├── chooser_geo.svg │ │ ├── chooser_image_color.svg │ │ ├── chooser_node.svg │ │ ├── clear.svg │ │ ├── close.svg │ │ ├── collapse_left.svg │ │ ├── color.svg │ │ ├── color_temperature.svg │ │ ├── colors.svg │ │ ├── comment_out.svg │ │ ├── cook.svg │ │ ├── cook2.svg │ │ ├── copy.svg │ │ ├── create_incontext.svg │ │ ├── create_objects.svg │ │ ├── create_parm_from_ch.svg │ │ ├── cut.svg │ │ ├── date.svg │ │ ├── debug.svg │ │ ├── decompose_transforms.svg │ │ ├── decompose_trs.svg │ │ ├── decrease_indent.svg │ │ ├── delete.svg │ │ ├── delete_folder.svg │ │ ├── delete_mini.svg │ │ ├── displayoptions.svg │ │ ├── do_not.svg │ │ ├── down.svg │ │ ├── download.svg │ │ ├── dump.svg │ │ ├── duplicate.svg │ │ ├── dynamic_rgb_sliders.svg │ │ ├── dynamic_tmi_sliders.svg │ │ ├── edit.svg │ │ ├── editstate_edit.svg │ │ ├── editstate_sculpt.svg │ │ ├── editstate_slide.svg │ │ ├── environment.svg │ │ ├── equal.svg │ │ ├── expand_right.svg │ │ ├── external_editor.svg │ │ ├── fast.svg │ │ ├── favorites.svg │ │ ├── filter.svg │ │ ├── filter_settings.svg │ │ ├── flatlist.svg │ │ ├── folder.svg │ │ ├── forward.svg │ │ ├── gamma.svg │ │ ├── gear.svg │ │ ├── gear_mini.svg │ │ ├── global.svg │ │ ├── grid.svg │ │ ├── help.svg │ │ ├── hide_controls.svg │ │ ├── history.svg │ │ ├── hscript.svg │ │ ├── icons_large.svg │ │ ├── icons_medium.svg │ │ ├── image_color_picker.svg │ │ ├── import_library.svg │ │ ├── increase_indent.svg │ │ ├── info.svg │ │ ├── internet.svg │ │ ├── jump.svg │ │ ├── jump_to_line.svg │ │ ├── knife.svg │ │ ├── label.svg │ │ ├── layer_mute.svg │ │ ├── layer_mute_off.svg │ │ ├── layer_solo.svg │ │ ├── layer_solo_off.svg │ │ ├── layout.svg │ │ ├── light_active.svg │ │ ├── light_exclude.svg │ │ ├── light_include.svg │ │ ├── light_mute.svg │ │ ├── light_solo.svg │ │ ├── link.svg │ │ ├── list_add.svg │ │ ├── list_add_reversed.svg │ │ ├── list_delete.svg │ │ ├── list_delete_reversed.svg │ │ ├── list_info.svg │ │ ├── list_invalid.svg │ │ ├── list_reorderleft.svg │ │ ├── list_reorderup.svg │ │ ├── list_view.svg │ │ ├── list_warning_down.svg │ │ ├── list_warning_up.svg │ │ ├── listview.svg │ │ ├── lock_closed.svg │ │ ├── lock_open.svg │ │ ├── log.svg │ │ ├── match_pivot.svg │ │ ├── match_rotation.svg │ │ ├── match_scale.svg │ │ ├── match_transform.svg │ │ ├── material_exclude.svg │ │ ├── material_include.svg │ │ ├── materials_assigned.svg │ │ ├── materials_unassigned.svg │ │ ├── maximize.svg │ │ ├── minimize.svg │ │ ├── minimize_mini.svg │ │ ├── minus.svg │ │ ├── move_to_left.svg │ │ ├── move_to_right.svg │ │ ├── multi_insertbefore.svg │ │ ├── multi_remove.svg │ │ ├── network_align_horizontal.svg │ │ ├── network_align_togrid.svg │ │ ├── network_align_vertical.svg │ │ ├── network_box.svg │ │ ├── network_distribute_horizontal.svg │ │ ├── network_distribute_vertical.svg │ │ ├── network_overview.svg │ │ ├── network_sticky.svg │ │ ├── network_sticky_mono.svg │ │ ├── network_treeview.svg │ │ ├── new_find_window.svg │ │ ├── new_tab.svg │ │ ├── node_palette.svg │ │ ├── not_editable.svg │ │ ├── not_equal.svg │ │ ├── not_favorites.svg │ │ ├── options_window.svg │ │ ├── page_first.svg │ │ ├── page_last.svg │ │ ├── page_next.svg │ │ ├── page_prev.svg │ │ ├── page_reload.svg │ │ ├── pane_menu.svg │ │ ├── panel_left.svg │ │ ├── panel_right.svg │ │ ├── parmmenu_connected.svg │ │ ├── parmmenu_hidden.svg │ │ ├── parmmenu_parm.svg │ │ ├── parmmenu_texture.svg │ │ ├── paste.svg │ │ ├── pause.svg │ │ ├── pdg_cook_output_flag.svg │ │ ├── pdg_cook_selected_node.svg │ │ ├── pdg_task_table.svg │ │ ├── pin_in_mono.svg │ │ ├── pin_out_mono.svg │ │ ├── pinned.svg │ │ ├── plus.svg │ │ ├── radialset.svg │ │ ├── ramp_flip_x.svg │ │ ├── ramp_flip_y.svg │ │ ├── randomize.svg │ │ ├── redo.svg │ │ ├── reload.svg │ │ ├── remove.svg │ │ ├── render.svg │ │ ├── replace.svg │ │ ├── reselect.svg │ │ ├── resimulate.svg │ │ ├── resimulate_inactive.svg │ │ ├── resizegrip_se.svg │ │ ├── restore.svg │ │ ├── restore_mini.svg │ │ ├── rotate.svg │ │ ├── save_image.svg │ │ ├── scale.svg │ │ ├── scope.svg │ │ ├── search.svg │ │ ├── search_and_replace.svg │ │ ├── search_key.svg │ │ ├── secondary_colors.svg │ │ ├── selection_export.svg │ │ ├── selection_import.svg │ │ ├── set_range.svg │ │ ├── shadow_exclude.svg │ │ ├── shadow_include.svg │ │ ├── shelfset.svg │ │ ├── show_aggregate.svg │ │ ├── show_controls.svg │ │ ├── show_parms.svg │ │ ├── show_separate.svg │ │ ├── smooth.svg │ │ ├── split_horizontal.svg │ │ ├── split_vertical.svg │ │ ├── spreadsheet.svg │ │ ├── stop.svg │ │ ├── subnet.svg │ │ ├── swatch_next.svg │ │ ├── swatch_previous.svg │ │ ├── switch.svg │ │ ├── switch_body_off.svg │ │ ├── switch_body_on.svg │ │ ├── switch_groove_off.svg │ │ ├── switch_groove_on.svg │ │ ├── switch_slider.svg │ │ ├── sync.svg │ │ ├── tag.svg │ │ ├── tag_add.svg │ │ ├── tag_delete.svg │ │ ├── tag_smart.svg │ │ ├── take.svg │ │ ├── tearoff.svg │ │ ├── texture_align.svg │ │ ├── texture_cut_seams.svg │ │ ├── texture_merge_seams.svg │ │ ├── texture_rectanglize.svg │ │ ├── texture_straighten.svg │ │ ├── topobuild_brush.svg │ │ ├── topobuild_build.svg │ │ ├── topobuild_skin.svg │ │ ├── translate.svg │ │ ├── tree.svg │ │ ├── tree_condensed.svg │ │ ├── tree_full.svg │ │ ├── tree_minus.svg │ │ ├── tree_minus_16.svg │ │ ├── tree_plus.svg │ │ ├── tree_plus_16.svg │ │ ├── uncomment.svg │ │ ├── undo.svg │ │ ├── unpinned.svg │ │ ├── up.svg │ │ ├── update_ui.svg │ │ ├── uv_edge_cut.svg │ │ ├── uv_pin_add.svg │ │ ├── uv_pin_move.svg │ │ └── visible.svg │ ├── CHANNELS │ │ ├── anim_editor_panels.svg │ │ ├── auto_scope_off.svg │ │ ├── auto_scope_off_select.svg │ │ ├── auto_scope_on_select.svg │ │ ├── auto_slope.svg │ │ ├── bake_keys.svg │ │ ├── bezier.svg │ │ ├── channelgroup.svg │ │ ├── clear_snapshots.svg │ │ ├── constant.svg │ │ ├── cubic.svg │ │ ├── disable_keys.svg │ │ ├── display_filter.svg │ │ ├── dope_ac_row.svg │ │ ├── dope_deselect_all.svg │ │ ├── dope_grow_col.svg │ │ ├── dope_grow_row.svg │ │ ├── dope_one_channel.svg │ │ ├── dope_one_group.svg │ │ ├── dope_region.svg │ │ ├── dope_ripple.svg │ │ ├── dope_select.svg │ │ ├── dope_snap_sel.svg │ │ ├── ease.svg │ │ ├── easein.svg │ │ ├── easeout.svg │ │ ├── enable_keys.svg │ │ ├── euler_filter.svg │ │ ├── full_names.svg │ │ ├── handles_tie.svg │ │ ├── handles_untie.svg │ │ ├── hide_all_handles.svg │ │ ├── isolate.svg │ │ ├── keep_acceleration_ratio.svg │ │ ├── linear.svg │ │ ├── manual_slope.svg │ │ ├── match.svg │ │ ├── match_keys.svg │ │ ├── matchin.svg │ │ ├── matchout.svg │ │ ├── more_view_options.svg │ │ ├── multi_graph_0.svg │ │ ├── multi_graph_1.svg │ │ ├── multi_graph_2.svg │ │ ├── multi_graph_3.svg │ │ ├── multi_graph_4.svg │ │ ├── multi_graph_5.svg │ │ ├── multi_graph_6.svg │ │ ├── normalize_values_anim.svg │ │ ├── normalize_values_anim_off.svg │ │ ├── normalize_values_ui.svg │ │ ├── qlinear.svg │ │ ├── rotate_filter.svg │ │ ├── scale_filter.svg │ │ ├── set_defaults.svg │ │ ├── show_all_handles.svg │ │ ├── show_box.svg │ │ ├── show_box_pivot.svg │ │ ├── show_frame_numbers.svg │ │ ├── show_functions.svg │ │ ├── show_names.svg │ │ ├── show_selected_handles.svg │ │ ├── show_slope_acceleration.svg │ │ ├── show_time_groups.svg │ │ ├── show_time_marks.svg │ │ ├── show_value_numbers.svg │ │ ├── show_values.svg │ │ ├── smooth_slope.svg │ │ ├── snap_marks.svg │ │ ├── snapshots.svg │ │ ├── spline.svg │ │ ├── swap_snapshots.svg │ │ ├── template_filter.svg │ │ ├── translate_filter.svg │ │ ├── unisolate.svg │ │ ├── value_tie.svg │ │ ├── value_time_handles.svg │ │ ├── value_untie.svg │ │ ├── view_dopesheet.svg │ │ ├── view_graph.svg │ │ ├── view_table.svg │ │ └── zero_slope.svg │ ├── CHOP │ │ ├── acoustic.svg │ │ ├── area.svg │ │ ├── attribute.svg │ │ ├── audioin.svg │ │ ├── band.svg │ │ ├── beat.svg │ │ ├── blendpose.svg │ │ ├── channel.svg │ │ ├── channelwrangle.svg │ │ ├── constant.svg │ │ ├── constraintoffset.svg │ │ ├── copy.svg │ │ ├── count.svg │ │ ├── cycle.svg │ │ ├── delay.svg │ │ ├── devicetransform.svg │ │ ├── dynamics.svg │ │ ├── envelope.svg │ │ ├── eulerrotationfilter.svg │ │ ├── export.svg │ │ ├── exporttransforms.svg │ │ ├── express.svg │ │ ├── extractlocomotion.svg │ │ ├── extractposedrivers.svg │ │ ├── fan.svg │ │ ├── feedback.svg │ │ ├── filter.svg │ │ ├── footplant.svg │ │ ├── foreach.svg │ │ ├── gamepad.svg │ │ ├── geometry.svg │ │ ├── gesture.svg │ │ ├── handle.svg │ │ ├── iksolver.svg │ │ ├── image.svg │ │ ├── interp.svg │ │ ├── inversekin.svg │ │ ├── jiggle.svg │ │ ├── joystick.svg │ │ ├── keyboard.svg │ │ ├── lag.svg │ │ ├── limit.svg │ │ ├── logic.svg │ │ ├── math.svg │ │ ├── merge.svg │ │ ├── midiin.svg │ │ ├── midiout.svg │ │ ├── mouse3d.svg │ │ ├── network.svg │ │ ├── object.svg │ │ ├── objectchain.svg │ │ ├── oscillator.svg │ │ ├── para.svg │ │ ├── particle.svg │ │ ├── pass.svg │ │ ├── phoneme.svg │ │ ├── pipein.svg │ │ ├── pipeout.svg │ │ ├── pitch.svg │ │ ├── posedifference.svg │ │ ├── posestash.svg │ │ ├── pretransform.svg │ │ ├── pulse.svg │ │ ├── puppet.svg │ │ ├── record.svg │ │ ├── reorder.svg │ │ ├── resample.svg │ │ ├── slope.svg │ │ ├── spatial.svg │ │ ├── spectrum.svg │ │ ├── spline.svg │ │ ├── spring.svg │ │ ├── stretch.svg │ │ ├── transform.svg │ │ ├── transformchain.svg │ │ ├── transformvopcvex.svg │ │ ├── trigger.svg │ │ ├── vex.svg │ │ ├── voicesplit.svg │ │ ├── voicesync.svg │ │ ├── vopchop.svg │ │ └── wave.svg │ ├── CHOPVIEW │ │ ├── autoscroll.svg │ │ ├── currentframe.svg │ │ ├── star.svg │ │ ├── view_bar.svg │ │ └── view_graph.svg │ ├── CMakeLists.txt │ ├── COMMON │ │ ├── archive.svg │ │ ├── bake.svg │ │ ├── blend.svg │ │ ├── character_export.svg │ │ ├── character_import.svg │ │ ├── csv.svg │ │ ├── delete.svg │ │ ├── engine.svg │ │ ├── file.svg │ │ ├── gltf.svg │ │ ├── hyrdra.svg │ │ ├── memory.svg │ │ ├── merge.svg │ │ ├── null.svg │ │ ├── opencl.svg │ │ ├── opencolorio.svg │ │ ├── opengl.svg │ │ ├── openvdb.svg │ │ ├── ris.svg │ │ ├── stash.svg │ │ ├── subnet.svg │ │ ├── switch.svg │ │ ├── usd.svg │ │ ├── variants.svg │ │ └── wrangle.svg │ ├── CONVERTED │ │ ├── CHILI_Constant.svg │ │ ├── CHILI_CopyAbs.svg │ │ ├── CHILI_CopyRel.svg │ │ ├── CHILI_CopyUnc.svg │ │ ├── CHILI_Cubic.svg │ │ ├── CHILI_DropOff.svg │ │ ├── CHILI_Ease.svg │ │ ├── CHILI_EaseIn.svg │ │ ├── CHILI_EaseOut.svg │ │ ├── CHILI_FlatDown.svg │ │ ├── CHILI_FlatUp.svg │ │ ├── CHILI_Group.svg │ │ ├── CHILI_Linear.svg │ │ ├── CHILI_Smooth.svg │ │ ├── CommentOff.svg │ │ ├── CommentOn.svg │ │ ├── DelScriptOff.svg │ │ ├── DelScriptOn.svg │ │ ├── DialogBox.svg │ │ ├── DownTriangle.svg │ │ ├── FUI_Filter.svg │ │ ├── FUI_ShowFlags.svg │ │ ├── FUI_ShowParms.svg │ │ ├── IMGUI_AllSources.svg │ │ ├── IMGUI_ConcatCurves.svg │ │ ├── IMGUI_DisplayedSources.svg │ │ ├── IMGUI_Extend.svg │ │ ├── IMGUI_Frames.svg │ │ ├── IMGUI_Guides.svg │ │ ├── IMGUI_Labels.svg │ │ ├── IMGUI_Preview.svg │ │ ├── IMGUI_TimeSources.svg │ │ ├── IMGUI_Timebar.svg │ │ ├── IMGUI_UseBackground.svg │ │ ├── IMGUI_UseTransparent.svg │ │ ├── IM_NewViewport.svg │ │ ├── MD_add.svg │ │ ├── MD_clear.svg │ │ ├── MD_intersect.svg │ │ ├── MD_remove.svg │ │ ├── MD_replace.svg │ │ ├── MD_toggle.svg │ │ ├── MWS_chanmodify.svg │ │ ├── MWS_masklight.svg │ │ ├── PLASMA_App.svg │ │ ├── RightArrow.svg │ │ ├── Switcher.svg │ │ ├── bboxl.svg │ │ └── book.svg │ ├── COP2 │ │ ├── add.svg │ │ ├── aidenoise.svg │ │ ├── anaglyph.svg │ │ ├── atop.svg │ │ ├── average.svg │ │ ├── blend.svg │ │ ├── blur.svg │ │ ├── border.svg │ │ ├── bright.svg │ │ ├── bump.svg │ │ ├── channelcopy.svg │ │ ├── chromakey.svg │ │ ├── color.svg │ │ ├── colorcorrect.svg │ │ ├── colorcurve.svg │ │ ├── colormap.svg │ │ ├── colorreplace.svg │ │ ├── colorwheel.svg │ │ ├── composite.svg │ │ ├── contrast.svg │ │ ├── convert.svg │ │ ├── convolve.svg │ │ ├── cornerramp.svg │ │ ├── crop.svg │ │ ├── cryptomatte.svg │ │ ├── defocus.svg │ │ ├── deform.svg │ │ ├── degrain.svg │ │ ├── deinterlace.svg │ │ ├── delete.svg │ │ ├── denoise.svg │ │ ├── depthdarken.svg │ │ ├── diff.svg │ │ ├── dilateerode.svg │ │ ├── dof.svg │ │ ├── dropshadow.svg │ │ ├── dsmflatten.svg │ │ ├── edge.svg │ │ ├── edgeblur.svg │ │ ├── emboss.svg │ │ ├── env.svg │ │ ├── equalize.svg │ │ ├── expand.svg │ │ ├── extend.svg │ │ ├── extrapolateboundaries.svg │ │ ├── fetch.svg │ │ ├── fieldmerge.svg │ │ ├── fieldsplit.svg │ │ ├── fieldswap.svg │ │ ├── file.svg │ │ ├── flip.svg │ │ ├── fog.svg │ │ ├── font.svg │ │ ├── frontface.svg │ │ ├── function.svg │ │ ├── gamma.svg │ │ ├── geokey.svg │ │ ├── geometry.svg │ │ ├── gradient.svg │ │ ├── grain.svg │ │ ├── hsv.svg │ │ ├── huecurve.svg │ │ ├── illpixel.svg │ │ ├── inside.svg │ │ ├── interlace.svg │ │ ├── invert.svg │ │ ├── layer.svg │ │ ├── levels.svg │ │ ├── light.svg │ │ ├── limit.svg │ │ ├── lookup.svg │ │ ├── lumakey.svg │ │ ├── lumamatte.svg │ │ ├── mask.svg │ │ ├── max.svg │ │ ├── median.svg │ │ ├── merge.svg │ │ ├── metadata.svg │ │ ├── min.svg │ │ ├── mono.svg │ │ ├── mosaic.svg │ │ ├── multiply.svg │ │ ├── noise.svg │ │ ├── null.svg │ │ ├── outside.svg │ │ ├── over.svg │ │ ├── pin.svg │ │ ├── pixel.svg │ │ ├── premultiply.svg │ │ ├── pulldown.svg │ │ ├── pushup.svg │ │ ├── quantize.svg │ │ ├── radialblur.svg │ │ ├── ramp.svg │ │ ├── reference.svg │ │ ├── rename.svg │ │ ├── render.svg │ │ ├── reverse.svg │ │ ├── rotoshape.svg │ │ ├── scale.svg │ │ ├── screen.svg │ │ ├── sequence.svg │ │ ├── shape.svg │ │ ├── sharpen.svg │ │ ├── shift.svg │ │ ├── shuffle.svg │ │ ├── skyenvmap.svg │ │ ├── snip.svg │ │ ├── sopimport.svg │ │ ├── still.svg │ │ ├── streak.svg │ │ ├── subnet.svg │ │ ├── subtract.svg │ │ ├── swap.svg │ │ ├── switch.svg │ │ ├── switchalpha.svg │ │ ├── terrain_min_max_slope.svg │ │ ├── terrain_snow_maker.svg │ │ ├── tile.svg │ │ ├── tima.svg │ │ ├── timefilter.svg │ │ ├── timescale.svg │ │ ├── trim.svg │ │ ├── under.svg │ │ ├── unpin.svg │ │ ├── uvmap.svg │ │ ├── vector.svg │ │ ├── velblur.svg │ │ ├── vexfilter.svg │ │ ├── vexgenerate.svg │ │ ├── warp.svg │ │ ├── window.svg │ │ ├── wipe.svg │ │ ├── xform.svg │ │ ├── xor.svg │ │ └── zcomp.svg │ ├── CROWDS │ │ ├── agent.svg │ │ ├── agent2.svg │ │ ├── agentcam.svg │ │ ├── agentclip.svg │ │ ├── agentedit.svg │ │ ├── agentlayer.svg │ │ ├── agentlookat.svg │ │ ├── agentterrainadaptation.svg │ │ ├── agentterrainprojection.svg │ │ ├── crowdobject.svg │ │ ├── crowdsolver.svg │ │ ├── crowdsource.svg │ │ ├── hero.svg │ │ ├── obstacle.svg │ │ ├── popsteeralign.svg │ │ ├── popsteeravoid.svg │ │ ├── popsteercohesion.svg │ │ ├── popsteercustom.svg │ │ ├── popsteerobstacle.svg │ │ ├── popsteerpath.svg │ │ ├── popsteerseek.svg │ │ ├── popsteerseparate.svg │ │ ├── popsteerturnconstraint.svg │ │ ├── popsteerwander.svg │ │ ├── populate.svg │ │ ├── simulate.svg │ │ ├── state.svg │ │ ├── transition.svg │ │ ├── trigger.svg │ │ └── triggerlogic.svg │ ├── DATATYPES │ │ ├── angle.svg │ │ ├── boolean.svg │ │ ├── bundle.svg │ │ ├── bundle_smart.svg │ │ ├── button.svg │ │ ├── buttonstrip.svg │ │ ├── code_class.svg │ │ ├── code_function.svg │ │ ├── code_keyword.svg │ │ ├── code_method.svg │ │ ├── code_module.svg │ │ ├── code_type.svg │ │ ├── code_variable.svg │ │ ├── cvex.svg │ │ ├── cvex_folder.svg │ │ ├── data.svg │ │ ├── direction_vector.svg │ │ ├── directory.svg │ │ ├── file.svg │ │ ├── flag.svg │ │ ├── float.svg │ │ ├── float_log.svg │ │ ├── float_minmax.svg │ │ ├── folder.svg │ │ ├── geo_file.svg │ │ ├── geometrydata.svg │ │ ├── iconstrip.svg │ │ ├── image_file.svg │ │ ├── int.svg │ │ ├── int_log.svg │ │ ├── int_minmax.svg │ │ ├── int_vector.svg │ │ ├── int_vector2.svg │ │ ├── int_vector4.svg │ │ ├── invisible.svg │ │ ├── keyvaluedict.svg │ │ ├── label.svg │ │ ├── material_override.svg │ │ ├── matrix.svg │ │ ├── matrix3.svg │ │ ├── node_list.svg │ │ ├── node_path.svg │ │ ├── ordinal_menu.svg │ │ ├── override_folder.svg │ │ ├── override_set.svg │ │ ├── parameter.svg │ │ ├── parameter_channel.svg │ │ ├── parameter_override.svg │ │ ├── ramp.svg │ │ ├── rgb.svg │ │ ├── rgba.svg │ │ ├── rgba_mask.svg │ │ ├── separator.svg │ │ ├── string.svg │ │ ├── style.svg │ │ ├── styles_folder.svg │ │ ├── stylesheet.svg │ │ ├── stylesheet_condition.svg │ │ ├── stylesheet_spec.svg │ │ ├── uv.svg │ │ ├── uvw.svg │ │ ├── vector.svg │ │ ├── vector2.svg │ │ ├── vector4.svg │ │ └── vex.svg │ ├── DESKTOP │ │ ├── application.svg │ │ ├── application2.svg │ │ ├── application_mac.svg │ │ ├── blank.svg │ │ ├── blank2.svg │ │ ├── cdrom.svg │ │ ├── chan.svg │ │ ├── drive.svg │ │ ├── escape.svg │ │ ├── expanded_otl.svg │ │ ├── file_sequence.svg │ │ ├── geo.svg │ │ ├── geo_sequence.svg │ │ ├── hip.svg │ │ ├── hipnc.svg │ │ ├── ifd.svg │ │ ├── image_sequence.svg │ │ ├── installer.svg │ │ ├── installer2.svg │ │ ├── launcher.svg │ │ ├── otl.svg │ │ ├── pic.svg │ │ ├── rat.svg │ │ ├── removable.svg │ │ ├── shortcut.svg │ │ └── virtual.svg │ ├── DIALOG │ │ ├── error.svg │ │ ├── important.svg │ │ ├── info.svg │ │ ├── question.svg │ │ └── warning.svg │ ├── DOP │ │ ├── activevalue.svg │ │ ├── affector.svg │ │ ├── anchor.svg │ │ ├── applydata.svg │ │ ├── applyrel.svg │ │ ├── blendfactor.svg │ │ ├── blendsolver.svg │ │ ├── bulletdata.svg │ │ ├── bulletsolver.svg │ │ ├── buoyancyforce.svg │ │ ├── clothattachtobody.svg │ │ ├── clothbodycollider.svg │ │ ├── clothforces.svg │ │ ├── clothobject.svg │ │ ├── clothsolver.svg │ │ ├── clothstitchconstraint.svg │ │ ├── clothvisualization.svg │ │ ├── colliderlabel.svg │ │ ├── conrelationship.svg │ │ ├── constraint.svg │ │ ├── constraintnetwork.svg │ │ ├── constraintnetworkrelationship.svg │ │ ├── container.svg │ │ ├── copydata.svg │ │ ├── copyobject.svg │ │ ├── copyobjectinfo.svg │ │ ├── copysolver.svg │ │ ├── crowdfuzzylogic.svg │ │ ├── dop.svg │ │ ├── drag.svg │ │ ├── dragproperties.svg │ │ ├── embedhighresobject.svg │ │ ├── emptydata.svg │ │ ├── emptyobject.svg │ │ ├── emptyrel.svg │ │ ├── enablesolver.svg │ │ ├── fan.svg │ │ ├── fefuseconstraint.svg │ │ ├── femattachconstraint.svg │ │ ├── femslideconstraint.svg │ │ ├── fetchdata.svg │ │ ├── fieldforce.svg │ │ ├── filamentsolver.svg │ │ ├── filedata.svg │ │ ├── finiteelementsolver.svg │ │ ├── flipobject.svg │ │ ├── flipsolver.svg │ │ ├── fluidforce.svg │ │ ├── fluidobject.svg │ │ ├── fluidsolver.svg │ │ ├── fracturedsolidobject.svg │ │ ├── gas.svg │ │ ├── gasadvectfield.svg │ │ ├── gascurveforce.svg │ │ ├── gaserror.svg │ │ ├── gasfilterhourglassmodes.svg │ │ ├── gasparticlecount.svg │ │ ├── gasprojectnondivergentadaptive.svg │ │ ├── gasupres.svg │ │ ├── geometrycopy.svg │ │ ├── geometryvop.svg │ │ ├── geometrywrangle.svg │ │ ├── gravity.svg │ │ ├── groundplane.svg │ │ ├── group.svg │ │ ├── hardconrel.svg │ │ ├── hybridobject.svg │ │ ├── impulseforce.svg │ │ ├── instancedobject.svg │ │ ├── intangiblevalue.svg │ │ ├── magnetforce.svg │ │ ├── makeactive.svg │ │ ├── makepassive.svg │ │ ├── mask.svg │ │ ├── matrixfield.svg │ │ ├── matrixfieldvisualization.svg │ │ ├── modifydata.svg │ │ ├── motion.svg │ │ ├── multifieldvisualization.svg │ │ ├── multisolver.svg │ │ ├── nocollider.svg │ │ ├── noconrel.svg │ │ ├── noise.svg │ │ ├── objpos.svg │ │ ├── oceansource.svg │ │ ├── onlyonce.svg │ │ ├── parentfluid.svg │ │ ├── particlefieldvisualization.svg │ │ ├── particlefluidemitter.svg │ │ ├── particlefluidobject.svg │ │ ├── particlefluidsink.svg │ │ ├── particlefluidsolver.svg │ │ ├── partition.svg │ │ ├── physparms.svg │ │ ├── pointcollider.svg │ │ ├── pointforce.svg │ │ ├── pointpos.svg │ │ ├── popadvectbyfilaments.svg │ │ ├── popcurveforce.svg │ │ ├── popobject.svg │ │ ├── popsolver.svg │ │ ├── popsteersolver.svg │ │ ├── popvop.svg │ │ ├── popwrangle.svg │ │ ├── position.svg │ │ ├── pyrosolver.svg │ │ ├── pyrosolver_sparse.svg │ │ ├── rbdangularconstraint.svg │ │ ├── rbdangularspringconstraint.svg │ │ ├── rbdautofreeze.svg │ │ ├── rbdconetwistconstraint.svg │ │ ├── rbdconfigureobject.svg │ │ ├── rbdfracturedobject.svg │ │ ├── rbdglueobject.svg │ │ ├── rbdhingeconstraint.svg │ │ ├── rbdkeyactive.svg │ │ ├── rbdobject.svg │ │ ├── rbdpackedobject.svg │ │ ├── rbdpinconstraint.svg │ │ ├── rbdpointobject.svg │ │ ├── rbdragdollobject.svg │ │ ├── rbdsliderconstraint.svg │ │ ├── rbdsolver.svg │ │ ├── rbdspringconstraint.svg │ │ ├── rbdstate.svg │ │ ├── rbdvisualization.svg │ │ ├── removeobject.svg │ │ ├── resizefluid.svg │ │ ├── rippleobject.svg │ │ ├── ripplesolver.svg │ │ ├── sandobject.svg │ │ ├── sandsolver.svg │ │ ├── sbdpinconstraint.svg │ │ ├── sbdspringconstraint.svg │ │ ├── scalarfield.svg │ │ ├── scalarfieldvisualization.svg │ │ ├── scriptsolver.svg │ │ ├── seamproperties.svg │ │ ├── slicealongline.svg │ │ ├── sliceplane.svg │ │ ├── smokeobject.svg │ │ ├── smokeobject_sparse.svg │ │ ├── smokesolver.svg │ │ ├── smokesolver_sparse.svg │ │ ├── solidobject.svg │ │ ├── sopgeo.svg │ │ ├── sopguide.svg │ │ ├── sopsolver.svg │ │ ├── sourcefilaments.svg │ │ ├── sphereedgetree.svg │ │ ├── spherepointtree.svg │ │ ├── split.svg │ │ ├── springconrel.svg │ │ ├── squishyobject.svg │ │ ├── staticobject.svg │ │ ├── staticsolver.svg │ │ ├── surfacecollisionparms.svg │ │ ├── switchsolver.svg │ │ ├── switchvalue.svg │ │ ├── terrainobject.svg │ │ ├── thinplatecollider.svg │ │ ├── twostateconrel.svg │ │ ├── uniformforce.svg │ │ ├── vectorfield.svg │ │ ├── vectorfieldvisualization.svg │ │ ├── vellumconstraintproperty.svg │ │ ├── vellumconstraints.svg │ │ ├── vellumobject.svg │ │ ├── vellumsolver.svg │ │ ├── vellumsource.svg │ │ ├── vexforce.svg │ │ ├── visualizegeometry.svg │ │ ├── volumesource.svg │ │ ├── vopforce.svg │ │ ├── voronoifractureconfigureobject.svg │ │ ├── voronoifractureparms.svg │ │ ├── voronoifracturesolver.svg │ │ ├── vortexforce.svg │ │ ├── vortexforceattribs.svg │ │ ├── whitewateremitter.svg │ │ ├── whitewatersolver.svg │ │ ├── windforce.svg │ │ ├── wireangularconstraint.svg │ │ ├── wireangularspringconstraint.svg │ │ ├── wireelasticity.svg │ │ ├── wireglueconstraint.svg │ │ ├── wireobject.svg │ │ ├── wirephysparms.svg │ │ ├── wireplasticity.svg │ │ ├── wiresolver.svg │ │ ├── wirevisualization.svg │ │ ├── wirevolumecollider.svg │ │ └── wirewirecollider.svg │ ├── ENGINE │ │ ├── asset_help.svg │ │ ├── bake_all.svg │ │ ├── bake_selected.svg │ │ ├── clean_temp.svg │ │ ├── cook_all.svg │ │ ├── cook_log.svg │ │ ├── cook_selected.svg │ │ ├── digital_asset.svg │ │ ├── engine_3dsmax.svg │ │ ├── engine_maya.svg │ │ ├── engine_unity.svg │ │ ├── engine_unreal.svg │ │ ├── houdini_live_link.svg │ │ ├── houdini_niagara.svg │ │ ├── node_sync.svg │ │ ├── online_forum.svg │ │ ├── online_help.svg │ │ ├── open_in_houdini.svg │ │ ├── pause.svg │ │ ├── pdg_cancel.svg │ │ ├── pdg_dirty_all.svg │ │ ├── pdg_dirty_node.svg │ │ ├── pdg_link.svg │ │ ├── pdg_pause.svg │ │ ├── pdg_refresh.svg │ │ ├── pdg_reset.svg │ │ ├── point_cloud_asset.svg │ │ ├── rebuild_all.svg │ │ ├── rebuild_selected.svg │ │ ├── refine_all.svg │ │ ├── refine_selected.svg │ │ ├── report_bug.svg │ │ ├── reset.svg │ │ ├── reset_parameters.svg │ │ ├── satellite.svg │ │ ├── save_to_hip.svg │ │ ├── session_connect.svg │ │ ├── session_create.svg │ │ ├── session_restart.svg │ │ ├── session_stop.svg │ │ ├── session_sync.svg │ │ ├── session_sync_start.svg │ │ ├── session_sync_stop.svg │ │ ├── sync_3dsmax - Copy.svg │ │ ├── sync_3dsmax.svg │ │ ├── sync_maya.svg │ │ ├── sync_unity.svg │ │ ├── sync_unreal.svg │ │ ├── viewport_sync.svg │ │ ├── viewport_sync_both.svg │ │ ├── viewport_sync_from_houdini.svg │ │ ├── viewport_sync_off.svg │ │ └── viewport_sync_to_houdini.svg │ ├── FUR │ │ ├── add_dynamics.svg │ │ ├── add_fur.svg │ │ ├── addparting.svg │ │ ├── adjust_length.svg │ │ ├── animate.svg │ │ ├── brush.svg │ │ ├── brush2.svg │ │ ├── clump_hair.svg │ │ ├── color.svg │ │ ├── comb.svg │ │ ├── cut_hair.svg │ │ ├── density.svg │ │ ├── groommerge.svg │ │ ├── guidegroom.svg │ │ ├── hair2.svg │ │ ├── haircardgen.svg │ │ ├── haircardtex.svg │ │ ├── hairgen.svg │ │ ├── initialize_guides.svg │ │ ├── isolate_parts.svg │ │ ├── jump_generate.svg │ │ ├── jump_guides.svg │ │ ├── length.svg │ │ ├── lift_hair.svg │ │ ├── orientation.svg │ │ ├── paint_base_color.svg │ │ ├── paint_bend_noise.svg │ │ ├── paint_clumping.svg │ │ ├── paint_comb_noise.svg │ │ ├── paint_density.svg │ │ ├── paint_frizz.svg │ │ ├── paint_frizz_frequency.svg │ │ ├── paint_frizz_roughness.svg │ │ ├── paint_guard_density.svg │ │ ├── paint_guard_length.svg │ │ ├── paint_length.svg │ │ ├── paint_straighten.svg │ │ ├── paint_twist.svg │ │ ├── paint_twist_noise.svg │ │ ├── paint_white_density.svg │ │ ├── part_hair.svg │ │ ├── plant_guides.svg │ │ ├── recache_strokes.svg │ │ ├── reguide.svg │ │ ├── screen_brush.svg │ │ ├── shears.svg │ │ ├── smooth.svg │ │ ├── surface_brush.svg │ │ ├── swirl.svg │ │ ├── thickness.svg │ │ ├── toggle_display.svg │ │ └── transfer.svg │ ├── IM │ │ ├── RotoFillInside.svg │ │ └── RotoFillOutside.svg │ ├── IMAGE │ │ ├── actual_size.svg │ │ ├── adaptpixelrange.svg │ │ ├── auto_update.svg │ │ ├── blackpoint.svg │ │ ├── bright_shift.svg │ │ ├── brightness.svg │ │ ├── components_all.svg │ │ ├── components_alpha.svg │ │ ├── components_blue.svg │ │ ├── components_green.svg │ │ ├── components_red.svg │ │ ├── contrast.svg │ │ ├── diff_blend.svg │ │ ├── diff_compare.svg │ │ ├── diff_frame_current.svg │ │ ├── diff_frame_next.svg │ │ ├── diff_frame_offset.svg │ │ ├── diff_frame_previous.svg │ │ ├── diff_frame_specific.svg │ │ ├── diff_highlight.svg │ │ ├── diff_off.svg │ │ ├── diff_split_h.svg │ │ ├── diff_split_v.svg │ │ ├── disconnect.svg │ │ ├── filter_color_blue.svg │ │ ├── filter_color_green.svg │ │ ├── filter_color_purple.svg │ │ ├── filter_color_red.svg │ │ ├── filter_color_teal.svg │ │ ├── filter_color_yellow.svg │ │ ├── filter_no_auto.svg │ │ ├── filter_star.svg │ │ ├── fit_to_window.svg │ │ ├── follow_display.svg │ │ ├── follow_displayandselection.svg │ │ ├── follow_selection.svg │ │ ├── gallery_size_large.svg │ │ ├── gallery_size_medium.svg │ │ ├── gallery_size_small.svg │ │ ├── gamma.svg │ │ ├── home.svg │ │ ├── inspect_styles.svg │ │ ├── lut_off.svg │ │ ├── lut_on.svg │ │ ├── marker_color_blue.svg │ │ ├── marker_color_green.svg │ │ ├── marker_color_off.svg │ │ ├── marker_color_purple.svg │ │ ├── marker_color_red.svg │ │ ├── marker_color_teal.svg │ │ ├── marker_color_yellow.svg │ │ ├── marker_diff_a.svg │ │ ├── marker_diff_b.svg │ │ ├── marker_star_off.svg │ │ ├── marker_star_on.svg │ │ ├── new_sequence.svg │ │ ├── preview_render.svg │ │ ├── relighting_buffer.svg │ │ ├── snapshot_add.svg │ │ ├── snapshots.svg │ │ ├── snapshots_old.svg │ │ ├── view_alpha.svg │ │ ├── view_aspectratio.svg │ │ ├── view_bgimage.svg │ │ ├── view_guides.svg │ │ ├── view_handles.svg │ │ ├── view_histogram.svg │ │ ├── view_image.svg │ │ ├── view_labels.svg │ │ ├── view_preview.svg │ │ ├── view_rulers.svg │ │ ├── view_timeline.svg │ │ ├── viewport_linkscrolling.svg │ │ ├── viewport_maximize.svg │ │ ├── whitepoint.svg │ │ ├── window_doublesize.svg │ │ ├── window_halfsize.svg │ │ ├── zoom_in.svg │ │ └── zoom_out.svg │ ├── IconMapping │ ├── KEYS │ │ ├── Down.svg │ │ ├── LMB.svg │ │ ├── Left.svg │ │ ├── MMB.svg │ │ ├── RMB.svg │ │ ├── Right.svg │ │ ├── Up.svg │ │ ├── mouse.svg │ │ └── mouse_wheel.svg │ ├── LOP │ │ ├── addvariant.svg │ │ ├── autoselectlod.svg │ │ ├── basiscurves.svg │ │ ├── begincontextoptionsblock.svg │ │ ├── blendconstraint.svg │ │ ├── collection.svg │ │ ├── configurelayer.svg │ │ ├── configureprimitive.svg │ │ ├── configureproperty.svg │ │ ├── configurestage.svg │ │ ├── createlod.svg │ │ ├── createxform.svg │ │ ├── drop.svg │ │ ├── duplicate.svg │ │ ├── edit.svg │ │ ├── editcontextoptions.svg │ │ ├── editmaterial.svg │ │ ├── editproperties.svg │ │ ├── editprototype.svg │ │ ├── edittargetlayer.svg │ │ ├── explorevariants.svg │ │ ├── extractinstances.svg │ │ ├── foreach.svg │ │ ├── geometrysequence.svg │ │ ├── geometrysubset.svg │ │ ├── geometrysubsetvop.svg │ │ ├── graftbranches.svg │ │ ├── graftstages.svg │ │ ├── hdadynamicpayload.svg │ │ ├── hermitecurves.svg │ │ ├── inlineusd.svg │ │ ├── karmaprocedural.svg │ │ ├── karmarenderproperties.svg │ │ ├── karmastandardrendervars.svg │ │ ├── layerbreak.svg │ │ ├── layerreplace.svg │ │ ├── lightlinker.svg │ │ ├── lightmixer.svg │ │ ├── loadlayer.svg │ │ ├── loftpayloadinfo.svg │ │ ├── mantradomelight.svg │ │ ├── mantralight.svg │ │ ├── maskfrombounds.svg │ │ ├── materiallibrary.svg │ │ ├── materiallinker.svg │ │ ├── materialvariation.svg │ │ ├── merge.svg │ │ ├── mesh.svg │ │ ├── modifypointinstances.svg │ │ ├── payload.svg │ │ ├── points.svg │ │ ├── pointxform.svg │ │ ├── primitive.svg │ │ ├── props.svg │ │ ├── rbddestruction.svg │ │ ├── reference.svg │ │ ├── rendergeometrysettings.svg │ │ ├── renderproduct.svg │ │ ├── rendersettings.svg │ │ ├── rendervar.svg │ │ ├── sceneimport.svg │ │ ├── scope.svg │ │ ├── setextents.svg │ │ ├── setvariant.svg │ │ ├── simulationproxy.svg │ │ ├── sopcreate.svg │ │ ├── sopimport.svg │ │ ├── splitprimitive.svg │ │ ├── stagemanager.svg │ │ ├── storeparametervalues.svg │ │ ├── sublayer.svg │ │ ├── timeshift.svg │ │ ├── valueclip.svg │ │ └── varymaterialassignment.svg │ ├── MISC │ │ ├── 3d_printer.svg │ │ ├── admission_ticket.svg │ │ ├── anaglyph_3d.svg │ │ ├── angry_fruit_salad.svg │ │ ├── beach.svg │ │ ├── betacapsule.svg │ │ ├── big_red_button.svg │ │ ├── bug.svg │ │ ├── cake.svg │ │ ├── checkbox_light_off.svg │ │ ├── checkbox_light_on.svg │ │ ├── checkmark.svg │ │ ├── comic.svg │ │ ├── conductor.svg │ │ ├── control_panel.svg │ │ ├── daikaiju.svg │ │ ├── database.svg │ │ ├── digital_asset.svg │ │ ├── director_chair.svg │ │ ├── done_uploading.svg │ │ ├── donut.svg │ │ ├── dumpster.svg │ │ ├── empty.svg │ │ ├── energy.svg │ │ ├── engine_logo.svg │ │ ├── explosives.svg │ │ ├── faq.svg │ │ ├── field.svg │ │ ├── gamedev_logo.svg │ │ ├── generic.svg │ │ ├── grimoire.svg │ │ ├── happyjuice.svg │ │ ├── hor_arrow.svg │ │ ├── hqueue_logo.svg │ │ ├── installed.svg │ │ ├── interocitor.svg │ │ ├── karma.svg │ │ ├── knit.svg │ │ ├── loading.svg │ │ ├── logo.svg │ │ ├── logo_white.svg │ │ ├── lotus.svg │ │ ├── m.svg │ │ ├── magic.svg │ │ ├── magicball.svg │ │ ├── marquee.svg │ │ ├── new.svg │ │ ├── opensubdiv.svg │ │ ├── orbolt.svg │ │ ├── override.svg │ │ ├── popcorn.svg │ │ ├── present.svg │ │ ├── python.svg │ │ ├── python_official.svg │ │ ├── random.svg │ │ ├── rating_empty.svg │ │ ├── rating_full.svg │ │ ├── rating_half.svg │ │ ├── raygun.svg │ │ ├── rename.svg │ │ ├── robot.svg │ │ ├── satchel.svg │ │ ├── satellite.svg │ │ ├── sculpting.svg │ │ ├── sculpture.svg │ │ ├── selene.svg │ │ ├── shelf.svg │ │ ├── sketchbook.svg │ │ ├── snow.svg │ │ ├── solaris.svg │ │ ├── starthere.svg │ │ ├── steering_wheel.svg │ │ ├── test.svg │ │ ├── tier_one.svg │ │ ├── tier_two.svg │ │ ├── tooltip_type_indicator.svg │ │ ├── tree_branch_end.svg │ │ ├── tree_branch_more.svg │ │ ├── tree_vline.svg │ │ ├── trophy.svg │ │ ├── tutorials.svg │ │ ├── type_indicator.svg │ │ ├── ui.svg │ │ ├── update_available.svg │ │ ├── update_circle.svg │ │ ├── uploading.svg │ │ ├── videogame_console.svg │ │ ├── videogame_handheld.svg │ │ ├── visualize.svg │ │ ├── vr_controllers.svg │ │ └── zombie.svg │ ├── NETVIEW │ │ ├── 64bit_badge.svg │ │ ├── 64bit_badge_large.svg │ │ ├── bypass_flag.svg │ │ ├── childerror_badge.svg │ │ ├── childerror_badge_large.svg │ │ ├── chop_info.svg │ │ ├── comment_badge.svg │ │ ├── comment_badge_large.svg │ │ ├── comment_hide.svg │ │ ├── comment_show.svg │ │ ├── constraints_badge.svg │ │ ├── constraints_badge_large.svg │ │ ├── cop2_info.svg │ │ ├── debug.svg │ │ ├── debug_badge.svg │ │ ├── debug_badge_large.svg │ │ ├── debug_flag.svg │ │ ├── display_flag.svg │ │ ├── dop_info.svg │ │ ├── dynamic_badge.png │ │ ├── error_badge.svg │ │ ├── error_badge_large.svg │ │ ├── export_flag.svg │ │ ├── filter_badge.svg │ │ ├── filter_badge_large.svg │ │ ├── filter_flag.svg │ │ ├── frozen.svg │ │ ├── hasdata_badge.svg │ │ ├── hasdata_badge_large.svg │ │ ├── hastakedata_badge.svg │ │ ├── hastakedata_badge_large.svg │ │ ├── hda_changed.svg │ │ ├── hda_locked_badge.svg │ │ ├── hda_locked_badge_large.svg │ │ ├── hda_unlocked_badge.svg │ │ ├── hda_unlocked_badge_large.svg │ │ ├── hidden_flag.svg │ │ ├── image_bright.svg │ │ ├── image_delete.svg │ │ ├── image_delete_located.svg │ │ ├── image_link.svg │ │ ├── image_link_located.svg │ │ ├── info_button.svg │ │ ├── info_button_selected.svg │ │ ├── kinematics_badge.svg │ │ ├── kinematics_badge_large.svg │ │ ├── lock_flag.svg │ │ ├── locked_badge.svg │ │ ├── locked_badge_large.svg │ │ ├── lop_info.svg │ │ ├── material_flag.svg │ │ ├── message_badge.svg │ │ ├── message_badge_large.svg │ │ ├── minimize.svg │ │ ├── not_compilable_badge.svg │ │ ├── not_compilable_badge_large.svg │ │ ├── obj_info.svg │ │ ├── output_flag.svg │ │ ├── pdg_dynamic_badge.svg │ │ ├── pdg_dynamic_badge_large.svg │ │ ├── performance.svg │ │ ├── pin_in.svg │ │ ├── pin_out.svg │ │ ├── population_mask_badge.svg │ │ ├── population_mask_badge_large.svg │ │ ├── preview_flag.svg │ │ ├── quickmark_back.svg │ │ ├── quickmark_go.svg │ │ ├── quickmark_go_1.svg │ │ ├── quickmark_go_2.svg │ │ ├── quickmark_go_3.svg │ │ ├── quickmark_go_4.svg │ │ ├── quickmark_go_5.svg │ │ ├── quickmark_set.svg │ │ ├── quickmark_set_1.svg │ │ ├── quickmark_set_2.svg │ │ ├── quickmark_set_3.svg │ │ ├── quickmark_set_4.svg │ │ ├── quickmark_set_5.svg │ │ ├── reload.svg │ │ ├── reload_needsupdate.svg │ │ ├── render_flag.svg │ │ ├── restore.svg │ │ ├── rop_info.svg │ │ ├── selectable_flag.svg │ │ ├── selectable_template_flag.svg │ │ ├── shape_palette.svg │ │ ├── shop_info.svg │ │ ├── sop_info.svg │ │ ├── spreadsheet.svg │ │ ├── template_flag.svg │ │ ├── time_dependent_badge.svg │ │ ├── time_dependent_badge_large.svg │ │ ├── unload_badge.svg │ │ ├── unload_badge_large.svg │ │ ├── unloaded_payloads_badge.svg │ │ ├── unloaded_payloads_badge_large.svg │ │ ├── verbose.svg │ │ ├── vex_cachable_badge.svg │ │ ├── vex_cachable_badge_large.svg │ │ ├── vex_cached_badge.svg │ │ ├── vex_cached_badge_large.svg │ │ ├── vop_info.svg │ │ ├── vop_max.svg │ │ ├── vop_med.svg │ │ ├── vop_min.svg │ │ ├── warning_badge.svg │ │ └── warning_badge_large.svg │ ├── NETWORKS │ │ ├── chop.svg │ │ ├── cop2.svg │ │ ├── dop.svg │ │ ├── generic.svg │ │ ├── lop.svg │ │ ├── mat.svg │ │ ├── obj.svg │ │ ├── pop.svg │ │ ├── root.svg │ │ ├── rop.svg │ │ ├── scene.svg │ │ ├── shop.svg │ │ ├── sop.svg │ │ ├── top.svg │ │ ├── vop.svg │ │ ├── vop_pop.svg │ │ ├── vop_sop.svg │ │ └── vopnet.svg │ ├── NODEFLAGS │ │ ├── audio.svg │ │ ├── bone.svg │ │ ├── bypass.svg │ │ ├── capture.svg │ │ ├── diskcache.svg │ │ ├── display.svg │ │ ├── export.svg │ │ ├── expose.svg │ │ ├── graph.svg │ │ ├── hardlock.svg │ │ ├── hidden.svg │ │ ├── highlight.svg │ │ ├── lock.svg │ │ ├── origin.svg │ │ ├── output.svg │ │ ├── render.svg │ │ ├── select.svg │ │ ├── selectabletemplate.svg │ │ ├── softlock.svg │ │ ├── template.svg │ │ ├── unload.svg │ │ ├── vop_names_long.svg │ │ ├── vop_names_short.svg │ │ ├── vop_terminals_all.svg │ │ ├── vop_terminals_collapsed.svg │ │ ├── vop_terminals_connected.svg │ │ └── xray.svg │ ├── OBJ │ │ ├── ambient.svg │ │ ├── autorig.svg │ │ ├── autorig_arm.svg │ │ ├── autorig_blank.svg │ │ ├── autorig_foot.svg │ │ ├── autorig_hand.svg │ │ ├── autorig_head.svg │ │ ├── autorig_leg.svg │ │ ├── autorig_quadruped.svg │ │ ├── autorig_quadruped_backleg.svg │ │ ├── autorig_quadruped_frontleg.svg │ │ ├── autorig_quadruped_head.svg │ │ ├── autorig_quadruped_spine.svg │ │ ├── autorig_quadruped_tail.svg │ │ ├── autorig_quadruped_toes.svg │ │ ├── autorig_spine.svg │ │ ├── autorig_spine_3.svg │ │ ├── autorig_spine_5.svg │ │ ├── blend.svg │ │ ├── blendsticky.svg │ │ ├── bone.svg │ │ ├── camera.svg │ │ ├── character_placer.svg │ │ ├── cop2plane.svg │ │ ├── dopnet.svg │ │ ├── extractgeo.svg │ │ ├── fetch.svg │ │ ├── fog.svg │ │ ├── frankenmuscle.svg │ │ ├── geo.svg │ │ ├── guidedeform.svg │ │ ├── guidegroom.svg │ │ ├── hairgen.svg │ │ ├── handle.svg │ │ ├── hlight.svg │ │ ├── instance.svg │ │ ├── lensflare.svg │ │ ├── light.svg │ │ ├── light_area.svg │ │ ├── light_caustic.svg │ │ ├── light_directional.svg │ │ ├── light_environment.svg │ │ ├── light_fluorescent.svg │ │ ├── light_geo.svg │ │ ├── light_gi.svg │ │ ├── light_point.svg │ │ ├── light_portal.svg │ │ ├── light_sky.svg │ │ ├── light_spot.svg │ │ ├── lopimport.svg │ │ ├── lopimportcam.svg │ │ ├── microphone.svg │ │ ├── muscle.svg │ │ ├── musclepin.svg │ │ ├── musclerig.svg │ │ ├── null.svg │ │ ├── path.svg │ │ ├── pathcv.svg │ │ ├── riggedmuscle.svg │ │ ├── rivet.svg │ │ ├── simplebiped.svg │ │ ├── simplefemale.svg │ │ ├── simplemale.svg │ │ ├── sound.svg │ │ ├── stereocamera.svg │ │ ├── sticky.svg │ │ ├── switcher.svg │ │ └── tooncharacter.svg │ ├── OBJ_STATE │ │ ├── aligncapturepose.svg │ │ ├── blendpose.svg │ │ ├── bones.svg │ │ ├── bonesfromcurve.svg │ │ ├── dynamicparent.svg │ │ ├── editcaptureblend.svg │ │ ├── editcaptureregion.svg │ │ ├── editcaptureweight.svg │ │ ├── mirrorcapture.svg │ │ ├── paintcapturelayer.svg │ │ └── path.svg │ ├── PANETYPES │ │ ├── bundle_list.svg │ │ ├── channel_list.svg │ │ ├── channels_dopesheet.svg │ │ ├── channels_graph.svg │ │ ├── channels_spreadsheet.svg │ │ ├── custom.svg │ │ ├── datatree_lightbank.svg │ │ ├── datatree_objectappearance.svg │ │ ├── details.svg │ │ ├── handle_list.svg │ │ ├── help_browser.svg │ │ ├── ipr.svg │ │ ├── linker.svg │ │ ├── network.svg │ │ ├── parameter_spreadsheet.svg │ │ ├── parameters.svg │ │ ├── python_shell.svg │ │ ├── take_list.svg │ │ ├── textport.svg │ │ ├── tree.svg │ │ ├── viewer_3D.svg │ │ ├── viewer_chops.svg │ │ └── viewer_cop.svg │ ├── PARTS │ │ ├── Colorwheel.svg │ │ ├── attributes_lg.svg │ │ ├── attributes_med.svg │ │ ├── attributes_sm.svg │ │ ├── brush.svg │ │ ├── calculator.svg │ │ ├── color.svg │ │ ├── constraint.svg │ │ ├── delete_circle.svg │ │ ├── delete_x.svg │ │ ├── fluids.svg │ │ ├── glue.svg │ │ ├── gpu.svg │ │ ├── image.svg │ │ ├── machine_learning.svg │ │ ├── magnet.svg │ │ ├── move_arrow.svg │ │ ├── particle.svg │ │ ├── polygon.svg │ │ ├── polygon_sphere.svg │ │ ├── polygon_sphere_cusp.svg │ │ ├── polygons_2.svg │ │ ├── polygons_4.svg │ │ ├── polygons_cube.svg │ │ ├── polygons_mesh.svg │ │ ├── rbd.svg │ │ └── solver.svg │ ├── PLAYBAR │ │ ├── audio.svg │ │ ├── auto_key.svg │ │ ├── auto_key_big.svg │ │ ├── channels_update.svg │ │ ├── commit.svg │ │ ├── commit_key_big.svg │ │ ├── editable_keys.svg │ │ ├── frame_first.svg │ │ ├── frame_next.svg │ │ ├── frame_prev.svg │ │ ├── keyframe_next.svg │ │ ├── keyframe_prev.svg │ │ ├── last_frame.svg │ │ ├── pause.svg │ │ ├── play_backward.svg │ │ ├── play_forward.svg │ │ ├── play_loop.svg │ │ ├── play_once.svg │ │ ├── play_zigzag.svg │ │ ├── realtime.svg │ │ ├── record.svg │ │ ├── record_dark.svg │ │ ├── record_light.svg │ │ ├── set_key.svg │ │ ├── set_key_big.svg │ │ └── stop.svg │ ├── POP │ │ ├── acceleration.svg │ │ ├── advectbyvolumes.svg │ │ ├── age.svg │ │ ├── angvelocity.svg │ │ ├── attractor.svg │ │ ├── attribtransfer.svg │ │ ├── attribute.svg │ │ ├── awaken.svg │ │ ├── collect.svg │ │ ├── collision.svg │ │ ├── color.svg │ │ ├── creep.svg │ │ ├── curlnoise.svg │ │ ├── drag.svg │ │ ├── fan.svg │ │ ├── fetch.svg │ │ ├── fireworks.svg │ │ ├── flock.svg │ │ ├── follow.svg │ │ ├── force.svg │ │ ├── gravity.svg │ │ ├── group.svg │ │ ├── hitinfo.svg │ │ ├── instance.svg │ │ ├── interact.svg │ │ ├── kill.svg │ │ ├── limit.svg │ │ ├── lineage.svg │ │ ├── location.svg │ │ ├── lookat.svg │ │ ├── orbit.svg │ │ ├── position.svg │ │ ├── property.svg │ │ ├── proximity.svg │ │ ├── render.svg │ │ ├── resistance.svg │ │ ├── rotation.svg │ │ ├── sleep.svg │ │ ├── softlimit.svg │ │ ├── source.svg │ │ ├── speedlimit.svg │ │ ├── split.svg │ │ ├── sprite.svg │ │ ├── stream.svg │ │ ├── torque.svg │ │ ├── translation.svg │ │ ├── turn.svg │ │ ├── upvector.svg │ │ ├── velocity.svg │ │ └── wind.svg │ ├── PRIMITIVES │ │ ├── alembicref.svg │ │ ├── beziercurve.svg │ │ ├── beziermesh.svg │ │ ├── circle.svg │ │ ├── mesh.svg │ │ ├── metaball.svg │ │ ├── null.svg │ │ ├── nurbscurve.svg │ │ ├── nurbsmesh.svg │ │ ├── packedagent.svg │ │ ├── packeddisk.svg │ │ ├── packedfragment.svg │ │ ├── packedgeometry.svg │ │ ├── pastesurf.svg │ │ ├── poly.svg │ │ ├── polysoup.svg │ │ ├── sphere.svg │ │ ├── tetrahedron.svg │ │ ├── tube.svg │ │ ├── vdb.svg │ │ └── volume.svg │ ├── Pics │ │ ├── CHOP_jiggle.pic │ │ ├── DeleteInstance.pic │ │ ├── HSV.pic │ │ ├── HoudiniLogo2.pic │ │ ├── IceLogo.pic │ │ ├── IceLogoS.pic │ │ ├── InsertInstance.pic │ │ ├── JIVE_Tack.pic │ │ ├── JIVE_Untack.pic │ │ ├── JediLogo.pic │ │ ├── LAVA_App.pic │ │ ├── LavaLogo.pic │ │ ├── LavaLogoS.pic │ │ ├── Logo.pic │ │ ├── OBJ_light_pxraov.png │ │ ├── OBJ_light_pxrdisk.png │ │ ├── OBJ_light_pxrdistant.png │ │ ├── OBJ_light_pxrdome.png │ │ ├── OBJ_light_pxrenvday.png │ │ ├── OBJ_light_pxrmesh.png │ │ ├── OBJ_light_pxrportal.png │ │ ├── OBJ_light_pxrrect.png │ │ ├── OBJ_light_pxrsphere.png │ │ ├── OdinLogo.pic │ │ ├── OdinLogoS.pic │ │ ├── QuitPlasma.pic │ │ ├── RGB.pic │ │ ├── RampHorizontal.pic │ │ ├── RampVertical.pic │ │ ├── Round1.pic │ │ ├── Round2.pic │ │ ├── Round3.pic │ │ ├── Round4.pic │ │ ├── Round5.pic │ │ ├── Round6.pic │ │ ├── Round7.pic │ │ ├── RoundDown1.pic │ │ ├── RoundDown2.pic │ │ ├── RoundDown3.pic │ │ ├── RoundDown4.pic │ │ ├── RoundDown5.pic │ │ ├── RoundDown6.pic │ │ ├── RoundDown7.pic │ │ ├── SageLogo.pic │ │ ├── SageLogoS.pic │ │ ├── VOP_banana.pic │ │ ├── VOP_bricks.pic │ │ ├── VOP_bxdf_pxrmarschner.png │ │ ├── VOP_bxdf_pxrsurface.png │ │ ├── VOP_bxdf_pxrvolume.png │ │ ├── VOP_cardboard.pic │ │ ├── VOP_chromenv.pic │ │ ├── VOP_cloudenv.pic │ │ ├── VOP_clouds.pic │ │ ├── VOP_concrete.pic │ │ ├── VOP_eggshell.pic │ │ ├── VOP_fire.pic │ │ ├── VOP_glass.pic │ │ ├── VOP_glow.pic │ │ ├── VOP_hair.pic │ │ ├── VOP_halo.pic │ │ ├── VOP_marble.pic │ │ ├── VOP_mold.pic │ │ ├── VOP_rust.pic │ │ ├── VOP_shinymetal.pic │ │ ├── VOP_skin.pic │ │ ├── VOP_smoke.pic │ │ ├── VOP_stone.pic │ │ ├── VOP_stonewall.pic │ │ ├── VOP_stucco.pic │ │ ├── VOP_thinfilm.pic │ │ ├── VOP_twosided.pic │ │ ├── VOP_txtmodel.pic │ │ ├── VOP_watersurf.pic │ │ ├── VOP_wireframe.pic │ │ ├── VOP_wood.pic │ │ ├── VOP_woodplank.pic │ │ ├── action.pic │ │ ├── blue_on.pic │ │ ├── broken.pic │ │ ├── circle16.svg │ │ ├── cylinderPreview.pic │ │ ├── deckAudio.pic │ │ ├── deckFF.pic │ │ ├── deckLogo.pic │ │ ├── deckPlay.pic │ │ ├── deckRR.pic │ │ ├── deckRecord.pic │ │ ├── deckStop.pic │ │ ├── green_on.pic │ │ ├── hkeyn.pic │ │ ├── houdini.pic │ │ ├── ice.pic │ │ ├── jive.pic │ │ ├── moca.pic │ │ ├── mojo.pic │ │ ├── no_refresh.pic │ │ ├── paint.pic │ │ ├── plasma.pic │ │ ├── prisms.pic │ │ ├── quadPreview.pic │ │ ├── red_off.pic │ │ ├── red_on.pic │ │ ├── sage.pic │ │ ├── set_key_bg.svg │ │ ├── set_key_border.svg │ │ ├── set_key_contour.svg │ │ ├── spherePreview.pic │ │ ├── yellow_green.pic │ │ └── yellow_on.pic │ ├── ROP │ │ ├── alfred.svg │ │ ├── archive.svg │ │ ├── batch.svg │ │ ├── brickmap.svg │ │ ├── dsmmerge.svg │ │ ├── fbx.svg │ │ ├── framecontainer.svg │ │ ├── framedep.svg │ │ ├── hq_render.svg │ │ ├── hq_sim.svg │ │ ├── image3d.svg │ │ ├── mantra.svg │ │ ├── netbarrier.svg │ │ ├── opengl.svg │ │ ├── prepost.svg │ │ ├── rman.svg │ │ ├── shell.svg │ │ ├── soho.svg │ │ ├── usdrender.svg │ │ ├── usdstitch.svg │ │ ├── usdstitchclips.svg │ │ ├── usdzip.svg │ │ ├── vm_geo_sprite.svg │ │ ├── wedge.svg │ │ └── wren.svg │ ├── SCENEGRAPH │ │ ├── active_off.svg │ │ ├── active_on.svg │ │ ├── active_overridden_off.svg │ │ ├── active_overridden_on.svg │ │ ├── ancestor_loaded.svg │ │ ├── ancestor_populated.svg │ │ ├── attr_colorTemperature.svg │ │ ├── attr_colorTemperature_overridden.svg │ │ ├── attr_diffuse.svg │ │ ├── attr_diffuse_overridden.svg │ │ ├── attr_exposure.svg │ │ ├── attr_exposure_overridden.svg │ │ ├── attr_intensity.svg │ │ ├── attr_intensity_overridden.svg │ │ ├── attr_specular.svg │ │ ├── attr_specular_overridden.svg │ │ ├── child_loaded.svg │ │ ├── child_populated.svg │ │ ├── collection_add.svg │ │ ├── collection_lights.svg │ │ ├── collection_lights_editable.svg │ │ ├── collection_lights_readonly.svg │ │ ├── cylinderlight.svg │ │ ├── disklight.svg │ │ ├── distantlight.svg │ │ ├── domelight.svg │ │ ├── expansion.svg │ │ ├── geometrylight.svg │ │ ├── kind_assembly.svg │ │ ├── kind_component.svg │ │ ├── kind_group.svg │ │ ├── kind_leaf.svg │ │ ├── kind_model.svg │ │ ├── kind_subcomponent.svg │ │ ├── loaded_notpossible.svg │ │ ├── loaded_off.svg │ │ ├── loaded_on.svg │ │ ├── loadmasks.svg │ │ ├── mute.svg │ │ ├── mute_overridden.svg │ │ ├── noloadmasks.svg │ │ ├── nooverrides.svg │ │ ├── overrides.svg │ │ ├── payloads.svg │ │ ├── populated_notpossible.svg │ │ ├── populated_off.svg │ │ ├── populated_on.svg │ │ ├── portallight.svg │ │ ├── primtype_.svg │ │ ├── primtype_backdrop.svg │ │ ├── primtype_camera.svg │ │ ├── primtype_cone.svg │ │ ├── primtype_cube.svg │ │ ├── primtype_cylinder.svg │ │ ├── primtype_geomsubset.svg │ │ ├── primtype_houdinilayerinfo.svg │ │ ├── primtype_joint.svg │ │ ├── primtype_light.svg │ │ ├── primtype_lightportal.svg │ │ ├── primtype_material.svg │ │ ├── primtype_mesh.svg │ │ ├── primtype_pointinstancer.svg │ │ ├── primtype_renderproduct.svg │ │ ├── primtype_rendersettings.svg │ │ ├── primtype_rendervar.svg │ │ ├── primtype_scope.svg │ │ ├── primtype_skelanimation.svg │ │ ├── primtype_skeleton.svg │ │ ├── primtype_skelroot.svg │ │ ├── primtype_sphere.svg │ │ ├── primtype_volume.svg │ │ ├── primtype_xform.svg │ │ ├── property.svg │ │ ├── rectlight.svg │ │ ├── selection_rule.svg │ │ ├── selection_rule_new.svg │ │ ├── setstartupconfig.svg │ │ ├── shapedlight.svg │ │ ├── show_class.svg │ │ ├── show_inactive.svg │ │ ├── show_invisible.svg │ │ ├── show_over.svg │ │ ├── solo_disabled.svg │ │ ├── solo_enabled.svg │ │ ├── solo_none.svg │ │ ├── spherelight.svg │ │ ├── stagemask.svg │ │ ├── visible_animated_off.svg │ │ ├── visible_animated_on.svg │ │ ├── visible_off.svg │ │ ├── visible_on.svg │ │ ├── visible_overridden_off.svg │ │ └── visible_overridden_on.svg │ ├── SHELF │ │ ├── addfield.svg │ │ ├── aerial_explosion.svg │ │ ├── agents_follow_path.svg │ │ ├── air_bubbles.svg │ │ ├── aligncomponents.svg │ │ ├── atmosphere.svg │ │ ├── attach_constraint_animation.svg │ │ ├── attach_constraint_dynamicspoint.svg │ │ ├── attach_constraint_rbd.svg │ │ ├── attach_wire_to_surface.svg │ │ ├── attractfluid.svg │ │ ├── avoidobstacles.svg │ │ ├── bake_character.svg │ │ ├── basic_rbd.svg │ │ ├── beach_tank.svg │ │ ├── boolean_intersect.svg │ │ ├── boolean_subtract.svg │ │ ├── boolean_union.svg │ │ ├── box_fire.svg │ │ ├── box_flamefront.svg │ │ ├── box_fluid.svg │ │ ├── box_smoke.svg │ │ ├── campfire.svg │ │ ├── candle.svg │ │ ├── center_pivot.svg │ │ ├── character_physics.svg │ │ ├── characterskin.svg │ │ ├── cleanup.svg │ │ ├── clear_texture_cache.svg │ │ ├── cloth_follow_animation.svg │ │ ├── clothing.svg │ │ ├── clothpinconstraint.svg │ │ ├── clothspringconstraint.svg │ │ ├── cloudrig.svg │ │ ├── clouds.svg │ │ ├── collision.svg │ │ ├── combine_objects.svg │ │ ├── concretefracture.svg │ │ ├── condensation.svg │ │ ├── constrain_region.svg │ │ ├── contrail.svg │ │ ├── convert_images.svg │ │ ├── convert_to_fire.svg │ │ ├── convert_to_fluid.svg │ │ ├── convert_to_fuel.svg │ │ ├── convert_to_lava.svg │ │ ├── convert_to_particlefluid.svg │ │ ├── convert_to_particlegrain.svg │ │ ├── convert_to_smoke.svg │ │ ├── cool_within_object.svg │ │ ├── create_rig.svg │ │ ├── crowd.svg │ │ ├── crown_splash.svg │ │ ├── curve_draw.svg │ │ ├── curve_nurbs.svg │ │ ├── curve_poly.svg │ │ ├── curveattract.svg │ │ ├── debris.svg │ │ ├── deforming_object.svg │ │ ├── dentableobject.svg │ │ ├── detach_constraint.svg │ │ ├── disableconstraints.svg │ │ ├── distribute_fluid_sim.svg │ │ ├── distribute_particle_fluid_sim.svg │ │ ├── download_engine_plugin.svg │ │ ├── drip.svg │ │ ├── dry_ice.svg │ │ ├── dry_sand.svg │ │ ├── edgeloop.svg │ │ ├── editselectedprim.svg │ │ ├── elasticobject.svg │ │ ├── emit_steam.svg │ │ ├── enableconstraints.svg │ │ ├── equalizer.svg │ │ ├── expand_from_objects.svg │ │ ├── exploding_object.svg │ │ ├── explosion.svg │ │ ├── extract_object.svg │ │ ├── facecapture.svg │ │ ├── facial_rig.svg │ │ ├── factory.svg │ │ ├── find_material.svg │ │ ├── fire.svg │ │ ├── fireball.svg │ │ ├── flame_thrower.svg │ │ ├── flat_tank.svg │ │ ├── flip_tank.svg │ │ ├── flipmist.svg │ │ ├── flower.svg │ │ ├── fluid_pump.svg │ │ ├── fluid_sink.svg │ │ ├── fluid_source.svg │ │ ├── fog.svg │ │ ├── followpath.svg │ │ ├── foot_placement.svg │ │ ├── footprints.svg │ │ ├── freezetransforms.svg │ │ ├── fuel_from_texture.svg │ │ ├── fullbodycapture.svg │ │ ├── grass.svg │ │ ├── guided_ocean_layer.svg │ │ ├── hair.svg │ │ ├── hairstyle.svg │ │ ├── headphones.svg │ │ ├── heat_within_object.svg │ │ ├── hide.svg │ │ ├── jellyfish.svg │ │ ├── knife.svg │ │ ├── lighting_setup.svg │ │ ├── lookat.svg │ │ ├── lookup.svg │ │ ├── make_collision.svg │ │ ├── makebreakable.svg │ │ ├── matchtransform.svg │ │ ├── melt.svg │ │ ├── motion_capture.svg │ │ ├── move_center_to_pivot.svg │ │ ├── move_with_fluid.svg │ │ ├── muscle_attach.svg │ │ ├── muscle_detach.svg │ │ ├── ocean.svg │ │ ├── ocean_large.svg │ │ ├── ocean_small.svg │ │ ├── oceanwaves.svg │ │ ├── organic_tissue.svg │ │ ├── paint_fuel.svg │ │ ├── paint_muscle_mask.svg │ │ ├── paint_temperature.svg │ │ ├── painttearable.svg │ │ ├── parent.svg │ │ ├── parent_constraint.svg │ │ ├── point_to_point_muscle.svg │ │ ├── pointattract.svg │ │ ├── poselibrary.svg │ │ ├── pour.svg │ │ ├── preflight.svg │ │ ├── pyrocluster.svg │ │ ├── racetrack.svg │ │ ├── rain.svg │ │ ├── rbd_activate.svg │ │ ├── rbd_deactivate.svg │ │ ├── rbd_grains.svg │ │ ├── rbd_guided.svg │ │ ├── rbdconvexproxy.svg │ │ ├── rbdsphereproxy.svg │ │ ├── reconnect_part.svg │ │ ├── remove_from_simulation.svg │ │ ├── rig_controller.svg │ │ ├── river.svg │ │ ├── robot.svg │ │ ├── sand_sheet.svg │ │ ├── sand_strand.svg │ │ ├── sand_upres.svg │ │ ├── sandbox.svg │ │ ├── sbdattachmentconstraint.svg │ │ ├── sculptedparticlefluid.svg │ │ ├── seedvorticles.svg │ │ ├── shadow.svg │ │ ├── skyrig.svg │ │ ├── smoke_colored.svg │ │ ├── smoke_heavy.svg │ │ ├── smoke_make_colored.svg │ │ ├── smoke_wispy.svg │ │ ├── smokecluster.svg │ │ ├── snow.svg │ │ ├── source_from_points.svg │ │ ├── source_from_surface.svg │ │ ├── source_from_volume.svg │ │ ├── sparks.svg │ │ ├── splash.svg │ │ ├── spyro_firespread.svg │ │ ├── spyro_gpuburst.svg │ │ ├── squid.svg │ │ ├── suctionfluid.svg │ │ ├── teapot.svg │ │ ├── tearableobject.svg │ │ ├── temperature_from_texture.svg │ │ ├── terrain_fx.svg │ │ ├── tree_branch.svg │ │ ├── tree_branch_generator.svg │ │ ├── tree_conifer.svg │ │ ├── tree_deciduous.svg │ │ ├── tree_flower.svg │ │ ├── tree_leaf.svg │ │ ├── tree_leaf_generator.svg │ │ ├── tree_palm.svg │ │ ├── tree_roots.svg │ │ ├── tree_seed.svg │ │ ├── tree_trunk.svg │ │ ├── turntable.svg │ │ ├── twist_bend.svg │ │ ├── twist_linear_taper.svg │ │ ├── twist_shear.svg │ │ ├── twist_squashstretch.svg │ │ ├── twist_taper.svg │ │ ├── twist_twist.svg │ │ ├── underwater_bubbles.svg │ │ ├── unparent.svg │ │ ├── vellum_balloon.svg │ │ ├── vellum_cloth.svg │ │ ├── vellum_grains.svg │ │ ├── vellum_hair.svg │ │ ├── vellum_hair2.svg │ │ ├── vellum_hair3.svg │ │ ├── vellum_simplecloth.svg │ │ ├── vellum_softbody.svg │ │ ├── vellum_softbody_struts.svg │ │ ├── vellum_softbody_tetrahedral.svg │ │ ├── visualize_fem.svg │ │ ├── visualize_pdg_geometry.svg │ │ ├── volcano.svg │ │ ├── volcano_smoke.svg │ │ ├── volumelight.svg │ │ ├── vortex_from_curve.svg │ │ ├── wave.svg │ │ ├── wave_tank.svg │ │ ├── wet_sand.svg │ │ ├── whitecaps.svg │ │ ├── whitewater.svg │ │ ├── wind_force.svg │ │ ├── wire_attach_constraint_animation.svg │ │ ├── wire_attach_constraint_point.svg │ │ ├── wire_attach_constraint_rbd.svg │ │ ├── wire_detach_constraint.svg │ │ ├── wire_initial_pose.svg │ │ ├── wirepinconstraint.svg │ │ ├── wirespringconstraint.svg │ │ └── woodfracture.svg │ ├── SHOP │ │ ├── hair.svg │ │ ├── material.svg │ │ ├── select.svg │ │ ├── surface.svg │ │ ├── tooncolorshader.svg │ │ ├── toonoutlineshader.svg │ │ ├── v_decal.svg │ │ ├── v_plastic.svg │ │ ├── vm_geo_file.svg │ │ ├── vopfog.svg │ │ ├── voplight.svg │ │ ├── vopmaterial.svg │ │ ├── vopsurface.svg │ │ └── vrlens.svg │ ├── SOP │ │ ├── adaptiveprune.svg │ │ ├── add.svg │ │ ├── agentcollisionlayer.svg │ │ ├── agentconfigurejoints.svg │ │ ├── agentconstraintnetwork.svg │ │ ├── agentdefinitioncache.svg │ │ ├── agentrelationship.svg │ │ ├── agenttransformgroup.svg │ │ ├── agentunpack.svg │ │ ├── agentvellumunpack.svg │ │ ├── alembic.svg │ │ ├── align.svg │ │ ├── assemble.svg │ │ ├── attribadjustfloat.svg │ │ ├── attribadjustinteger.svg │ │ ├── attribadjustvector.svg │ │ ├── attribblur.svg │ │ ├── attribcast.svg │ │ ├── attribcomposite.svg │ │ ├── attribcopy.svg │ │ ├── attribcreate.svg │ │ ├── attribdelete.svg │ │ ├── attribexpression.svg │ │ ├── attribfade.svg │ │ ├── attribfrommap.svg │ │ ├── attribfromparm.svg │ │ ├── attribfrompieces.svg │ │ ├── attribfromvolume.svg │ │ ├── attribinterpolate.svg │ │ ├── attribmirror.svg │ │ ├── attribnoise.svg │ │ ├── attribpaint.svg │ │ ├── attribpromote.svg │ │ ├── attribrandomize.svg │ │ ├── attribremap.svg │ │ ├── attribreorient.svg │ │ ├── attribstringedit.svg │ │ ├── attribswap.svg │ │ ├── attribtransfer.svg │ │ ├── attribute.svg │ │ ├── attribvop.svg │ │ ├── attribwrangle.svg │ │ ├── autoflexlines.svg │ │ ├── bakevolume.svg │ │ ├── ballisticpath.svg │ │ ├── basis.svg │ │ ├── blast.svg │ │ ├── blendshapes.svg │ │ ├── block_begin.svg │ │ ├── block_end.svg │ │ ├── bonecapturebiharmonic.svg │ │ ├── bonecapturelines.svg │ │ ├── bonedeform.svg │ │ ├── bonelink.svg │ │ ├── bonesolidify.svg │ │ ├── boolean.svg │ │ ├── booleanfracture.svg │ │ ├── bound.svg │ │ ├── box.svg │ │ ├── break.svg │ │ ├── bridge.svg │ │ ├── bulge.svg │ │ ├── cap.svg │ │ ├── capsule.svg │ │ ├── capture.svg │ │ ├── captureattribpack.svg │ │ ├── captureattribunpack.svg │ │ ├── capturecorrect.svg │ │ ├── capturelayerpaint.svg │ │ ├── capturemeta.svg │ │ ├── capturemirror.svg │ │ ├── captureoverride.svg │ │ ├── captureproximity.svg │ │ ├── carve.svg │ │ ├── chain.svg │ │ ├── circle.svg │ │ ├── circlefromedges.svg │ │ ├── circlespline.svg │ │ ├── clay.svg │ │ ├── clean.svg │ │ ├── clip.svg │ │ ├── clothcapture.svg │ │ ├── clothcreateseam.svg │ │ ├── clothdeform.svg │ │ ├── clothrefine.svg │ │ ├── cloud.svg │ │ ├── cloudlight.svg │ │ ├── cloudnoise.svg │ │ ├── cluster.svg │ │ ├── clusterpoints.svg │ │ ├── color.svg │ │ ├── comb.svg │ │ ├── combustion.svg │ │ ├── compile_begin.svg │ │ ├── compile_end.svg │ │ ├── cone.svg │ │ ├── connectadjacentpieces.svg │ │ ├── connectivity.svg │ │ ├── convert.svg │ │ ├── convertheightfield.svg │ │ ├── convertline.svg │ │ ├── convertmeta.svg │ │ ├── convertvdb.svg │ │ ├── convertvolume.svg │ │ ├── cookie.svg │ │ ├── copy.svg │ │ ├── copytocurves.svg │ │ ├── copytopoints.svg │ │ ├── crease.svg │ │ ├── creep.svg │ │ ├── cregion.svg │ │ ├── crosssectionsurface.svg │ │ ├── curve.svg │ │ ├── curveclay.svg │ │ ├── curvesect.svg │ │ ├── debrissource.svg │ │ ├── deform.svg │ │ ├── deformationwrangle.svg │ │ ├── deformmeta.svg │ │ ├── deformmuscle.svg │ │ ├── deltamush.svg │ │ ├── detangle.svg │ │ ├── dissolve.svg │ │ ├── distancealonggeometry.svg │ │ ├── distancefromgeometry.svg │ │ ├── distancefromtarget.svg │ │ ├── divide.svg │ │ ├── dopimport.svg │ │ ├── dopimportfield.svg │ │ ├── dopimportrecords.svg │ │ ├── drawcurve.svg │ │ ├── drawhair.svg │ │ ├── duplicate.svg │ │ ├── each.svg │ │ ├── edgecollapse.svg │ │ ├── edgecusp.svg │ │ ├── edgedivide.svg │ │ ├── edgeequalize.svg │ │ ├── edgeflip.svg │ │ ├── edgefracture.svg │ │ ├── edgestraighten.svg │ │ ├── edgetransport.svg │ │ ├── edit.svg │ │ ├── enablesolver.svg │ │ ├── ends.svg │ │ ├── enumerate.svg │ │ ├── error.svg │ │ ├── explodedview.svg │ │ ├── exportobjtransforms.svg │ │ ├── extractcentroid.svg │ │ ├── extractpointfromcurve.svg │ │ ├── extrude.svg │ │ ├── extrudevolume.svg │ │ ├── facet.svg │ │ ├── falloff.svg │ │ ├── fasciasolidify.svg │ │ ├── femvalidate.svg │ │ ├── filecache.svg │ │ ├── filemerge.svg │ │ ├── fillet.svg │ │ ├── finalizewaves.svg │ │ ├── findshortestpath.svg │ │ ├── fit.svg │ │ ├── fluidcompress.svg │ │ ├── font.svg │ │ ├── force.svg │ │ ├── foreach.svg │ │ ├── fractal.svg │ │ ├── fur.svg │ │ ├── fuse.svg │ │ ├── graphcolor.svg │ │ ├── grid.svg │ │ ├── groomblend.svg │ │ ├── groomfetch.svg │ │ ├── groomswitch.svg │ │ ├── group.svg │ │ ├── groupbylasso.svg │ │ ├── groupbyrange.svg │ │ ├── groupcombine.svg │ │ ├── groupcopy.svg │ │ ├── groupcreate.svg │ │ ├── groupdelete.svg │ │ ├── groupexpand.svg │ │ ├── groupexpression.svg │ │ ├── groupfindpath.svg │ │ ├── groupfromattribboundary.svg │ │ ├── grouppaint.svg │ │ ├── grouppromote.svg │ │ ├── grouprange.svg │ │ ├── grouprename.svg │ │ ├── grouptransfer.svg │ │ ├── guideadvect.svg │ │ ├── guidecollidevdb.svg │ │ ├── guidegroup.svg │ │ ├── guidemask.svg │ │ ├── guideskinattriblookup.svg │ │ ├── guidetangentspace.svg │ │ ├── hairgrowthfield.svg │ │ ├── heightfield.svg │ │ ├── heightfield_blur.svg │ │ ├── heightfield_clip.svg │ │ ├── heightfield_copylayer.svg │ │ ├── heightfield_crop.svg │ │ ├── heightfield_cutoutbyobject.svg │ │ ├── heightfield_distort.svg │ │ ├── heightfield_distortbylayer.svg │ │ ├── heightfield_drawmask.svg │ │ ├── heightfield_erode.svg │ │ ├── heightfield_erode_flow.svg │ │ ├── heightfield_erode_precipitation.svg │ │ ├── heightfield_erode_thermal.svg │ │ ├── heightfield_file.svg │ │ ├── heightfield_isolatelayer.svg │ │ ├── heightfield_layer.svg │ │ ├── heightfield_layerclear.svg │ │ ├── heightfield_layerproperty.svg │ │ ├── heightfield_maskbyconcavity.svg │ │ ├── heightfield_maskbyfeature.svg │ │ ├── heightfield_maskbyobject.svg │ │ ├── heightfield_maskbyshadow.svg │ │ ├── heightfield_noise.svg │ │ ├── heightfield_output.svg │ │ ├── heightfield_paint.svg │ │ ├── heightfield_patch.svg │ │ ├── heightfield_pattern.svg │ │ ├── heightfield_project.svg │ │ ├── heightfield_quickshade.svg │ │ ├── heightfield_remap.svg │ │ ├── heightfield_resample.svg │ │ ├── heightfield_scatter.svg │ │ ├── heightfield_slump.svg │ │ ├── heightfield_terrace.svg │ │ ├── heightfield_tilesplit.svg │ │ ├── heightfield_visualize.svg │ │ ├── heightfield_xform.svg │ │ ├── hole.svg │ │ ├── inflate.svg │ │ ├── instance.svg │ │ ├── intersectionanalysis.svg │ │ ├── intersectionstitch.svg │ │ ├── invoke.svg │ │ ├── iso.svg │ │ ├── isooffset.svg │ │ ├── join.svg │ │ ├── kinefx-agentanimationunpack.svg │ │ ├── kinefx-agentcharacterunpack.svg │ │ ├── kinefx-agentfromrig.svg │ │ ├── kinefx-agentposefromrig.svg │ │ ├── kinefx-attachcontrolgeo.svg │ │ ├── kinefx-capturepackedgeo.svg │ │ ├── kinefx-characterblendshapes.svg │ │ ├── kinefx-characterio.svg │ │ ├── kinefx-characterpack.svg │ │ ├── kinefx-characterunpack.svg │ │ ├── kinefx-computerigpose.svg │ │ ├── kinefx-computetransform.svg │ │ ├── kinefx-configureclipinfo.svg │ │ ├── kinefx-deletejoints.svg │ │ ├── kinefx-dynamicwarp.svg │ │ ├── kinefx-fbikconfigurejoints.svg │ │ ├── kinefx-fbikconfiguretargets.svg │ │ ├── kinefx-fbxanimationimport.svg │ │ ├── kinefx-fbxanimimport.svg │ │ ├── kinefx-fbxcharacterimport.svg │ │ ├── kinefx-fbxskinimport.svg │ │ ├── kinefx-fktransfer.svg │ │ ├── kinefx-fullbodyik.svg │ │ ├── kinefx-groupjoints.svg │ │ ├── kinefx-ikchains.svg │ │ ├── kinefx-mappoints.svg │ │ ├── kinefx-motionclip.svg │ │ ├── kinefx-motionclipblend.svg │ │ ├── kinefx-motionclipcycle.svg │ │ ├── kinefx-motionclipevaluate.svg │ │ ├── kinefx-motionclipextract.svg │ │ ├── kinefx-motionclipposedelete.svg │ │ ├── kinefx-motionclipposeinsert.svg │ │ ├── kinefx-motionclipretime.svg │ │ ├── kinefx-motionclipsequence.svg │ │ ├── kinefx-motionclipupdate.svg │ │ ├── kinefx-posedifference.svg │ │ ├── kinefx-reorientjoints.svg │ │ ├── kinefx-reparentjoints.svg │ │ ├── kinefx-reversefoot.svg │ │ ├── kinefx-rigattribvop.svg │ │ ├── kinefx-rigattribwrangle.svg │ │ ├── kinefx-rigcopytransforms.svg │ │ ├── kinefx-rigdoctor.svg │ │ ├── kinefx-rigmatchpose.svg │ │ ├── kinefx-rigmirrorpose.svg │ │ ├── kinefx-rigpose.svg │ │ ├── kinefx-rigpython.svg │ │ ├── kinefx-rigstashpose.svg │ │ ├── kinefx-rop_fbxanimoutput.svg │ │ ├── kinefx-rop_fbxcharacteroutput.svg │ │ ├── kinefx-scenecharacterexport.svg │ │ ├── kinefx-scenecharacterimport.svg │ │ ├── kinefx-skeleton.svg │ │ ├── kinefx-skeletonblend.svg │ │ ├── kinefx-skeletonmirror.svg │ │ ├── kinefx-stabilizejoint.svg │ │ ├── kinefx-usdanimimport.svg │ │ ├── kinefx-usdcharacterimport.svg │ │ ├── kinefx-usdskinimport.svg │ │ ├── kinefx-visrig.svg │ │ ├── lattice.svg │ │ ├── layer.svg │ │ ├── lidarimport.svg │ │ ├── line.svg │ │ ├── loadslices.svg │ │ ├── lod.svg │ │ ├── loft.svg │ │ ├── lsystem.svg │ │ ├── magnet.svg │ │ ├── maskbyfeature.svg │ │ ├── matchaxis.svg │ │ ├── matchsize.svg │ │ ├── material.svg │ │ ├── mdd.svg │ │ ├── measure.svg │ │ ├── merge.svg │ │ ├── metaball.svg │ │ ├── metagroups.svg │ │ ├── mirror.svg │ │ ├── mountain.svg │ │ ├── muscledeform.svg │ │ ├── musclefibergroom.svg │ │ ├── muscleflex.svg │ │ ├── muscleid.svg │ │ ├── musclesolidify.svg │ │ ├── name.svg │ │ ├── network.svg │ │ ├── normal.svg │ │ ├── object_merge.svg │ │ ├── oceanfoam.svg │ │ ├── orientalongcurve.svg │ │ ├── pack.svg │ │ ├── packededit.svg │ │ ├── packgroom.svg │ │ ├── packpoints.svg │ │ ├── paint.svg │ │ ├── paintcolorvolume.svg │ │ ├── paintfogvolume.svg │ │ ├── paintsdfvolume.svg │ │ ├── particle.svg │ │ ├── particlefluidsurface.svg │ │ ├── partition.svg │ │ ├── paste.svg │ │ ├── pathdeform.svg │ │ ├── peak.svg │ │ ├── planarpatch.svg │ │ ├── planarpatchfromcurves.svg │ │ ├── planarpleat.svg │ │ ├── platonic.svg │ │ ├── point.svg │ │ ├── pointcloudiso.svg │ │ ├── pointdeform.svg │ │ ├── pointgenerate.svg │ │ ├── pointjitter.svg │ │ ├── pointreplicate.svg │ │ ├── pointsfromvolume.svg │ │ ├── pointweld.svg │ │ ├── pointwrangle.svg │ │ ├── polybevel.svg │ │ ├── polybridge.svg │ │ ├── polycap.svg │ │ ├── polycut.svg │ │ ├── polydoctor.svg │ │ ├── polydraw.svg │ │ ├── polyexpand2d.svg │ │ ├── polyextrude.svg │ │ ├── polyfill.svg │ │ ├── polyframe.svg │ │ ├── polyknit.svg │ │ ├── polyloft.svg │ │ ├── polypatch.svg │ │ ├── polypath.svg │ │ ├── polyreduce.svg │ │ ├── polysoup.svg │ │ ├── polyspline.svg │ │ ├── polysplit.svg │ │ ├── polystitch.svg │ │ ├── polywire.svg │ │ ├── pop.svg │ │ ├── posescope.svg │ │ ├── posespacedeform.svg │ │ ├── posespacedeformcombine.svg │ │ ├── posespaceedit.svg │ │ ├── posespaceeditconfigure.svg │ │ ├── primitive.svg │ │ ├── primitivesplit.svg │ │ ├── profile.svg │ │ ├── project.svg │ │ ├── pyrobakevolume.svg │ │ ├── pyroburstsource.svg │ │ ├── pyropostprocess.svg │ │ ├── pyroscatterfromburst.svg │ │ ├── pyrotrailpath.svg │ │ ├── pyrotrailsource.svg │ │ ├── rails.svg │ │ ├── ray.svg │ │ ├── rbdcluster.svg │ │ ├── rbdconnectedfaces.svg │ │ ├── rbdconstraintproperties.svg │ │ ├── rbdconstraintsfromcurves.svg │ │ ├── rbdconstraintsfromlines.svg │ │ ├── rbdconstraintsfromrules.svg │ │ ├── rbdconvertconstraints.svg │ │ ├── rbddisconnectedfaces.svg │ │ ├── rbdexplodedview.svg │ │ ├── rbdinteriordetail.svg │ │ ├── rbdio.svg │ │ ├── rbdmaterialfracture.svg │ │ ├── rbdpack.svg │ │ ├── rbdpaint.svg │ │ ├── rbdunpack.svg │ │ ├── refine.svg │ │ ├── relax.svg │ │ ├── remesh.svg │ │ ├── repack.svg │ │ ├── resample.svg │ │ ├── rest.svg │ │ ├── retime.svg │ │ ├── reverse.svg │ │ ├── revolve.svg │ │ ├── ripple.svg │ │ ├── rishader.svg │ │ ├── round.svg │ │ ├── sblend.svg │ │ ├── scatter.svg │ │ ├── scatteralign.svg │ │ ├── script.svg │ │ ├── sculpt.svg │ │ ├── shatter.svg │ │ ├── shop.svg │ │ ├── shotsculpt.svg │ │ ├── shrinkwrap.svg │ │ ├── skin.svg │ │ ├── sky.svg │ │ ├── slidemodifierpaint.svg │ │ ├── smooth.svg │ │ ├── softpeak.svg │ │ ├── softxform.svg │ │ ├── solid.svg │ │ ├── solidfracture.svg │ │ ├── solidify.svg │ │ ├── solver.svg │ │ ├── sphere.svg │ │ ├── splicevolume.svg │ │ ├── splitpoints.svg │ │ ├── spraypaint.svg │ │ ├── spring.svg │ │ ├── stash.svg │ │ ├── stitch.svg │ │ ├── stroke.svg │ │ ├── subdivide.svg │ │ ├── surfsect.svg │ │ ├── sweep.svg │ │ ├── switchif.svg │ │ ├── testgeometry_crag.svg │ │ ├── testgeometry_pighead.svg │ │ ├── testgeometry_rubbertoy.svg │ │ ├── testgeometry_shaderball.svg │ │ ├── testgeometry_squab.svg │ │ ├── testgeometry_templatebody.svg │ │ ├── testgeometry_templatehead.svg │ │ ├── testgeometry_tommy.svg │ │ ├── tetrahedralize.svg │ │ ├── tetrasurface.svg │ │ ├── texture.svg │ │ ├── timeblend.svg │ │ ├── timeshift.svg │ │ ├── tissuesolver.svg │ │ ├── topobuild.svg │ │ ├── topotransfer.svg │ │ ├── torus.svg │ │ ├── trace.svg │ │ ├── trail.svg │ │ ├── triangulate2d.svg │ │ ├── tribez.svg │ │ ├── tridivide.svg │ │ ├── trim.svg │ │ ├── tristrip.svg │ │ ├── tube.svg │ │ ├── twist.svg │ │ ├── unix.svg │ │ ├── unpack.svg │ │ ├── unpackgroom.svg │ │ ├── unpackpoints.svg │ │ ├── unpackusd.svg │ │ ├── unpaste.svg │ │ ├── usdconfigure.svg │ │ ├── usdexport.svg │ │ ├── usdimport.svg │ │ ├── uvautoseam.svg │ │ ├── uvbrush.svg │ │ ├── uvedit.svg │ │ ├── uvflatten.svg │ │ ├── uvfuse.svg │ │ ├── uvlayout.svg │ │ ├── uvpelt.svg │ │ ├── uvproject.svg │ │ ├── uvquickshade.svg │ │ ├── uvtransform.svg │ │ ├── uvunwrap.svg │ │ ├── vdbfromparticlefluid.svg │ │ ├── vdbfromparticles.svg │ │ ├── vdbfrompolygons.svg │ │ ├── vellumattachconstraints.svg │ │ ├── vellumbrush.svg │ │ ├── vellumglueconstraints.svg │ │ ├── vellumio.svg │ │ ├── vellumpack.svg │ │ ├── vellumpostprocess.svg │ │ ├── vellumrefframe.svg │ │ ├── vellumrestblend.svg │ │ ├── vellumstitchconstraints.svg │ │ ├── vellumstrutsconstraints.svg │ │ ├── vellumunpack.svg │ │ ├── vellumweldconstraints.svg │ │ ├── vertex.svg │ │ ├── vertexsplit.svg │ │ ├── visibility.svg │ │ ├── visualize.svg │ │ ├── volume.svg │ │ ├── volumeanalysis.svg │ │ ├── volumearrivaltime.svg │ │ ├── volumeblur.svg │ │ ├── volumebound.svg │ │ ├── volumebreak.svg │ │ ├── volumecompress.svg │ │ ├── volumeconvolve3.svg │ │ ├── volumefeather.svg │ │ ├── volumefft.svg │ │ ├── volumefromattrib.svg │ │ ├── volumemerge.svg │ │ ├── volumemix.svg │ │ ├── volumeopticalflow.svg │ │ ├── volumepatch.svg │ │ ├── volumeramp.svg │ │ ├── volumerasterize.svg │ │ ├── volumerasterizeattributes.svg │ │ ├── volumerasterizecurve.svg │ │ ├── volumerasterizehair.svg │ │ ├── volumerasterizeparticles.svg │ │ ├── volumerasterizepoints.svg │ │ ├── volumereduce.svg │ │ ├── volumeresample.svg │ │ ├── volumeresize.svg │ │ ├── volumesdf.svg │ │ ├── volumeslice.svg │ │ ├── volumesplice.svg │ │ ├── volumestamp.svg │ │ ├── volumesurface.svg │ │ ├── volumetrail.svg │ │ ├── volumevelocity.svg │ │ ├── volumevisualization.svg │ │ ├── volumevop.svg │ │ ├── volumewrangle.svg │ │ ├── voronoiadjacency.svg │ │ ├── voronoifracture.svg │ │ ├── voronoifracturepoints.svg │ │ ├── voronoisplit.svg │ │ ├── waveform.svg │ │ ├── windingnumber.svg │ │ ├── wire.svg │ │ ├── wireblend.svg │ │ ├── wirecapture.svg │ │ ├── wiredeform.svg │ │ ├── wiretransfershape.svg │ │ ├── xform.svg │ │ ├── xformaxis.svg │ │ ├── xformbyattrib.svg │ │ └── xformpieces.svg │ ├── STATUS │ │ ├── error.svg │ │ ├── ok.svg │ │ └── warning.svg │ ├── TOOLS │ │ ├── brush.svg │ │ ├── dolly.svg │ │ ├── dolly_proj_dir.svg │ │ ├── dolly_view_dir.svg │ │ ├── eyedropper.svg │ │ ├── flipbook.svg │ │ ├── handles.svg │ │ ├── inspect.svg │ │ ├── move.svg │ │ ├── pose.svg │ │ ├── render_region.svg │ │ ├── rotate.svg │ │ ├── scale.svg │ │ ├── select.svg │ │ ├── select_add.svg │ │ ├── select_breakpoints.svg │ │ ├── select_brush.svg │ │ ├── select_by_normal.svg │ │ ├── select_common.svg │ │ ├── select_component.svg │ │ ├── select_component_brush.svg │ │ ├── select_component_laser.svg │ │ ├── select_component_lasso.svg │ │ ├── select_contained.svg │ │ ├── select_dynamics.svg │ │ ├── select_dynamics_modifiers.svg │ │ ├── select_edges.svg │ │ ├── select_facegroups.svg │ │ ├── select_faces.svg │ │ ├── select_groups_point.svg │ │ ├── select_groups_pointandprimitive.svg │ │ ├── select_groups_primitive.svg │ │ ├── select_kind_assemblies.svg │ │ ├── select_kind_components.svg │ │ ├── select_kind_groups.svg │ │ ├── select_kind_leafprims.svg │ │ ├── select_kind_models.svg │ │ ├── select_kind_subcomponents.svg │ │ ├── select_lasso.svg │ │ ├── select_mask_all.svg │ │ ├── select_mask_cam.svg │ │ ├── select_mask_light.svg │ │ ├── select_mask_light_cam.svg │ │ ├── select_mode_add.svg │ │ ├── select_mode_boxselect.svg │ │ ├── select_mode_brush.svg │ │ ├── select_mode_laser.svg │ │ ├── select_mode_lasso.svg │ │ ├── select_mode_replace.svg │ │ ├── select_mode_subtract.svg │ │ ├── select_mode_toggle.svg │ │ ├── select_modifiers.svg │ │ ├── select_objects.svg │ │ ├── select_particles.svg │ │ ├── select_particles_modifiers.svg │ │ ├── select_pointgroups.svg │ │ ├── select_pointinstance.svg │ │ ├── select_pointinstance_leaf.svg │ │ ├── select_pointinstance_top.svg │ │ ├── select_points.svg │ │ ├── select_remove.svg │ │ ├── select_replace.svg │ │ ├── select_secure_off.svg │ │ ├── select_secure_on.svg │ │ ├── select_vertices.svg │ │ ├── select_visible.svg │ │ ├── select_whole.svg │ │ ├── snap.svg │ │ ├── snap_curve.svg │ │ ├── snap_grid.svg │ │ ├── snap_point.svg │ │ ├── tilt.svg │ │ ├── track.svg │ │ ├── tumble.svg │ │ ├── tumble_keep_pivot.svg │ │ ├── tumble_set_pivot.svg │ │ ├── tweak.svg │ │ ├── view.svg │ │ ├── view_mode_camera.svg │ │ ├── view_mode_screenwindow.svg │ │ ├── zoom.svg │ │ ├── zoom_center.svg │ │ └── zoom_offset.svg │ ├── TOP │ │ ├── attributearray.svg │ │ ├── attributefromstring.svg │ │ ├── clonebyexpression.svg │ │ ├── commandserver.svg │ │ ├── commandserverend.svg │ │ ├── csvconcat.svg │ │ ├── csvinput.svg │ │ ├── csvmodify.svg │ │ ├── csvoutput.svg │ │ ├── dataglob.svg │ │ ├── deadlinescheduler.svg │ │ ├── downloadfile.svg │ │ ├── expression.svg │ │ ├── feedbackbegin.svg │ │ ├── feedbackend.svg │ │ ├── ffmpeg.svg │ │ ├── filecompress.svg │ │ ├── filecopy.svg │ │ ├── filedecompress.svg │ │ ├── filepattern.svg │ │ ├── fileremove.svg │ │ ├── filterbyexpression.svg │ │ ├── filterbyrange.svg │ │ ├── filterbystate.svg │ │ ├── gatherall.svg │ │ ├── gatherbyindex.svg │ │ ├── genericgenerator.svg │ │ ├── geometryimport.svg │ │ ├── hdaprocessor.svg │ │ ├── houdiniserver.svg │ │ ├── houdiniserverstop.svg │ │ ├── imagemagick.svg │ │ ├── jsondata.svg │ │ ├── jsoninput.svg │ │ ├── jsonoutput.svg │ │ ├── makedir.svg │ │ ├── mayaserver.svg │ │ ├── mayaserverstop.svg │ │ ├── nukeserver.svg │ │ ├── opnotify.svg │ │ ├── overlaytext.svg │ │ ├── partitionbybounds.svg │ │ ├── partitionbycombination.svg │ │ ├── partitionbycomparison.svg │ │ ├── partitionbydata.svg │ │ ├── partitionbyframe.svg │ │ ├── partitionbyindex.svg │ │ ├── partitionbynode.svg │ │ ├── partitionbytile.svg │ │ ├── pdg_cooking.svg │ │ ├── pdg_cooking_0.svg │ │ ├── pdg_cooking_1.svg │ │ ├── pdg_cooking_2.svg │ │ ├── pdg_cooking_3.svg │ │ ├── pdg_cooking_4.svg │ │ ├── pdg_cooking_5.svg │ │ ├── pdg_cooking_6.svg │ │ ├── pdg_cooking_7.svg │ │ ├── pdg_done.svg │ │ ├── pdg_error.svg │ │ ├── pdg_unstarted.svg │ │ ├── pdg_waiting.svg │ │ ├── pdg_waiting_0.svg │ │ ├── pdg_waiting_1.svg │ │ ├── pdg_waiting_2.svg │ │ ├── pdg_waiting_3.svg │ │ ├── pdg_waiting_4.svg │ │ ├── pdg_waiting_5.svg │ │ ├── pdg_waiting_6.svg │ │ ├── pdg_waiting_7.svg │ │ ├── pdg_warning.svg │ │ ├── perforce.svg │ │ ├── rangeextend.svg │ │ ├── rangegenerate.svg │ │ ├── remotegraph.svg │ │ ├── ropfetch.svg │ │ ├── scheduler.svg │ │ ├── sendcommand.svg │ │ ├── sendemail.svg │ │ ├── shotguncreate.svg │ │ ├── shotgundelete.svg │ │ ├── shotgundownload.svg │ │ ├── shotgunfind.svg │ │ ├── shotgunnewversion.svg │ │ ├── shotgunserver.svg │ │ ├── shotgunsession.svg │ │ ├── shotgunupdate.svg │ │ ├── shotgunupload.svg │ │ ├── sqlinput.svg │ │ ├── sqloutput.svg │ │ ├── status_canceled.svg │ │ ├── status_cooked.svg │ │ ├── status_cooking.svg │ │ ├── status_error.svg │ │ ├── status_unstarted.svg │ │ ├── status_waiting.svg │ │ ├── texttocsv.svg │ │ ├── topfetch.svg │ │ ├── topfetchinput.svg │ │ ├── tracker.svg │ │ ├── tractorscheduler.svg │ │ ├── urlrequest.svg │ │ ├── workitemexpand.svg │ │ └── xmlinput.svg │ ├── VIEW │ │ ├── always_visible.svg │ │ ├── control_playbar.svg │ │ ├── display_applyto_all.svg │ │ ├── display_applyto_current.svg │ │ ├── display_background.svg │ │ ├── display_construction_plane.svg │ │ ├── display_denoise.svg │ │ ├── display_follow_camera.svg │ │ ├── display_generic_scene.svg │ │ ├── display_handles.svg │ │ ├── display_hulls.svg │ │ ├── display_lock_camera.svg │ │ ├── display_objectnames_name.svg │ │ ├── display_objectnames_none.svg │ │ ├── display_objectnames_path.svg │ │ ├── display_objects.svg │ │ ├── display_objects_playback.svg │ │ ├── display_particle_origins.svg │ │ ├── display_point_attribute.svg │ │ ├── display_point_coordinates.svg │ │ ├── display_point_normals.svg │ │ ├── display_point_numbers.svg │ │ ├── display_point_texture_coordinates.svg │ │ ├── display_point_velocities.svg │ │ ├── display_points.svg │ │ ├── display_primitive_normals.svg │ │ ├── display_primitive_numbers.svg │ │ ├── display_reference_plane.svg │ │ ├── display_templates.svg │ │ ├── display_text.svg │ │ ├── display_vertex_grips.svg │ │ ├── display_vertex_texture_coordinates.svg │ │ ├── display_win_override.svg │ │ ├── drawing_00.svg │ │ ├── drawing_01.svg │ │ ├── drawing_02.svg │ │ ├── drawing_03.svg │ │ ├── drawing_04.svg │ │ ├── drawing_05.svg │ │ ├── drawing_06.svg │ │ ├── drawing_07.svg │ │ ├── flat.svg │ │ ├── flat_wireframe.svg │ │ ├── hiddenline.svg │ │ ├── hiddenline_ghost.svg │ │ ├── hover_visibility.svg │ │ ├── layout_2side.svg │ │ ├── layout_2stacked.svg │ │ ├── layout_3bottom.svg │ │ ├── layout_3left.svg │ │ ├── layout_4.svg │ │ ├── layout_4bottom.svg │ │ ├── layout_4left.svg │ │ ├── layout_quad.svg │ │ ├── layout_single.svg │ │ ├── layout_tall2.svg │ │ ├── layout_tall3.svg │ │ ├── layout_tall4.svg │ │ ├── layout_viewport1.svg │ │ ├── layout_viewport2.svg │ │ ├── layout_viewport3.svg │ │ ├── layout_viewport4.svg │ │ ├── layout_wide2.svg │ │ ├── layout_wide3.svg │ │ ├── layout_wide4.svg │ │ ├── lighting_headlight.svg │ │ ├── lighting_high.svg │ │ ├── lighting_none.svg │ │ ├── lighting_normal.svg │ │ ├── lighting_objlights.svg │ │ ├── local_area_visibility.svg │ │ ├── materials.svg │ │ ├── obj_material.svg │ │ ├── reset_win_override.svg │ │ ├── selected_visibility.svg │ │ ├── shaded_bbox.svg │ │ ├── shadow_quality_high.svg │ │ ├── shadow_quality_low.svg │ │ ├── shadow_quality_medium.svg │ │ ├── shadow_quality_off.svg │ │ ├── show_all.svg │ │ ├── show_ghosted.svg │ │ ├── show_group_colors.svg │ │ ├── show_group_list.svg │ │ ├── show_one.svg │ │ ├── smooth.svg │ │ ├── smooth_wireframe.svg │ │ ├── thinking_00.svg │ │ ├── thinking_01.svg │ │ ├── thinking_02.svg │ │ ├── thinking_03.svg │ │ ├── thinking_04.svg │ │ ├── thinking_05.svg │ │ ├── thinking_06.svg │ │ ├── thinking_07.svg │ │ ├── thinking_08.svg │ │ ├── vex.svg │ │ ├── vex_wireframe.svg │ │ ├── viewmemory.svg │ │ ├── visualization.svg │ │ ├── visualization_add_to_toolbar.svg │ │ ├── visualization_color.svg │ │ ├── visualization_global.svg │ │ ├── visualization_marker.svg │ │ ├── visualization_remove_from_toolbar.svg │ │ ├── visualization_scene.svg │ │ ├── visualization_slice.svg │ │ ├── visualization_tag.svg │ │ ├── wireframe.svg │ │ ├── wireframe_bbox.svg │ │ └── wireframe_ghost.svg │ ├── VOP │ │ ├── aanoise.svg │ │ ├── abs.svg │ │ ├── add.svg │ │ ├── addattrib.svg │ │ ├── addconst.svg │ │ ├── addpoint.svg │ │ ├── addprim.svg │ │ ├── addsteerforce.svg │ │ ├── addvertex.svg │ │ ├── alphamix.svg │ │ ├── ambient.svg │ │ ├── and.svg │ │ ├── append.svg │ │ ├── argsort.svg │ │ ├── atten.svg │ │ ├── avg.svg │ │ ├── avgcomp.svg │ │ ├── banana.svg │ │ ├── bind.svg │ │ ├── blendregions.svg │ │ ├── block_begin_for.svg │ │ ├── block_begin_foreach.svg │ │ ├── block_begin_if.svg │ │ ├── block_end_breakif.svg │ │ ├── block_end_while.svg │ │ ├── boxclip.svg │ │ ├── boxes.svg │ │ ├── boxtile.svg │ │ ├── bricker.svg │ │ ├── brushedmetalshadercore.svg │ │ ├── burlap.svg │ │ ├── carpaintshadercore.svg │ │ ├── cavities.svg │ │ ├── ceiling.svg │ │ ├── cellcracks.svg │ │ ├── cellnoise.svg │ │ ├── clamp.svg │ │ ├── classicshader.svg │ │ ├── collect.svg │ │ ├── colormap.svg │ │ ├── colormix.svg │ │ ├── compare.svg │ │ ├── complement.svg │ │ ├── concrete.svg │ │ ├── conserveenergy.svg │ │ ├── constant.svg │ │ ├── contains.svg │ │ ├── copy.svg │ │ ├── cosine.svg │ │ ├── cross.svg │ │ ├── curvature.svg │ │ ├── cvexbuilder.svg │ │ ├── decal_a.svg │ │ ├── degtorad.svg │ │ ├── depthmap.svg │ │ ├── determinant.svg │ │ ├── dictkeys.svg │ │ ├── dictlen.svg │ │ ├── dimport.svg │ │ ├── dirspacechg.svg │ │ ├── displacenml.svg │ │ ├── distance.svg │ │ ├── divconst.svg │ │ ├── divide.svg │ │ ├── dot.svg │ │ ├── edgefalloff.svg │ │ ├── egg_shell.svg │ │ ├── endswith.svg │ │ ├── eulertoquat.svg │ │ ├── exp.svg │ │ ├── fastshadow.svg │ │ ├── filtershadow.svg │ │ ├── filterstep.svg │ │ ├── findsingle.svg │ │ ├── fit.svg │ │ ├── floattohmatx.svg │ │ ├── floattohvec.svg │ │ ├── floattoint.svg │ │ ├── floattomatx.svg │ │ ├── floattovec.svg │ │ ├── floor.svg │ │ ├── for.svg │ │ ├── forpoints.svg │ │ ├── frac.svg │ │ ├── fresnel.svg │ │ ├── fromndc.svg │ │ ├── frompolar.svg │ │ ├── furrows.svg │ │ ├── fuzzyand.svg │ │ ├── fuzzydefuzz.svg │ │ ├── fuzzyinference.svg │ │ ├── fuzzyinferencemirror.svg │ │ ├── fuzzyinput.svg │ │ ├── fuzzynot.svg │ │ ├── fuzzyor.svg │ │ ├── fuzzysenseobs.svg │ │ ├── genericshader.svg │ │ ├── getdictelement.svg │ │ ├── getelement.svg │ │ ├── getobjxform.svg │ │ ├── gingham.svg │ │ ├── glass.svg │ │ ├── global.svg │ │ ├── glow.svg │ │ ├── gradient3d.svg │ │ ├── hasinput.svg │ │ ├── haskey.svg │ │ ├── hextile.svg │ │ ├── hilownoise.svg │ │ ├── hmatxgetcompon.svg │ │ ├── hmatxsetcompon.svg │ │ ├── hmatxtofloat.svg │ │ ├── hsvtorgb.svg │ │ ├── hvecgetcompon.svg │ │ ├── hvecsetcompon.svg │ │ ├── hvectofloat.svg │ │ ├── hvectovec.svg │ │ ├── if.svg │ │ ├── ifconnected.svg │ │ ├── illuminance.svg │ │ ├── importance_remap.svg │ │ ├── importattrib.svg │ │ ├── ingroup.svg │ │ ├── insert.svg │ │ ├── integrate3d.svg │ │ ├── integrate3dclip.svg │ │ ├── intersect.svg │ │ ├── intersect3d.svg │ │ ├── inttofloat.svg │ │ ├── invert.svg │ │ ├── isalpha.svg │ │ ├── isconnected.svg │ │ ├── isdigit.svg │ │ ├── isfog.svg │ │ ├── isfrontface.svg │ │ ├── isshadow.svg │ │ ├── kinefx-addjoint.svg │ │ ├── kinefx-bindpointtransform.svg │ │ ├── kinefx-blendtransforms.svg │ │ ├── kinefx-collidegeometry.svg │ │ ├── kinefx-combinelocaltransform.svg │ │ ├── kinefx-dirtochild.svg │ │ ├── kinefx-dirtoparent.svg │ │ ├── kinefx-extractlocaltransform.svg │ │ ├── kinefx-filterpointxforms.svg │ │ ├── kinefx-findpointxform.svg │ │ ├── kinefx-foreachtransform.svg │ │ ├── kinefx-getdescendantxforms.svg │ │ ├── kinefx-getfbikattribs.svg │ │ ├── kinefx-getfullbodycom.svg │ │ ├── kinefx-getjointchainaxes.svg │ │ ├── kinefx-getparenttransform.svg │ │ ├── kinefx-getpointparent.svg │ │ ├── kinefx-getpointtransform.svg │ │ ├── kinefx-getpointtransforms.svg │ │ ├── kinefx-jointangle.svg │ │ ├── kinefx-offsettransform.svg │ │ ├── kinefx-parentconstraint.svg │ │ ├── kinefx-pathconstraint.svg │ │ ├── kinefx-realisticshoulder.svg │ │ ├── kinefx-resolvemapping.svg │ │ ├── kinefx-setpointtransform.svg │ │ ├── kinefx-setpointtransforms.svg │ │ ├── kinefx-solvecurve.svg │ │ ├── kinefx-solveik.svg │ │ ├── kinefx-stashtransform.svg │ │ ├── kinefx-surfaceconstraint.svg │ │ ├── kinefx-transformfrompath.svg │ │ ├── kinefx-transformfromsurface.svg │ │ ├── kinefx-twoboneik.svg │ │ ├── len.svg │ │ ├── length.svg │ │ ├── limport.svg │ │ ├── logarithm.svg │ │ ├── luminance.svg │ │ ├── maddconst.svg │ │ ├── makexform.svg │ │ ├── mandel.svg │ │ ├── matte.svg │ │ ├── matxgetcompon.svg │ │ ├── matxsetcompon.svg │ │ ├── matxtofloat.svg │ │ ├── matxtoquat.svg │ │ ├── max.svg │ │ ├── maxcomp.svg │ │ ├── metaattrib.svg │ │ ├── metadensity.svg │ │ ├── metaimport.svg │ │ ├── metanext.svg │ │ ├── metaspace.svg │ │ ├── metastart.svg │ │ ├── metaweight.svg │ │ ├── methodcall.svg │ │ ├── methodsubnet.svg │ │ ├── min.svg │ │ ├── mincomp.svg │ │ ├── mix.svg │ │ ├── modulo.svg │ │ ├── mosaic.svg │ │ ├── mulconst.svg │ │ ├── multiply.svg │ │ ├── negate.svg │ │ ├── neighbour.svg │ │ ├── neighbourcount.svg │ │ ├── newgroup.svg │ │ ├── normalclamp.svg │ │ ├── normalize.svg │ │ ├── not.svg │ │ ├── npoints.svg │ │ ├── nrandom.svg │ │ ├── objspacechg.svg │ │ ├── occlusion.svg │ │ ├── or.svg │ │ ├── oscill.svg │ │ ├── oslbuilder.svg │ │ ├── output.svg │ │ ├── parameter.svg │ │ ├── pbrdiffuse.svg │ │ ├── pbremission.svg │ │ ├── pbrhair.svg │ │ ├── pbrmetallic.svg │ │ ├── pbrreflect.svg │ │ ├── pbrrefract.svg │ │ ├── pbrsss.svg │ │ ├── pcclose.svg │ │ ├── pcexport.svg │ │ ├── pcfarthest.svg │ │ ├── pcfilter.svg │ │ ├── pcimport.svg │ │ ├── pciterate.svg │ │ ├── pcopen.svg │ │ ├── pcunshaded.svg │ │ ├── periodicnoise.svg │ │ ├── physicallens.svg │ │ ├── physicalsss.svg │ │ ├── pixelarea.svg │ │ ├── pixelderiv.svg │ │ ├── planeclip.svg │ │ ├── planecount.svg │ │ ├── planeexists.svg │ │ ├── planeindex.svg │ │ ├── planename.svg │ │ ├── planesize.svg │ │ ├── pop.svg │ │ ├── pow.svg │ │ ├── primattrib.svg │ │ ├── primnormal.svg │ │ ├── principled.svg │ │ ├── print.svg │ │ ├── ptexture.svg │ │ ├── ptlinedistance.svg │ │ ├── pworleynoise.svg │ │ ├── pyroBlackbody.svg │ │ ├── pyroColorCorrect.svg │ │ ├── pyroColorModel.svg │ │ ├── pyroColorVolume.svg │ │ ├── pyroDensityVolume.svg │ │ ├── pyroDisplace.svg │ │ ├── pyroField.svg │ │ ├── pyroFieldNoiseOp.svg │ │ ├── pyroFieldTweaks.svg │ │ ├── pyroNoise.svg │ │ ├── pyroNoiseSpace.svg │ │ ├── pyroadvancedshader.svg │ │ ├── pyroshader.svg │ │ ├── pyroshadercore.svg │ │ ├── qmultiply.svg │ │ ├── quaternion.svg │ │ ├── quattomatx.svg │ │ ├── radtodeg.svg │ │ ├── rainbow.svg │ │ ├── ramps.svg │ │ ├── random.svg │ │ ├── random_brj.svg │ │ ├── random_sobol.svg │ │ ├── raybounce.svg │ │ ├── rayhit.svg │ │ ├── raytrace.svg │ │ ├── rayweight.svg │ │ ├── reflect.svg │ │ ├── reflective.svg │ │ ├── reflectlight.svg │ │ ├── refract.svg │ │ ├── refractlight.svg │ │ ├── regex_find.svg │ │ ├── regex_findall.svg │ │ ├── regex_match.svg │ │ ├── regex_replace.svg │ │ ├── regex_split.svg │ │ ├── relbbox.svg │ │ ├── removeindex.svg │ │ ├── removekey.svg │ │ ├── removepoint.svg │ │ ├── removeprim.svg │ │ ├── removevalue.svg │ │ ├── removevertex.svg │ │ ├── reorder.svg │ │ ├── res.svg │ │ ├── restpos.svg │ │ ├── reverse.svg │ │ ├── rgbtohsv.svg │ │ ├── rhexes.svg │ │ ├── rings.svg │ │ ├── rint.svg │ │ ├── ripples.svg │ │ ├── river.svg │ │ ├── rotate.svg │ │ ├── roundededge.svg │ │ ├── rstars.svg │ │ ├── scale.svg │ │ ├── scales.svg │ │ ├── setdictelement.svg │ │ ├── setelement.svg │ │ ├── shadingarea.svg │ │ ├── shadingderiv.svg │ │ ├── shadinglayer.svg │ │ ├── shadingnormal.svg │ │ ├── shadow.svg │ │ ├── shadowmap.svg │ │ ├── shadowmatte.svg │ │ ├── sign.svg │ │ ├── simport.svg │ │ ├── sine.svg │ │ ├── skinshadercore.svg │ │ ├── slerp.svg │ │ ├── slice.svg │ │ ├── smooth.svg │ │ ├── softdots.svg │ │ ├── sort.svg │ │ ├── spacechg.svg │ │ ├── specular.svg │ │ ├── splatter.svg │ │ ├── sqrt.svg │ │ ├── startswith.svg │ │ ├── stripes.svg │ │ ├── struct.svg │ │ ├── structpack.svg │ │ ├── structunpack.svg │ │ ├── subconst.svg │ │ ├── subinput.svg │ │ ├── subnet.svg │ │ ├── subnetconnector.svg │ │ ├── subnetreturn.svg │ │ ├── suboutput.svg │ │ ├── subtract.svg │ │ ├── surfacecolor.svg │ │ ├── surfacedist.svg │ │ ├── surfacemodel.svg │ │ ├── tangent.svg │ │ ├── texture3d.svg │ │ ├── texture3dbox.svg │ │ ├── timing.svg │ │ ├── titlecase.svg │ │ ├── tolower.svg │ │ ├── tondc.svg │ │ ├── topolar.svg │ │ ├── toupper.svg │ │ ├── translate.svg │ │ ├── translucent.svg │ │ ├── trig.svg │ │ ├── turbnoise.svg │ │ ├── twosided.svg │ │ ├── twotone.svg │ │ ├── twoway.svg │ │ ├── unifiednoise.svg │ │ ├── usdpreviewsurface.svg │ │ ├── usdprimvarreader.svg │ │ ├── usduvtexture.svg │ │ ├── uvnoise.svg │ │ ├── uvplanarproject.svg │ │ ├── uvspacechg.svg │ │ ├── uvtriplanarproject.svg │ │ ├── uvxform.svg │ │ ├── vecgetcompon.svg │ │ ├── vecsetcompon.svg │ │ ├── vectofloat.svg │ │ ├── vectohvec.svg │ │ ├── veins.svg │ │ ├── voronoise.svg │ │ ├── waves.svg │ │ ├── while.svg │ │ ├── wire_pattern.svg │ │ ├── wood.svg │ │ ├── worleynoise.svg │ │ ├── xform.svg │ │ └── xor.svg │ ├── archivemaker │ │ ├── CMakeLists.txt │ │ └── archivemaker.C │ └── icons.zip ├── NodeBrushes │ ├── StateNode_Node_Body.png │ ├── StateNode_Node_Button_Center.png │ ├── StateNode_Node_Button_Left.png │ ├── StateNode_Node_Button_Right.png │ └── test.py ├── NodeShapes │ ├── bone.json │ ├── bulge.json │ ├── bulge_down.json │ ├── burst.json │ ├── camera.json │ ├── chevron_down.json │ ├── chevron_up.json │ ├── cigar.json │ ├── circle.json │ ├── clipped_left.json │ ├── clipped_right.json │ ├── cloud.json │ ├── cop2.json │ ├── diamond.json │ ├── ensign.json │ ├── gurgle.json │ ├── light.json │ ├── null.json │ ├── oval.json │ ├── peanut.json │ ├── pointy.json │ ├── rect.json │ ├── shop.json │ ├── slash.json │ ├── squared.json │ ├── star.json │ ├── subnet_input.json │ ├── tabbed_left.json │ ├── tabbed_right.json │ ├── task.json │ ├── tilted.json │ ├── trapezoid_down.json │ ├── trapezoid_up.json │ ├── vop.json │ └── wave.json └── ToolShelfs │ ├── SopTools.shelf │ └── SopToolsTest.shelffdsa └── Source ├── PMS ├── PMS.Build.cs ├── Private │ ├── PMSGraph.cpp │ ├── PMSGraphNode.cpp │ ├── PMSGraphNodeLibrary │ │ ├── PMSadd.cpp │ │ ├── PMSagentcollisionlayer.cpp │ │ ├── PMSagentconfigurejoints.cpp │ │ ├── PMSagentconstraintnetwork.cpp │ │ ├── PMSagentdefinitioncache.cpp │ │ ├── PMSagentunpack.cpp │ │ ├── PMSagentvellumunpack.cpp │ │ ├── PMSalembic.cpp │ │ ├── PMSalign.cpp │ │ ├── PMSassemble.cpp │ │ ├── PMSattribblur.cpp │ │ ├── PMSattribcast.cpp │ │ ├── PMSattribcomposite.cpp │ │ ├── PMSattribcopy.cpp │ │ ├── PMSattribcreate.cpp │ │ ├── PMSattribdelete.cpp │ │ ├── PMSattribexpression.cpp │ │ ├── PMSattribfade.cpp │ │ ├── PMSattribfromvolume.cpp │ │ ├── PMSattribinterpolate.cpp │ │ ├── PMSattribmirror.cpp │ │ ├── PMSattribnoise.cpp │ │ ├── PMSattribpromote.cpp │ │ ├── PMSattribrandomize.cpp │ │ ├── PMSattribreorient.cpp │ │ ├── PMSattribstringedit.cpp │ │ ├── PMSattribswap.cpp │ │ ├── PMSattribtransfer.cpp │ │ ├── PMSattribute.cpp │ │ ├── PMSattribvop.cpp │ │ ├── PMSattribwrangle.cpp │ │ ├── PMSbakevolume.cpp │ │ ├── PMSbasis.cpp │ │ ├── PMSblast.cpp │ │ ├── PMSblendshapes.cpp │ │ ├── PMSblock_begin.cpp │ │ ├── PMSblock_end.cpp │ │ ├── PMSbonecapturebiharmonic.cpp │ │ ├── PMSbonedeform.cpp │ │ ├── PMSbonelink.cpp │ │ ├── PMSboolean.cpp │ │ ├── PMSbooleanfracture.cpp │ │ ├── PMSbound.cpp │ │ ├── PMSbox.cpp │ │ ├── PMSbreak.cpp │ │ ├── PMSbridge.cpp │ │ ├── PMSbulge.cpp │ │ ├── PMScap.cpp │ │ ├── PMScapsule.cpp │ │ ├── PMScapture.cpp │ │ ├── PMScapturecorrect.cpp │ │ ├── PMScapturelayerpaint.cpp │ │ ├── PMScapturemeta.cpp │ │ ├── PMScapturemirror.cpp │ │ ├── PMScaptureoverride.cpp │ │ ├── PMScaptureproximity.cpp │ │ ├── PMScarve.cpp │ │ ├── PMScircle.cpp │ │ ├── PMSclay.cpp │ │ ├── PMSclean.cpp │ │ ├── PMSclip.cpp │ │ ├── PMSclothcapture.cpp │ │ ├── PMSclothcreateseam.cpp │ │ ├── PMSclothdeform.cpp │ │ ├── PMSclothrefine.cpp │ │ ├── PMScloud.cpp │ │ ├── PMScloudlight.cpp │ │ ├── PMScloudnoise.cpp │ │ ├── PMScluster.cpp │ │ ├── PMSclusterpoints.cpp │ │ ├── PMScolor.cpp │ │ ├── PMScomb.cpp │ │ ├── PMScompile_begin.cpp │ │ ├── PMScompile_end.cpp │ │ ├── PMScone.cpp │ │ ├── PMSconnectadjacentpieces.cpp │ │ ├── PMSconnectivity.cpp │ │ ├── PMSconvert.cpp │ │ ├── PMSconvertheightfield.cpp │ │ ├── PMSconvertmeta.cpp │ │ ├── PMSconvertvdb.cpp │ │ ├── PMSconvertvolume.cpp │ │ ├── PMScookie.cpp │ │ ├── PMScopy.cpp │ │ ├── PMScopytopoints.cpp │ │ ├── PMScrease.cpp │ │ ├── PMScreep.cpp │ │ ├── PMScregion.cpp │ │ ├── PMScurve.cpp │ │ ├── PMScurveclay.cpp │ │ ├── PMScurvesect.cpp │ │ ├── PMSdeform.cpp │ │ ├── PMSdeformationwrangle.cpp │ │ ├── PMSdeformmeta.cpp │ │ ├── PMSdeformmuscle.cpp │ │ ├── PMSdeltamush.cpp │ │ ├── PMSdetangle.cpp │ │ ├── PMSdissolve.cpp │ │ ├── PMSdivide.cpp │ │ ├── PMSdopimport.cpp │ │ ├── PMSdopimportrecords.cpp │ │ ├── PMSdrawcurve.cpp │ │ ├── PMSdrawhair.cpp │ │ ├── PMSduplicate.cpp │ │ ├── PMSeach.cpp │ │ ├── PMSedgecollapse.cpp │ │ ├── PMSedgecusp.cpp │ │ ├── PMSedgedivide.cpp │ │ ├── PMSedgeflip.cpp │ │ ├── PMSedgefracture.cpp │ │ ├── PMSedgetransport.cpp │ │ ├── PMSedit.cpp │ │ ├── PMSends.cpp │ │ ├── PMSenumerate.cpp │ │ ├── PMSerror.cpp │ │ ├── PMSexplodedview.cpp │ │ ├── PMSextractcentroid.cpp │ │ ├── PMSextrude.cpp │ │ ├── PMSextrudevolume.cpp │ │ ├── PMSfacet.cpp │ │ ├── PMSfalloff.cpp │ │ ├── PMSfilecache.cpp │ │ ├── PMSfillet.cpp │ │ ├── PMSfinalizewaves.cpp │ │ ├── PMSfindshortestpath.cpp │ │ ├── PMSfit.cpp │ │ ├── PMSfluidcompress.cpp │ │ ├── PMSfont.cpp │ │ ├── PMSforce.cpp │ │ ├── PMSforeach.cpp │ │ ├── PMSfractal.cpp │ │ ├── PMSfur.cpp │ │ ├── PMSfuse.cpp │ │ ├── PMSgrid.cpp │ │ ├── PMSgroomblend.cpp │ │ ├── PMSgroomfetch.cpp │ │ ├── PMSgroup.cpp │ │ ├── PMSgroupcombine.cpp │ │ ├── PMSgroupcopy.cpp │ │ ├── PMSgroupcreate.cpp │ │ ├── PMSgroupdelete.cpp │ │ ├── PMSgroupexpression.cpp │ │ ├── PMSgrouppaint.cpp │ │ ├── PMSgrouppromote.cpp │ │ ├── PMSgrouprange.cpp │ │ ├── PMSgrouprename.cpp │ │ ├── PMSgrouptransfer.cpp │ │ ├── PMSguideadvect.cpp │ │ ├── PMSguidecollidevdb.cpp │ │ ├── PMSguidegroup.cpp │ │ ├── PMSguidemask.cpp │ │ ├── PMSguideskinattriblookup.cpp │ │ ├── PMSguidetangentspace.cpp │ │ ├── PMShairgrowthfield.cpp │ │ ├── PMSheightfield.cpp │ │ ├── PMSheightfield_blur.cpp │ │ ├── PMSheightfield_clip.cpp │ │ ├── PMSheightfield_copylayer.cpp │ │ ├── PMSheightfield_crop.cpp │ │ ├── PMSheightfield_cutoutbyobject.cpp │ │ ├── PMSheightfield_distort.cpp │ │ ├── PMSheightfield_distortbylayer.cpp │ │ ├── PMSheightfield_drawmask.cpp │ │ ├── PMSheightfield_erode.cpp │ │ ├── PMSheightfield_erode_flow.cpp │ │ ├── PMSheightfield_erode_precipitation.cpp │ │ ├── PMSheightfield_erode_thermal.cpp │ │ ├── PMSheightfield_file.cpp │ │ ├── PMSheightfield_isolatelayer.cpp │ │ ├── PMSheightfield_layer.cpp │ │ ├── PMSheightfield_layerclear.cpp │ │ ├── PMSheightfield_layerproperty.cpp │ │ ├── PMSheightfield_maskbyconcavity.cpp │ │ ├── PMSheightfield_maskbyfeature.cpp │ │ ├── PMSheightfield_maskbyobject.cpp │ │ ├── PMSheightfield_maskbyshadow.cpp │ │ ├── PMSheightfield_noise.cpp │ │ ├── PMSheightfield_output.cpp │ │ ├── PMSheightfield_paint.cpp │ │ ├── PMSheightfield_patch.cpp │ │ ├── PMSheightfield_pattern.cpp │ │ ├── PMSheightfield_project.cpp │ │ ├── PMSheightfield_quickshade.cpp │ │ ├── PMSheightfield_remap.cpp │ │ ├── PMSheightfield_resample.cpp │ │ ├── PMSheightfield_scatter.cpp │ │ ├── PMSheightfield_slump.cpp │ │ ├── PMSheightfield_terrace.cpp │ │ ├── PMSheightfield_tilesplit.cpp │ │ ├── PMSheightfield_visualize.cpp │ │ ├── PMSheightfield_xform.cpp │ │ ├── PMShole.cpp │ │ ├── PMSinflate.cpp │ │ ├── PMSinstance.cpp │ │ ├── PMSintersectionanalysis.cpp │ │ ├── PMSintersectionstitch.cpp │ │ ├── PMSinvoke.cpp │ │ ├── PMSiso.cpp │ │ ├── PMSisooffset.cpp │ │ ├── PMSjoin.cpp │ │ ├── PMSlattice.cpp │ │ ├── PMSlayer.cpp │ │ ├── PMSlidarimport.cpp │ │ ├── PMSline.cpp │ │ ├── PMSloadslices.cpp │ │ ├── PMSlod.cpp │ │ ├── PMSloft.cpp │ │ ├── PMSlsystem.cpp │ │ ├── PMSmagnet.cpp │ │ ├── PMSmatchaxis.cpp │ │ ├── PMSmatchsize.cpp │ │ ├── PMSmaterial.cpp │ │ ├── PMSmdd.cpp │ │ ├── PMSmeasure.cpp │ │ ├── PMSmerge.cpp │ │ ├── PMSmetaball.cpp │ │ ├── PMSmetagroups.cpp │ │ ├── PMSmirror.cpp │ │ ├── PMSmountain.cpp │ │ ├── PMSmuscledeform.cpp │ │ ├── PMSname.cpp │ │ ├── PMSnetwork.cpp │ │ ├── PMSnormal.cpp │ │ ├── PMSobject_merge.cpp │ │ ├── PMSoceanfoam.cpp │ │ ├── PMSpack.cpp │ │ ├── PMSpackededit.cpp │ │ ├── PMSpackgroom.cpp │ │ ├── PMSpackpoints.cpp │ │ ├── PMSpaint.cpp │ │ ├── PMSpaintcolorvolume.cpp │ │ ├── PMSpaintfogvolume.cpp │ │ ├── PMSpaintsdfvolume.cpp │ │ ├── PMSparticle.cpp │ │ ├── PMSparticlefluidsurface.cpp │ │ ├── PMSpartition.cpp │ │ ├── PMSpaste.cpp │ │ ├── PMSpeak.cpp │ │ ├── PMSplanarpatch.cpp │ │ ├── PMSplanarpatchfromcurves.cpp │ │ ├── PMSplanarpleat.cpp │ │ ├── PMSplatonic.cpp │ │ ├── PMSpoint.cpp │ │ ├── PMSpointcloudiso.cpp │ │ ├── PMSpointdeform.cpp │ │ ├── PMSpointgenerate.cpp │ │ ├── PMSpointjitter.cpp │ │ ├── PMSpointreplicate.cpp │ │ ├── PMSpointsfromvolume.cpp │ │ ├── PMSpointwrangle.cpp │ │ ├── PMSpolybevel.cpp │ │ ├── PMSpolybridge.cpp │ │ ├── PMSpolycap.cpp │ │ ├── PMSpolycut.cpp │ │ ├── PMSpolydoctor.cpp │ │ ├── PMSpolydraw.cpp │ │ ├── PMSpolyexpand2d.cpp │ │ ├── PMSpolyextrude.cpp │ │ ├── PMSpolyfill.cpp │ │ ├── PMSpolyframe.cpp │ │ ├── PMSpolyknit.cpp │ │ ├── PMSpolyloft.cpp │ │ ├── PMSpolypatch.cpp │ │ ├── PMSpolypath.cpp │ │ ├── PMSpolyreduce.cpp │ │ ├── PMSpolysoup.cpp │ │ ├── PMSpolyspline.cpp │ │ ├── PMSpolysplit.cpp │ │ ├── PMSpolystitch.cpp │ │ ├── PMSpolywire.cpp │ │ ├── PMSpop.cpp │ │ ├── PMSposescope.cpp │ │ ├── PMSposespacedeform.cpp │ │ ├── PMSposespacedeformcombine.cpp │ │ ├── PMSposespaceedit.cpp │ │ ├── PMSposespaceeditconfigure.cpp │ │ ├── PMSprimitive.cpp │ │ ├── PMSprimitivesplit.cpp │ │ ├── PMSprofile.cpp │ │ ├── PMSproject.cpp │ │ ├── PMSrails.cpp │ │ ├── PMSray.cpp │ │ ├── PMSrbdcluster.cpp │ │ ├── PMSrbdconstraintproperties.cpp │ │ ├── PMSrbdconstraintsfromcurves.cpp │ │ ├── PMSrbdconstraintsfromlines.cpp │ │ ├── PMSrbdconstraintsfromrules.cpp │ │ ├── PMSrbdinteriordetail.cpp │ │ ├── PMSrbdmaterialfracture.cpp │ │ ├── PMSrbdpack.cpp │ │ ├── PMSrbdpaint.cpp │ │ ├── PMSrbdunpack.cpp │ │ ├── PMSrefine.cpp │ │ ├── PMSrelax.cpp │ │ ├── PMSremesh.cpp │ │ ├── PMSrepack.cpp │ │ ├── PMSresample.cpp │ │ ├── PMSrest.cpp │ │ ├── PMSretime.cpp │ │ ├── PMSreverse.cpp │ │ ├── PMSrevolve.cpp │ │ ├── PMSripple.cpp │ │ ├── PMSrishader.cpp │ │ ├── PMSround.cpp │ │ ├── PMSsblend.cpp │ │ ├── PMSscatter.cpp │ │ ├── PMSscript.cpp │ │ ├── PMSsculpt.cpp │ │ ├── PMSshatter.cpp │ │ ├── PMSshop.cpp │ │ ├── PMSshrinkwrap.cpp │ │ ├── PMSskin.cpp │ │ ├── PMSsky.cpp │ │ ├── PMSslidemodifierpaint.cpp │ │ ├── PMSsmooth.cpp │ │ ├── PMSsoftpeak.cpp │ │ ├── PMSsoftxform.cpp │ │ ├── PMSsolid.cpp │ │ ├── PMSsolidfracture.cpp │ │ ├── PMSsolidify.cpp │ │ ├── PMSsolver.cpp │ │ ├── PMSsphere.cpp │ │ ├── PMSsplicevolume.cpp │ │ ├── PMSspraypaint.cpp │ │ ├── PMSspring.cpp │ │ ├── PMSstash.cpp │ │ ├── PMSstitch.cpp │ │ ├── PMSstroke.cpp │ │ ├── PMSsubdivide.cpp │ │ ├── PMSsurfsect.cpp │ │ ├── PMSsweep.cpp │ │ ├── PMStestgeometry_crag.cpp │ │ ├── PMStestgeometry_pighead.cpp │ │ ├── PMStestgeometry_rubbertoy.cpp │ │ ├── PMStestgeometry_shaderball.cpp │ │ ├── PMStestgeometry_squab.cpp │ │ ├── PMStestgeometry_tommy.cpp │ │ ├── PMStetrahedralize.cpp │ │ ├── PMStetrasurface.cpp │ │ ├── PMStexture.cpp │ │ ├── PMStimeblend.cpp │ │ ├── PMStimeshift.cpp │ │ ├── PMStissuesolver.cpp │ │ ├── PMStopobuild.cpp │ │ ├── PMStorus.cpp │ │ ├── PMStrace.cpp │ │ ├── PMStrail.cpp │ │ ├── PMStriangulate2d.cpp │ │ ├── PMStribez.cpp │ │ ├── PMStridivide.cpp │ │ ├── PMStrim.cpp │ │ ├── PMStristrip.cpp │ │ ├── PMStube.cpp │ │ ├── PMStwist.cpp │ │ ├── PMSunix.cpp │ │ ├── PMSunpack.cpp │ │ ├── PMSunpackgroom.cpp │ │ ├── PMSunpackpoints.cpp │ │ ├── PMSunpaste.cpp │ │ ├── PMSuvautoseam.cpp │ │ ├── PMSuvbrush.cpp │ │ ├── PMSuvedit.cpp │ │ ├── PMSuvflatten.cpp │ │ ├── PMSuvfuse.cpp │ │ ├── PMSuvlayout.cpp │ │ ├── PMSuvpelt.cpp │ │ ├── PMSuvproject.cpp │ │ ├── PMSuvquickshade.cpp │ │ ├── PMSuvtransform.cpp │ │ ├── PMSuvunwrap.cpp │ │ ├── PMSvdbfromparticlefluid.cpp │ │ ├── PMSvdbfromparticles.cpp │ │ ├── PMSvdbfrompolygons.cpp │ │ ├── PMSvellumattachconstraints.cpp │ │ ├── PMSvellumglueconstraints.cpp │ │ ├── PMSvellumio.cpp │ │ ├── PMSvellumpack.cpp │ │ ├── PMSvellumpostprocess.cpp │ │ ├── PMSvellumrestblend.cpp │ │ ├── PMSvellumstitchconstraints.cpp │ │ ├── PMSvellumstrutsconstraints.cpp │ │ ├── PMSvellumunpack.cpp │ │ ├── PMSvellumweldconstraints.cpp │ │ ├── PMSvertex.cpp │ │ ├── PMSvertexsplit.cpp │ │ ├── PMSvisibility.cpp │ │ ├── PMSvisualize.cpp │ │ ├── PMSvolume.cpp │ │ ├── PMSvolumeanalysis.cpp │ │ ├── PMSvolumearrivaltime.cpp │ │ ├── PMSvolumeblur.cpp │ │ ├── PMSvolumebound.cpp │ │ ├── PMSvolumebreak.cpp │ │ ├── PMSvolumecompress.cpp │ │ ├── PMSvolumeconvolve3.cpp │ │ ├── PMSvolumefeather.cpp │ │ ├── PMSvolumefft.cpp │ │ ├── PMSvolumefromattrib.cpp │ │ ├── PMSvolumemerge.cpp │ │ ├── PMSvolumemix.cpp │ │ ├── PMSvolumeopticalflow.cpp │ │ ├── PMSvolumepatch.cpp │ │ ├── PMSvolumeramp.cpp │ │ ├── PMSvolumerasterize.cpp │ │ ├── PMSvolumerasterizeattributes.cpp │ │ ├── PMSvolumerasterizecurve.cpp │ │ ├── PMSvolumerasterizehair.cpp │ │ ├── PMSvolumerasterizeparticles.cpp │ │ ├── PMSvolumerasterizepoints.cpp │ │ ├── PMSvolumereduce.cpp │ │ ├── PMSvolumeresample.cpp │ │ ├── PMSvolumeresize.cpp │ │ ├── PMSvolumesdf.cpp │ │ ├── PMSvolumeslice.cpp │ │ ├── PMSvolumesplice.cpp │ │ ├── PMSvolumestamp.cpp │ │ ├── PMSvolumesurface.cpp │ │ ├── PMSvolumetrail.cpp │ │ ├── PMSvolumevelocity.cpp │ │ ├── PMSvolumevisualization.cpp │ │ ├── PMSvolumevop.cpp │ │ ├── PMSvolumewrangle.cpp │ │ ├── PMSvoronoifracture.cpp │ │ ├── PMSvoronoifracturepoints.cpp │ │ ├── PMSvoronoisplit.cpp │ │ ├── PMSwaveform.cpp │ │ ├── PMSwindingnumber.cpp │ │ ├── PMSwire.cpp │ │ ├── PMSwireblend.cpp │ │ ├── PMSwirecapture.cpp │ │ ├── PMSwiredeform.cpp │ │ ├── PMSwiretransfershape.cpp │ │ ├── PMSxform.cpp │ │ ├── PMSxformaxis.cpp │ │ ├── PMSxformbyattrib.cpp │ │ └── PMSxformpieces.cpp │ ├── PMSModule.cpp │ └── PMSSubGraphNode.cpp └── Public │ ├── PMSGraph.h │ ├── PMSGraphNode.h │ ├── PMSGraphNodeLibrary │ ├── PMSadd.h │ ├── PMSagentcollisionlayer.h │ ├── PMSagentconfigurejoints.h │ ├── PMSagentconstraintnetwork.h │ ├── PMSagentdefinitioncache.h │ ├── PMSagentunpack.h │ ├── PMSagentvellumunpack.h │ ├── PMSalembic.h │ ├── PMSalign.h │ ├── PMSassemble.h │ ├── PMSattribblur.h │ ├── PMSattribcast.h │ ├── PMSattribcomposite.h │ ├── PMSattribcopy.h │ ├── PMSattribcreate.h │ ├── PMSattribdelete.h │ ├── PMSattribexpression.h │ ├── PMSattribfade.h │ ├── PMSattribfromvolume.h │ ├── PMSattribinterpolate.h │ ├── PMSattribmirror.h │ ├── PMSattribnoise.h │ ├── PMSattribpromote.h │ ├── PMSattribrandomize.h │ ├── PMSattribreorient.h │ ├── PMSattribstringedit.h │ ├── PMSattribswap.h │ ├── PMSattribtransfer.h │ ├── PMSattribute.h │ ├── PMSattribvop.h │ ├── PMSattribwrangle.h │ ├── PMSbakevolume.h │ ├── PMSbasis.h │ ├── PMSblast.h │ ├── PMSblendshapes.h │ ├── PMSblock_begin.h │ ├── PMSblock_end.h │ ├── PMSbonecapturebiharmonic.h │ ├── PMSbonedeform.h │ ├── PMSbonelink.h │ ├── PMSboolean.h │ ├── PMSbooleanfracture.h │ ├── PMSbound.h │ ├── PMSbox.h │ ├── PMSbreak.h │ ├── PMSbridge.h │ ├── PMSbulge.h │ ├── PMScap.h │ ├── PMScapsule.h │ ├── PMScapture.h │ ├── PMScapturecorrect.h │ ├── PMScapturelayerpaint.h │ ├── PMScapturemeta.h │ ├── PMScapturemirror.h │ ├── PMScaptureoverride.h │ ├── PMScaptureproximity.h │ ├── PMScarve.h │ ├── PMScircle.h │ ├── PMSclay.h │ ├── PMSclean.h │ ├── PMSclip.h │ ├── PMSclothcapture.h │ ├── PMSclothcreateseam.h │ ├── PMSclothdeform.h │ ├── PMSclothrefine.h │ ├── PMScloud.h │ ├── PMScloudlight.h │ ├── PMScloudnoise.h │ ├── PMScluster.h │ ├── PMSclusterpoints.h │ ├── PMScolor.h │ ├── PMScomb.h │ ├── PMScompile_begin.h │ ├── PMScompile_end.h │ ├── PMScone.h │ ├── PMSconnectadjacentpieces.h │ ├── PMSconnectivity.h │ ├── PMSconvert.h │ ├── PMSconvertheightfield.h │ ├── PMSconvertmeta.h │ ├── PMSconvertvdb.h │ ├── PMSconvertvolume.h │ ├── PMScookie.h │ ├── PMScopy.h │ ├── PMScopytopoints.h │ ├── PMScrease.h │ ├── PMScreep.h │ ├── PMScregion.h │ ├── PMScurve.h │ ├── PMScurveclay.h │ ├── PMScurvesect.h │ ├── PMSdeform.h │ ├── PMSdeformationwrangle.h │ ├── PMSdeformmeta.h │ ├── PMSdeformmuscle.h │ ├── PMSdeltamush.h │ ├── PMSdetangle.h │ ├── PMSdissolve.h │ ├── PMSdivide.h │ ├── PMSdopimport.h │ ├── PMSdopimportrecords.h │ ├── PMSdrawcurve.h │ ├── PMSdrawhair.h │ ├── PMSduplicate.h │ ├── PMSeach.h │ ├── PMSedgecollapse.h │ ├── PMSedgecusp.h │ ├── PMSedgedivide.h │ ├── PMSedgeflip.h │ ├── PMSedgefracture.h │ ├── PMSedgetransport.h │ ├── PMSedit.h │ ├── PMSends.h │ ├── PMSenumerate.h │ ├── PMSerror.h │ ├── PMSexplodedview.h │ ├── PMSextractcentroid.h │ ├── PMSextrude.h │ ├── PMSextrudevolume.h │ ├── PMSfacet.h │ ├── PMSfalloff.h │ ├── PMSfilecache.h │ ├── PMSfillet.h │ ├── PMSfinalizewaves.h │ ├── PMSfindshortestpath.h │ ├── PMSfit.h │ ├── PMSfluidcompress.h │ ├── PMSfont.h │ ├── PMSforce.h │ ├── PMSforeach.h │ ├── PMSfractal.h │ ├── PMSfur.h │ ├── PMSfuse.h │ ├── PMSgrid.h │ ├── PMSgroomblend.h │ ├── PMSgroomfetch.h │ ├── PMSgroup.h │ ├── PMSgroupcombine.h │ ├── PMSgroupcopy.h │ ├── PMSgroupcreate.h │ ├── PMSgroupdelete.h │ ├── PMSgroupexpression.h │ ├── PMSgrouppaint.h │ ├── PMSgrouppromote.h │ ├── PMSgrouprange.h │ ├── PMSgrouprename.h │ ├── PMSgrouptransfer.h │ ├── PMSguideadvect.h │ ├── PMSguidecollidevdb.h │ ├── PMSguidegroup.h │ ├── PMSguidemask.h │ ├── PMSguideskinattriblookup.h │ ├── PMSguidetangentspace.h │ ├── PMShairgrowthfield.h │ ├── PMSheightfield.h │ ├── PMSheightfield_blur.h │ ├── PMSheightfield_clip.h │ ├── PMSheightfield_copylayer.h │ ├── PMSheightfield_crop.h │ ├── PMSheightfield_cutoutbyobject.h │ ├── PMSheightfield_distort.h │ ├── PMSheightfield_distortbylayer.h │ ├── PMSheightfield_drawmask.h │ ├── PMSheightfield_erode.h │ ├── PMSheightfield_erode_flow.h │ ├── PMSheightfield_erode_precipitation.h │ ├── PMSheightfield_erode_thermal.h │ ├── PMSheightfield_file.h │ ├── PMSheightfield_isolatelayer.h │ ├── PMSheightfield_layer.h │ ├── PMSheightfield_layerclear.h │ ├── PMSheightfield_layerproperty.h │ ├── PMSheightfield_maskbyconcavity.h │ ├── PMSheightfield_maskbyfeature.h │ ├── PMSheightfield_maskbyobject.h │ ├── PMSheightfield_maskbyshadow.h │ ├── PMSheightfield_noise.h │ ├── PMSheightfield_output.h │ ├── PMSheightfield_paint.h │ ├── PMSheightfield_patch.h │ ├── PMSheightfield_pattern.h │ ├── PMSheightfield_project.h │ ├── PMSheightfield_quickshade.h │ ├── PMSheightfield_remap.h │ ├── PMSheightfield_resample.h │ ├── PMSheightfield_scatter.h │ ├── PMSheightfield_slump.h │ ├── PMSheightfield_terrace.h │ ├── PMSheightfield_tilesplit.h │ ├── PMSheightfield_visualize.h │ ├── PMSheightfield_xform.h │ ├── PMShole.h │ ├── PMSinflate.h │ ├── PMSinstance.h │ ├── PMSintersectionanalysis.h │ ├── PMSintersectionstitch.h │ ├── PMSinvoke.h │ ├── PMSiso.h │ ├── PMSisooffset.h │ ├── PMSjoin.h │ ├── PMSlattice.h │ ├── PMSlayer.h │ ├── PMSlidarimport.h │ ├── PMSline.h │ ├── PMSloadslices.h │ ├── PMSlod.h │ ├── PMSloft.h │ ├── PMSlsystem.h │ ├── PMSmagnet.h │ ├── PMSmatchaxis.h │ ├── PMSmatchsize.h │ ├── PMSmaterial.h │ ├── PMSmdd.h │ ├── PMSmeasure.h │ ├── PMSmerge.h │ ├── PMSmetaball.h │ ├── PMSmetagroups.h │ ├── PMSmirror.h │ ├── PMSmountain.h │ ├── PMSmuscledeform.h │ ├── PMSname.h │ ├── PMSnetwork.h │ ├── PMSnormal.h │ ├── PMSobject_merge.h │ ├── PMSoceanfoam.h │ ├── PMSpack.h │ ├── PMSpackededit.h │ ├── PMSpackgroom.h │ ├── PMSpackpoints.h │ ├── PMSpaint.h │ ├── PMSpaintcolorvolume.h │ ├── PMSpaintfogvolume.h │ ├── PMSpaintsdfvolume.h │ ├── PMSparticle.h │ ├── PMSparticlefluidsurface.h │ ├── PMSpartition.h │ ├── PMSpaste.h │ ├── PMSpeak.h │ ├── PMSplanarpatch.h │ ├── PMSplanarpatchfromcurves.h │ ├── PMSplanarpleat.h │ ├── PMSplatonic.h │ ├── PMSpoint.h │ ├── PMSpointcloudiso.h │ ├── PMSpointdeform.h │ ├── PMSpointgenerate.h │ ├── PMSpointjitter.h │ ├── PMSpointreplicate.h │ ├── PMSpointsfromvolume.h │ ├── PMSpointwrangle.h │ ├── PMSpolybevel.h │ ├── PMSpolybridge.h │ ├── PMSpolycap.h │ ├── PMSpolycut.h │ ├── PMSpolydoctor.h │ ├── PMSpolydraw.h │ ├── PMSpolyexpand2d.h │ ├── PMSpolyextrude.h │ ├── PMSpolyfill.h │ ├── PMSpolyframe.h │ ├── PMSpolyknit.h │ ├── PMSpolyloft.h │ ├── PMSpolypatch.h │ ├── PMSpolypath.h │ ├── PMSpolyreduce.h │ ├── PMSpolysoup.h │ ├── PMSpolyspline.h │ ├── PMSpolysplit.h │ ├── PMSpolystitch.h │ ├── PMSpolywire.h │ ├── PMSpop.h │ ├── PMSposescope.h │ ├── PMSposespacedeform.h │ ├── PMSposespacedeformcombine.h │ ├── PMSposespaceedit.h │ ├── PMSposespaceeditconfigure.h │ ├── PMSprimitive.h │ ├── PMSprimitivesplit.h │ ├── PMSprofile.h │ ├── PMSproject.h │ ├── PMSrails.h │ ├── PMSray.h │ ├── PMSrbdcluster.h │ ├── PMSrbdconstraintproperties.h │ ├── PMSrbdconstraintsfromcurves.h │ ├── PMSrbdconstraintsfromlines.h │ ├── PMSrbdconstraintsfromrules.h │ ├── PMSrbdinteriordetail.h │ ├── PMSrbdmaterialfracture.h │ ├── PMSrbdpack.h │ ├── PMSrbdpaint.h │ ├── PMSrbdunpack.h │ ├── PMSrefine.h │ ├── PMSrelax.h │ ├── PMSremesh.h │ ├── PMSrepack.h │ ├── PMSresample.h │ ├── PMSrest.h │ ├── PMSretime.h │ ├── PMSreverse.h │ ├── PMSrevolve.h │ ├── PMSripple.h │ ├── PMSrishader.h │ ├── PMSround.h │ ├── PMSsblend.h │ ├── PMSscatter.h │ ├── PMSscript.h │ ├── PMSsculpt.h │ ├── PMSshatter.h │ ├── PMSshop.h │ ├── PMSshrinkwrap.h │ ├── PMSskin.h │ ├── PMSsky.h │ ├── PMSslidemodifierpaint.h │ ├── PMSsmooth.h │ ├── PMSsoftpeak.h │ ├── PMSsoftxform.h │ ├── PMSsolid.h │ ├── PMSsolidfracture.h │ ├── PMSsolidify.h │ ├── PMSsolver.h │ ├── PMSsphere.h │ ├── PMSsplicevolume.h │ ├── PMSspraypaint.h │ ├── PMSspring.h │ ├── PMSstash.h │ ├── PMSstitch.h │ ├── PMSstroke.h │ ├── PMSsubdivide.h │ ├── PMSsurfsect.h │ ├── PMSsweep.h │ ├── PMStestgeometry_crag.h │ ├── PMStestgeometry_pighead.h │ ├── PMStestgeometry_rubbertoy.h │ ├── PMStestgeometry_shaderball.h │ ├── PMStestgeometry_squab.h │ ├── PMStestgeometry_tommy.h │ ├── PMStetrahedralize.h │ ├── PMStetrasurface.h │ ├── PMStexture.h │ ├── PMStimeblend.h │ ├── PMStimeshift.h │ ├── PMStissuesolver.h │ ├── PMStopobuild.h │ ├── PMStorus.h │ ├── PMStrace.h │ ├── PMStrail.h │ ├── PMStriangulate2d.h │ ├── PMStribez.h │ ├── PMStridivide.h │ ├── PMStrim.h │ ├── PMStristrip.h │ ├── PMStube.h │ ├── PMStwist.h │ ├── PMSunix.h │ ├── PMSunpack.h │ ├── PMSunpackgroom.h │ ├── PMSunpackpoints.h │ ├── PMSunpaste.h │ ├── PMSuvautoseam.h │ ├── PMSuvbrush.h │ ├── PMSuvedit.h │ ├── PMSuvflatten.h │ ├── PMSuvfuse.h │ ├── PMSuvlayout.h │ ├── PMSuvpelt.h │ ├── PMSuvproject.h │ ├── PMSuvquickshade.h │ ├── PMSuvtransform.h │ ├── PMSuvunwrap.h │ ├── PMSvdbfromparticlefluid.h │ ├── PMSvdbfromparticles.h │ ├── PMSvdbfrompolygons.h │ ├── PMSvellumattachconstraints.h │ ├── PMSvellumglueconstraints.h │ ├── PMSvellumio.h │ ├── PMSvellumpack.h │ ├── PMSvellumpostprocess.h │ ├── PMSvellumrestblend.h │ ├── PMSvellumstitchconstraints.h │ ├── PMSvellumstrutsconstraints.h │ ├── PMSvellumunpack.h │ ├── PMSvellumweldconstraints.h │ ├── PMSvertex.h │ ├── PMSvertexsplit.h │ ├── PMSvisibility.h │ ├── PMSvisualize.h │ ├── PMSvolume.h │ ├── PMSvolumeanalysis.h │ ├── PMSvolumearrivaltime.h │ ├── PMSvolumeblur.h │ ├── PMSvolumebound.h │ ├── PMSvolumebreak.h │ ├── PMSvolumecompress.h │ ├── PMSvolumeconvolve3.h │ ├── PMSvolumefeather.h │ ├── PMSvolumefft.h │ ├── PMSvolumefromattrib.h │ ├── PMSvolumemerge.h │ ├── PMSvolumemix.h │ ├── PMSvolumeopticalflow.h │ ├── PMSvolumepatch.h │ ├── PMSvolumeramp.h │ ├── PMSvolumerasterize.h │ ├── PMSvolumerasterizeattributes.h │ ├── PMSvolumerasterizecurve.h │ ├── PMSvolumerasterizehair.h │ ├── PMSvolumerasterizeparticles.h │ ├── PMSvolumerasterizepoints.h │ ├── PMSvolumereduce.h │ ├── PMSvolumeresample.h │ ├── PMSvolumeresize.h │ ├── PMSvolumesdf.h │ ├── PMSvolumeslice.h │ ├── PMSvolumesplice.h │ ├── PMSvolumestamp.h │ ├── PMSvolumesurface.h │ ├── PMSvolumetrail.h │ ├── PMSvolumevelocity.h │ ├── PMSvolumevisualization.h │ ├── PMSvolumevop.h │ ├── PMSvolumewrangle.h │ ├── PMSvoronoifracture.h │ ├── PMSvoronoifracturepoints.h │ ├── PMSvoronoisplit.h │ ├── PMSwaveform.h │ ├── PMSwindingnumber.h │ ├── PMSwire.h │ ├── PMSwireblend.h │ ├── PMSwirecapture.h │ ├── PMSwiredeform.h │ ├── PMSwiretransfershape.h │ ├── PMSxform.h │ ├── PMSxformaxis.h │ ├── PMSxformbyattrib.h │ └── PMSxformpieces.h │ ├── PMSModule.h │ └── PMSSubGraphNode.h ├── PMSEditor ├── PMSEditor.Build.cs ├── Private │ ├── AssetFactory │ │ └── PMSFactory.cpp │ ├── AssetTypeActions │ │ └── AssetTypeActions_PMS.cpp │ ├── Editor │ │ ├── PMSEdGraph.cpp │ │ ├── PMSEdGraphNode.cpp │ │ ├── PMSEdGraphSchema.cpp │ │ ├── PMSEdSubGraphNode.cpp │ │ ├── PMSEditor.cpp │ │ ├── SlateWidgets │ │ │ ├── PMSConnectionDrawingPolicy.cpp │ │ │ ├── PMSGraphEditorWidgets │ │ │ │ ├── SGraphEditorImpl_PMS.cpp │ │ │ │ └── SGraphEditor_PMS.cpp │ │ │ ├── S2DMeshWidget.cpp │ │ │ ├── SNodeFlagCheckBox.cpp │ │ │ ├── SPMSEdGraphNode.cpp │ │ │ ├── SPMSEdGraphPin.cpp │ │ │ └── SPMSGraphPanel.cpp │ │ ├── Style │ │ │ └── PMSEditorStyle.cpp │ │ ├── Utilities │ │ │ ├── NodeShape.cpp │ │ │ ├── PMSEdGraphPanelInputPreProcessor.cpp │ │ │ ├── PMSEditorUtilities.cpp │ │ │ ├── PMSNodeName.cpp │ │ │ ├── PMSPanelFactory.cpp │ │ │ ├── tinyxml2.cpp │ │ │ └── tinyxml2.h │ │ └── Viewport │ │ │ ├── PMSViewportClient.cpp │ │ │ └── SPMSViewportClient.cpp │ └── PMSEditorModule.cpp └── Public │ ├── AssetFactory │ └── PMSFactory.h │ ├── AssetTypeActions │ └── AssetTypeActions_PMS.h │ ├── Classes │ ├── NodeDragHelper.cpp │ └── NodeDragHelper.h │ ├── Editor │ ├── PMSEdGraph.h │ ├── PMSEdGraphNode.h │ ├── PMSEdGraphSchema.h │ ├── PMSEdSubGraphNode.h │ ├── PMSEditor.h │ ├── PMSEditorSettings.h │ ├── SlateWidgets │ │ ├── HackPrivate │ │ │ ├── SGraphEditorImplPublic.h │ │ │ ├── SGraphEditorPublic.h │ │ │ └── SGraphPanelPublic.h │ │ ├── PMSConnectionDrawingPolicy.h │ │ ├── PMSGraphEditorWidgets │ │ │ ├── SGraphEditorImpl_PMS.h │ │ │ └── SGraphEditor_PMS.h │ │ ├── S2DMeshWidget.h │ │ ├── SNodeFlagCheckBox.h │ │ ├── SPMSEdGraphNode.h │ │ ├── SPMSEdGraphPin.h │ │ └── SPMSGraphPanel.h │ ├── Style │ │ └── PMSEditorStyle.h │ ├── Utilities │ │ ├── FNodeShape.h │ │ ├── PMSEdGraphCommand.h │ │ ├── PMSEdGraphPanelInputPreProcessor.h │ │ ├── PMSEditorUtilities.h │ │ ├── PMSNodeName.h │ │ └── PMSPanelFactory.h │ └── Viewport │ │ ├── PMSViewportClient.h │ │ └── SPMSViewportClient.h │ └── PMSEditorModule.h └── Todo.txt /.gitignore: -------------------------------------------------------------------------------- 1 | /Binaries 2 | /Intermediate 3 | -------------------------------------------------------------------------------- /PMS.uplugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/PMS.uplugin -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/README.md -------------------------------------------------------------------------------- /Resources/Cursors/align.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Cursors/align.svg -------------------------------------------------------------------------------- /Resources/Cursors/cut.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Cursors/cut.svg -------------------------------------------------------------------------------- /Resources/Cursors/wire.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Cursors/wire.svg -------------------------------------------------------------------------------- /Resources/Icon128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icon128.png -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/action.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/action.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/add.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/add.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/aovs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/aovs.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/auto.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/auto.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/back.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/calc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/calc.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/clear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/clear.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/close.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/color.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/colors.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/colors.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/cook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/cook.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/cook2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/cook2.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/copy.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/cut.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/cut.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/date.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/date.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/debug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/debug.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/delete.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/delete.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/do_not.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/do_not.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/down.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/dump.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/dump.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/edit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/edit.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/equal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/equal.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/fast.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/fast.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/filter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/filter.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/folder.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/gamma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/gamma.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/gear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/gear.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/global.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/global.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/grid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/grid.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/help.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/info.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/info.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/jump.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/jump.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/knife.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/knife.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/label.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/label.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/layout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/layout.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/link.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/log.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/log.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/minus.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/paste.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/paste.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/pause.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/pinned.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/pinned.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/plus.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/redo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/redo.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/reload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/reload.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/remove.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/remove.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/render.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/render.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/rotate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/rotate.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/scale.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/scale.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/scope.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/scope.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/search.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/smooth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/smooth.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/stop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/stop.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/subnet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/subnet.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/switch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/switch.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/sync.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/sync.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/tag.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/take.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/take.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/tree.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/tree.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/undo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/undo.svg -------------------------------------------------------------------------------- /Resources/Icons/BUTTONS/up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/BUTTONS/up.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/area.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/area.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/audioin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/audioin.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/band.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/band.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/beat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/beat.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/channel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/channel.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/copy.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/count.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/count.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/cycle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/cycle.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/delay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/delay.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/export.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/export.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/express.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/express.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/fan.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/fan.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/filter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/filter.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/foreach.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/foreach.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/gamepad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/gamepad.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/gesture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/gesture.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/handle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/handle.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/image.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/interp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/interp.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/jiggle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/jiggle.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/lag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/lag.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/limit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/limit.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/logic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/logic.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/math.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/math.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/merge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/merge.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/midiin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/midiin.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/midiout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/midiout.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/mouse3d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/mouse3d.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/network.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/network.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/object.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/object.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/para.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/para.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/pass.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/pass.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/phoneme.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/phoneme.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/pipein.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/pipein.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/pipeout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/pipeout.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/pitch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/pitch.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/pulse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/pulse.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/puppet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/puppet.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/record.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/record.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/reorder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/reorder.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/slope.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/slope.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/spatial.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/spatial.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/spline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/spline.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/spring.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/spring.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/stretch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/stretch.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/trigger.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/trigger.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/vex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/vex.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/vopchop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/vopchop.svg -------------------------------------------------------------------------------- /Resources/Icons/CHOP/wave.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CHOP/wave.svg -------------------------------------------------------------------------------- /Resources/Icons/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CMakeLists.txt -------------------------------------------------------------------------------- /Resources/Icons/COMMON/bake.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COMMON/bake.svg -------------------------------------------------------------------------------- /Resources/Icons/COMMON/blend.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COMMON/blend.svg -------------------------------------------------------------------------------- /Resources/Icons/COMMON/csv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COMMON/csv.svg -------------------------------------------------------------------------------- /Resources/Icons/COMMON/file.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COMMON/file.svg -------------------------------------------------------------------------------- /Resources/Icons/COMMON/gltf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COMMON/gltf.svg -------------------------------------------------------------------------------- /Resources/Icons/COMMON/merge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COMMON/merge.svg -------------------------------------------------------------------------------- /Resources/Icons/COMMON/null.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COMMON/null.svg -------------------------------------------------------------------------------- /Resources/Icons/COMMON/ris.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COMMON/ris.svg -------------------------------------------------------------------------------- /Resources/Icons/COMMON/stash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COMMON/stash.svg -------------------------------------------------------------------------------- /Resources/Icons/COMMON/usd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COMMON/usd.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/add.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/add.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/atop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/atop.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/average.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/average.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/blend.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/blend.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/blur.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/blur.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/border.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/border.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/bright.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/bright.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/bump.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/bump.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/color.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/convert.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/convert.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/crop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/crop.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/defocus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/defocus.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/deform.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/deform.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/degrain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/degrain.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/delete.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/delete.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/denoise.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/denoise.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/diff.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/diff.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/dof.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/dof.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/edge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/edge.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/emboss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/emboss.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/env.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/env.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/expand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/expand.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/extend.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/extend.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/fetch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/fetch.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/file.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/file.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/flip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/flip.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/fog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/fog.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/font.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/font.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/gamma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/gamma.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/geokey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/geokey.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/grain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/grain.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/hsv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/hsv.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/inside.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/inside.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/invert.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/invert.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/layer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/layer.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/levels.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/levels.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/light.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/limit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/limit.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/lookup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/lookup.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/lumakey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/lumakey.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/mask.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/mask.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/max.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/max.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/median.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/median.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/merge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/merge.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/min.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/min.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/mono.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/mono.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/mosaic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/mosaic.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/noise.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/noise.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/null.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/null.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/outside.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/outside.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/over.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/over.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/pin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/pin.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/pixel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/pixel.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/pushup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/pushup.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/ramp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/ramp.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/rename.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/rename.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/render.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/render.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/reverse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/reverse.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/scale.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/scale.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/screen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/screen.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/shape.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/shape.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/sharpen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/sharpen.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/shift.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/shift.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/shuffle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/shuffle.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/snip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/snip.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/still.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/still.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/streak.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/streak.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/subnet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/subnet.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/swap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/swap.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/switch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/switch.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/tile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/tile.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/tima.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/tima.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/trim.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/trim.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/under.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/under.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/unpin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/unpin.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/uvmap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/uvmap.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/vector.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/vector.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/velblur.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/velblur.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/warp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/warp.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/window.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/window.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/wipe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/wipe.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/xform.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/xform.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/xor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/xor.svg -------------------------------------------------------------------------------- /Resources/Icons/COP2/zcomp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/COP2/zcomp.svg -------------------------------------------------------------------------------- /Resources/Icons/CROWDS/agent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CROWDS/agent.svg -------------------------------------------------------------------------------- /Resources/Icons/CROWDS/hero.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CROWDS/hero.svg -------------------------------------------------------------------------------- /Resources/Icons/CROWDS/state.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/CROWDS/state.svg -------------------------------------------------------------------------------- /Resources/Icons/DATATYPES/uv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DATATYPES/uv.svg -------------------------------------------------------------------------------- /Resources/Icons/DESKTOP/chan.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DESKTOP/chan.svg -------------------------------------------------------------------------------- /Resources/Icons/DESKTOP/geo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DESKTOP/geo.svg -------------------------------------------------------------------------------- /Resources/Icons/DESKTOP/hip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DESKTOP/hip.svg -------------------------------------------------------------------------------- /Resources/Icons/DESKTOP/ifd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DESKTOP/ifd.svg -------------------------------------------------------------------------------- /Resources/Icons/DESKTOP/otl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DESKTOP/otl.svg -------------------------------------------------------------------------------- /Resources/Icons/DESKTOP/pic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DESKTOP/pic.svg -------------------------------------------------------------------------------- /Resources/Icons/DESKTOP/rat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DESKTOP/rat.svg -------------------------------------------------------------------------------- /Resources/Icons/DIALOG/error.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DIALOG/error.svg -------------------------------------------------------------------------------- /Resources/Icons/DIALOG/info.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DIALOG/info.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/affector.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/affector.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/anchor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/anchor.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/applyrel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/applyrel.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/copydata.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/copydata.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/dop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/dop.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/drag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/drag.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/emptyrel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/emptyrel.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/fan.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/fan.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/filedata.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/filedata.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/gas.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/gas.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/gaserror.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/gaserror.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/gasupres.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/gasupres.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/gravity.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/gravity.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/group.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/group.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/mask.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/mask.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/motion.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/motion.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/noconrel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/noconrel.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/noise.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/noise.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/objpos.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/objpos.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/onlyonce.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/onlyonce.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/pointpos.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/pointpos.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/popvop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/popvop.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/position.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/position.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/rbdstate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/rbdstate.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/sopgeo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/sopgeo.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/sopguide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/sopguide.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/split.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/split.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/vexforce.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/vexforce.svg -------------------------------------------------------------------------------- /Resources/Icons/DOP/vopforce.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/DOP/vopforce.svg -------------------------------------------------------------------------------- /Resources/Icons/ENGINE/pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/ENGINE/pause.svg -------------------------------------------------------------------------------- /Resources/Icons/ENGINE/reset.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/ENGINE/reset.svg -------------------------------------------------------------------------------- /Resources/Icons/FUR/add_fur.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/FUR/add_fur.svg -------------------------------------------------------------------------------- /Resources/Icons/FUR/animate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/FUR/animate.svg -------------------------------------------------------------------------------- /Resources/Icons/FUR/brush.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/FUR/brush.svg -------------------------------------------------------------------------------- /Resources/Icons/FUR/brush2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/FUR/brush2.svg -------------------------------------------------------------------------------- /Resources/Icons/FUR/color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/FUR/color.svg -------------------------------------------------------------------------------- /Resources/Icons/FUR/comb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/FUR/comb.svg -------------------------------------------------------------------------------- /Resources/Icons/FUR/cut_hair.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/FUR/cut_hair.svg -------------------------------------------------------------------------------- /Resources/Icons/FUR/density.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/FUR/density.svg -------------------------------------------------------------------------------- /Resources/Icons/FUR/hair2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/FUR/hair2.svg -------------------------------------------------------------------------------- /Resources/Icons/FUR/hairgen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/FUR/hairgen.svg -------------------------------------------------------------------------------- /Resources/Icons/FUR/length.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/FUR/length.svg -------------------------------------------------------------------------------- /Resources/Icons/FUR/reguide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/FUR/reguide.svg -------------------------------------------------------------------------------- /Resources/Icons/FUR/shears.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/FUR/shears.svg -------------------------------------------------------------------------------- /Resources/Icons/FUR/smooth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/FUR/smooth.svg -------------------------------------------------------------------------------- /Resources/Icons/FUR/swirl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/FUR/swirl.svg -------------------------------------------------------------------------------- /Resources/Icons/FUR/transfer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/FUR/transfer.svg -------------------------------------------------------------------------------- /Resources/Icons/IMAGE/gamma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/IMAGE/gamma.svg -------------------------------------------------------------------------------- /Resources/Icons/IMAGE/home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/IMAGE/home.svg -------------------------------------------------------------------------------- /Resources/Icons/IMAGE/lut_on.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/IMAGE/lut_on.svg -------------------------------------------------------------------------------- /Resources/Icons/IconMapping: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/IconMapping -------------------------------------------------------------------------------- /Resources/Icons/KEYS/Down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/KEYS/Down.svg -------------------------------------------------------------------------------- /Resources/Icons/KEYS/LMB.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/KEYS/LMB.svg -------------------------------------------------------------------------------- /Resources/Icons/KEYS/Left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/KEYS/Left.svg -------------------------------------------------------------------------------- /Resources/Icons/KEYS/MMB.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/KEYS/MMB.svg -------------------------------------------------------------------------------- /Resources/Icons/KEYS/RMB.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/KEYS/RMB.svg -------------------------------------------------------------------------------- /Resources/Icons/KEYS/Right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/KEYS/Right.svg -------------------------------------------------------------------------------- /Resources/Icons/KEYS/Up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/KEYS/Up.svg -------------------------------------------------------------------------------- /Resources/Icons/KEYS/mouse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/KEYS/mouse.svg -------------------------------------------------------------------------------- /Resources/Icons/LOP/drop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/LOP/drop.svg -------------------------------------------------------------------------------- /Resources/Icons/LOP/edit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/LOP/edit.svg -------------------------------------------------------------------------------- /Resources/Icons/LOP/foreach.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/LOP/foreach.svg -------------------------------------------------------------------------------- /Resources/Icons/LOP/merge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/LOP/merge.svg -------------------------------------------------------------------------------- /Resources/Icons/LOP/mesh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/LOP/mesh.svg -------------------------------------------------------------------------------- /Resources/Icons/LOP/payload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/LOP/payload.svg -------------------------------------------------------------------------------- /Resources/Icons/LOP/points.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/LOP/points.svg -------------------------------------------------------------------------------- /Resources/Icons/LOP/props.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/LOP/props.svg -------------------------------------------------------------------------------- /Resources/Icons/LOP/scope.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/LOP/scope.svg -------------------------------------------------------------------------------- /Resources/Icons/LOP/sublayer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/LOP/sublayer.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/beach.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/beach.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/bug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/bug.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/cake.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/cake.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/comic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/comic.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/donut.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/donut.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/empty.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/empty.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/energy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/energy.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/faq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/faq.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/field.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/field.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/generic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/generic.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/karma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/karma.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/knit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/knit.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/loading.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/loading.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/logo.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/lotus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/lotus.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/m.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/magic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/magic.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/marquee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/marquee.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/new.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/new.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/orbolt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/orbolt.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/popcorn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/popcorn.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/present.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/present.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/python.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/python.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/random.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/random.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/raygun.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/raygun.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/rename.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/rename.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/robot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/robot.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/satchel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/satchel.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/selene.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/selene.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/shelf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/shelf.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/snow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/snow.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/solaris.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/solaris.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/test.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/test.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/trophy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/trophy.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/ui.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/ui.svg -------------------------------------------------------------------------------- /Resources/Icons/MISC/zombie.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/MISC/zombie.svg -------------------------------------------------------------------------------- /Resources/Icons/NETWORKS/dop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/NETWORKS/dop.svg -------------------------------------------------------------------------------- /Resources/Icons/NETWORKS/lop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/NETWORKS/lop.svg -------------------------------------------------------------------------------- /Resources/Icons/NETWORKS/mat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/NETWORKS/mat.svg -------------------------------------------------------------------------------- /Resources/Icons/NETWORKS/obj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/NETWORKS/obj.svg -------------------------------------------------------------------------------- /Resources/Icons/NETWORKS/pop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/NETWORKS/pop.svg -------------------------------------------------------------------------------- /Resources/Icons/NETWORKS/rop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/NETWORKS/rop.svg -------------------------------------------------------------------------------- /Resources/Icons/NETWORKS/sop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/NETWORKS/sop.svg -------------------------------------------------------------------------------- /Resources/Icons/NETWORKS/top.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/NETWORKS/top.svg -------------------------------------------------------------------------------- /Resources/Icons/NETWORKS/vop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/NETWORKS/vop.svg -------------------------------------------------------------------------------- /Resources/Icons/OBJ/ambient.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/OBJ/ambient.svg -------------------------------------------------------------------------------- /Resources/Icons/OBJ/autorig.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/OBJ/autorig.svg -------------------------------------------------------------------------------- /Resources/Icons/OBJ/blend.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/OBJ/blend.svg -------------------------------------------------------------------------------- /Resources/Icons/OBJ/bone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/OBJ/bone.svg -------------------------------------------------------------------------------- /Resources/Icons/OBJ/camera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/OBJ/camera.svg -------------------------------------------------------------------------------- /Resources/Icons/OBJ/dopnet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/OBJ/dopnet.svg -------------------------------------------------------------------------------- /Resources/Icons/OBJ/fetch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/OBJ/fetch.svg -------------------------------------------------------------------------------- /Resources/Icons/OBJ/fog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/OBJ/fog.svg -------------------------------------------------------------------------------- /Resources/Icons/OBJ/geo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/OBJ/geo.svg -------------------------------------------------------------------------------- /Resources/Icons/OBJ/hairgen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/OBJ/hairgen.svg -------------------------------------------------------------------------------- /Resources/Icons/OBJ/handle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/OBJ/handle.svg -------------------------------------------------------------------------------- /Resources/Icons/OBJ/hlight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/OBJ/hlight.svg -------------------------------------------------------------------------------- /Resources/Icons/OBJ/instance.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/OBJ/instance.svg -------------------------------------------------------------------------------- /Resources/Icons/OBJ/light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/OBJ/light.svg -------------------------------------------------------------------------------- /Resources/Icons/OBJ/light_gi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/OBJ/light_gi.svg -------------------------------------------------------------------------------- /Resources/Icons/OBJ/muscle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/OBJ/muscle.svg -------------------------------------------------------------------------------- /Resources/Icons/OBJ/null.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/OBJ/null.svg -------------------------------------------------------------------------------- /Resources/Icons/OBJ/path.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/OBJ/path.svg -------------------------------------------------------------------------------- /Resources/Icons/OBJ/pathcv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/OBJ/pathcv.svg -------------------------------------------------------------------------------- /Resources/Icons/OBJ/rivet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/OBJ/rivet.svg -------------------------------------------------------------------------------- /Resources/Icons/OBJ/sound.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/OBJ/sound.svg -------------------------------------------------------------------------------- /Resources/Icons/OBJ/sticky.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/OBJ/sticky.svg -------------------------------------------------------------------------------- /Resources/Icons/OBJ/switcher.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/OBJ/switcher.svg -------------------------------------------------------------------------------- /Resources/Icons/PARTS/brush.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/PARTS/brush.svg -------------------------------------------------------------------------------- /Resources/Icons/PARTS/color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/PARTS/color.svg -------------------------------------------------------------------------------- /Resources/Icons/PARTS/fluids.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/PARTS/fluids.svg -------------------------------------------------------------------------------- /Resources/Icons/PARTS/glue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/PARTS/glue.svg -------------------------------------------------------------------------------- /Resources/Icons/PARTS/gpu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/PARTS/gpu.svg -------------------------------------------------------------------------------- /Resources/Icons/PARTS/image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/PARTS/image.svg -------------------------------------------------------------------------------- /Resources/Icons/PARTS/magnet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/PARTS/magnet.svg -------------------------------------------------------------------------------- /Resources/Icons/PARTS/rbd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/PARTS/rbd.svg -------------------------------------------------------------------------------- /Resources/Icons/PARTS/solver.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/PARTS/solver.svg -------------------------------------------------------------------------------- /Resources/Icons/PLAYBAR/stop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/PLAYBAR/stop.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/age.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/age.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/awaken.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/awaken.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/collect.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/collect.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/color.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/creep.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/creep.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/drag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/drag.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/fan.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/fan.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/fetch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/fetch.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/flock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/flock.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/follow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/follow.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/force.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/force.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/gravity.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/gravity.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/group.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/group.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/hitinfo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/hitinfo.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/instance.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/instance.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/interact.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/interact.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/kill.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/kill.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/limit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/limit.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/lineage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/lineage.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/location.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/location.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/lookat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/lookat.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/orbit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/orbit.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/position.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/position.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/property.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/property.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/render.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/render.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/rotation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/rotation.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/sleep.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/sleep.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/source.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/source.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/split.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/split.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/sprite.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/sprite.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/stream.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/stream.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/torque.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/torque.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/turn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/turn.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/upvector.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/upvector.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/velocity.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/velocity.svg -------------------------------------------------------------------------------- /Resources/Icons/POP/wind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/POP/wind.svg -------------------------------------------------------------------------------- /Resources/Icons/Pics/HSV.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/HSV.pic -------------------------------------------------------------------------------- /Resources/Icons/Pics/IceLogo.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/IceLogo.pic -------------------------------------------------------------------------------- /Resources/Icons/Pics/Logo.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/Logo.pic -------------------------------------------------------------------------------- /Resources/Icons/Pics/RGB.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/RGB.pic -------------------------------------------------------------------------------- /Resources/Icons/Pics/Round1.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/Round1.pic -------------------------------------------------------------------------------- /Resources/Icons/Pics/Round2.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/Round2.pic -------------------------------------------------------------------------------- /Resources/Icons/Pics/Round3.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/Round3.pic -------------------------------------------------------------------------------- /Resources/Icons/Pics/Round4.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/Round4.pic -------------------------------------------------------------------------------- /Resources/Icons/Pics/Round5.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/Round5.pic -------------------------------------------------------------------------------- /Resources/Icons/Pics/Round6.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/Round6.pic -------------------------------------------------------------------------------- /Resources/Icons/Pics/Round7.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/Round7.pic -------------------------------------------------------------------------------- /Resources/Icons/Pics/action.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/action.pic -------------------------------------------------------------------------------- /Resources/Icons/Pics/blue_on.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/blue_on.pic -------------------------------------------------------------------------------- /Resources/Icons/Pics/broken.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/broken.pic -------------------------------------------------------------------------------- /Resources/Icons/Pics/deckFF.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/deckFF.pic -------------------------------------------------------------------------------- /Resources/Icons/Pics/deckRR.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/deckRR.pic -------------------------------------------------------------------------------- /Resources/Icons/Pics/hkeyn.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/hkeyn.pic -------------------------------------------------------------------------------- /Resources/Icons/Pics/houdini.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/houdini.pic -------------------------------------------------------------------------------- /Resources/Icons/Pics/ice.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/ice.pic -------------------------------------------------------------------------------- /Resources/Icons/Pics/jive.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/jive.pic -------------------------------------------------------------------------------- /Resources/Icons/Pics/moca.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/moca.pic -------------------------------------------------------------------------------- /Resources/Icons/Pics/mojo.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/mojo.pic -------------------------------------------------------------------------------- /Resources/Icons/Pics/paint.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/paint.pic -------------------------------------------------------------------------------- /Resources/Icons/Pics/plasma.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/plasma.pic -------------------------------------------------------------------------------- /Resources/Icons/Pics/prisms.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/prisms.pic -------------------------------------------------------------------------------- /Resources/Icons/Pics/red_off.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/red_off.pic -------------------------------------------------------------------------------- /Resources/Icons/Pics/red_on.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/red_on.pic -------------------------------------------------------------------------------- /Resources/Icons/Pics/sage.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/Pics/sage.pic -------------------------------------------------------------------------------- /Resources/Icons/ROP/alfred.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/ROP/alfred.svg -------------------------------------------------------------------------------- /Resources/Icons/ROP/archive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/ROP/archive.svg -------------------------------------------------------------------------------- /Resources/Icons/ROP/batch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/ROP/batch.svg -------------------------------------------------------------------------------- /Resources/Icons/ROP/brickmap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/ROP/brickmap.svg -------------------------------------------------------------------------------- /Resources/Icons/ROP/dsmmerge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/ROP/dsmmerge.svg -------------------------------------------------------------------------------- /Resources/Icons/ROP/fbx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/ROP/fbx.svg -------------------------------------------------------------------------------- /Resources/Icons/ROP/framedep.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/ROP/framedep.svg -------------------------------------------------------------------------------- /Resources/Icons/ROP/hq_sim.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/ROP/hq_sim.svg -------------------------------------------------------------------------------- /Resources/Icons/ROP/image3d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/ROP/image3d.svg -------------------------------------------------------------------------------- /Resources/Icons/ROP/mantra.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/ROP/mantra.svg -------------------------------------------------------------------------------- /Resources/Icons/ROP/opengl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/ROP/opengl.svg -------------------------------------------------------------------------------- /Resources/Icons/ROP/prepost.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/ROP/prepost.svg -------------------------------------------------------------------------------- /Resources/Icons/ROP/rman.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/ROP/rman.svg -------------------------------------------------------------------------------- /Resources/Icons/ROP/shell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/ROP/shell.svg -------------------------------------------------------------------------------- /Resources/Icons/ROP/soho.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/ROP/soho.svg -------------------------------------------------------------------------------- /Resources/Icons/ROP/usdzip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/ROP/usdzip.svg -------------------------------------------------------------------------------- /Resources/Icons/ROP/wedge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/ROP/wedge.svg -------------------------------------------------------------------------------- /Resources/Icons/ROP/wren.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/ROP/wren.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/candle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/candle.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/clouds.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/clouds.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/crowd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/crowd.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/debris.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/debris.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/drip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/drip.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/fire.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/fire.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/flower.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/flower.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/fog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/fog.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/grass.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/grass.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/hair.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/hair.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/hide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/hide.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/knife.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/knife.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/lookat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/lookat.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/lookup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/lookup.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/melt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/melt.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/ocean.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/ocean.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/parent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/parent.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/pour.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/pour.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/rain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/rain.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/river.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/river.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/robot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/robot.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/shadow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/shadow.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/skyrig.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/skyrig.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/snow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/snow.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/sparks.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/sparks.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/splash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/splash.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/squid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/squid.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/teapot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/teapot.svg -------------------------------------------------------------------------------- /Resources/Icons/SHELF/wave.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHELF/wave.svg -------------------------------------------------------------------------------- /Resources/Icons/SHOP/hair.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHOP/hair.svg -------------------------------------------------------------------------------- /Resources/Icons/SHOP/select.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHOP/select.svg -------------------------------------------------------------------------------- /Resources/Icons/SHOP/surface.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHOP/surface.svg -------------------------------------------------------------------------------- /Resources/Icons/SHOP/v_decal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHOP/v_decal.svg -------------------------------------------------------------------------------- /Resources/Icons/SHOP/vopfog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHOP/vopfog.svg -------------------------------------------------------------------------------- /Resources/Icons/SHOP/vrlens.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SHOP/vrlens.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/add.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/add.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/alembic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/alembic.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/align.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/align.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/assemble.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/assemble.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/basis.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/basis.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/blast.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/blast.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/bonelink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/bonelink.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/boolean.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/boolean.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/bound.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/bound.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/box.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/box.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/break.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/break.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/bridge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/bridge.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/bulge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/bulge.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/cap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/cap.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/capsule.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/capsule.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/capture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/capture.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/carve.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/carve.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/chain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/chain.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/circle.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/clay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/clay.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/clean.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/clean.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/clip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/clip.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/cloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/cloud.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/cluster.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/cluster.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/color.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/comb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/comb.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/cone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/cone.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/convert.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/convert.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/cookie.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/cookie.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/copy.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/crease.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/crease.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/creep.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/creep.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/cregion.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/cregion.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/curve.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/curve.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/deform.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/deform.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/detangle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/detangle.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/dissolve.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/dissolve.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/divide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/divide.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/drawhair.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/drawhair.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/each.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/each.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/edgecusp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/edgecusp.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/edgeflip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/edgeflip.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/edit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/edit.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/ends.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/ends.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/error.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/error.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/extrude.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/extrude.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/facet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/facet.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/falloff.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/falloff.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/fillet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/fillet.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/fit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/fit.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/font.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/font.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/force.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/force.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/foreach.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/foreach.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/fractal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/fractal.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/fur.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/fur.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/fuse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/fuse.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/grid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/grid.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/group.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/group.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/hole.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/hole.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/inflate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/inflate.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/instance.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/instance.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/invoke.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/invoke.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/iso.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/iso.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/join.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/join.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/lattice.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/lattice.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/layer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/layer.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/line.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/line.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/lod.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/lod.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/loft.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/loft.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/lsystem.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/lsystem.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/magnet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/magnet.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/material.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/material.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/mdd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/mdd.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/measure.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/measure.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/merge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/merge.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/metaball.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/metaball.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/mirror.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/mirror.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/mountain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/mountain.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/muscleid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/muscleid.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/name.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/name.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/network.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/network.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/normal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/normal.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/pack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/pack.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/paint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/paint.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/particle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/particle.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/paste.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/paste.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/peak.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/peak.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/platonic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/platonic.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/point.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/point.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/polycap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/polycap.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/polycut.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/polycut.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/polydraw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/polydraw.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/polyfill.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/polyfill.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/polyknit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/polyknit.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/polyloft.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/polyloft.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/polypath.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/polypath.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/polysoup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/polysoup.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/polywire.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/polywire.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/pop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/pop.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/profile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/profile.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/project.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/project.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/rails.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/rails.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/ray.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/ray.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/rbdio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/rbdio.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/rbdpack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/rbdpack.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/rbdpaint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/rbdpaint.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/refine.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/refine.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/relax.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/relax.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/remesh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/remesh.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/repack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/repack.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/resample.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/resample.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/rest.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/rest.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/retime.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/retime.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/reverse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/reverse.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/revolve.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/revolve.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/ripple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/ripple.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/rishader.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/rishader.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/round.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/round.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/sblend.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/sblend.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/scatter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/scatter.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/script.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/script.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/sculpt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/sculpt.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/shatter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/shatter.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/shop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/shop.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/skin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/skin.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/sky.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/sky.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/smooth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/smooth.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/softpeak.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/softpeak.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/solid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/solid.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/solidify.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/solidify.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/solver.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/solver.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/sphere.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/sphere.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/spring.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/spring.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/stash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/stash.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/stitch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/stitch.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/stroke.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/stroke.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/surfsect.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/surfsect.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/sweep.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/sweep.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/switchif.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/switchif.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/texture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/texture.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/torus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/torus.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/trace.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/trace.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/trail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/trail.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/tribez.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/tribez.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/trim.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/trim.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/tristrip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/tristrip.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/tube.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/tube.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/twist.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/twist.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/unix.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/unix.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/unpack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/unpack.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/unpaste.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/unpaste.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/uvbrush.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/uvbrush.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/uvedit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/uvedit.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/uvfuse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/uvfuse.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/uvlayout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/uvlayout.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/uvpelt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/uvpelt.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/uvunwrap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/uvunwrap.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/vellumio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/vellumio.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/vertex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/vertex.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/volume.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/volume.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/waveform.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/waveform.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/wire.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/wire.svg -------------------------------------------------------------------------------- /Resources/Icons/SOP/xform.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/SOP/xform.svg -------------------------------------------------------------------------------- /Resources/Icons/STATUS/error.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/STATUS/error.svg -------------------------------------------------------------------------------- /Resources/Icons/STATUS/ok.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/STATUS/ok.svg -------------------------------------------------------------------------------- /Resources/Icons/TOOLS/brush.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOOLS/brush.svg -------------------------------------------------------------------------------- /Resources/Icons/TOOLS/dolly.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOOLS/dolly.svg -------------------------------------------------------------------------------- /Resources/Icons/TOOLS/move.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOOLS/move.svg -------------------------------------------------------------------------------- /Resources/Icons/TOOLS/pose.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOOLS/pose.svg -------------------------------------------------------------------------------- /Resources/Icons/TOOLS/rotate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOOLS/rotate.svg -------------------------------------------------------------------------------- /Resources/Icons/TOOLS/scale.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOOLS/scale.svg -------------------------------------------------------------------------------- /Resources/Icons/TOOLS/select.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOOLS/select.svg -------------------------------------------------------------------------------- /Resources/Icons/TOOLS/snap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOOLS/snap.svg -------------------------------------------------------------------------------- /Resources/Icons/TOOLS/tilt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOOLS/tilt.svg -------------------------------------------------------------------------------- /Resources/Icons/TOOLS/track.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOOLS/track.svg -------------------------------------------------------------------------------- /Resources/Icons/TOOLS/tumble.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOOLS/tumble.svg -------------------------------------------------------------------------------- /Resources/Icons/TOOLS/tweak.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOOLS/tweak.svg -------------------------------------------------------------------------------- /Resources/Icons/TOOLS/view.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOOLS/view.svg -------------------------------------------------------------------------------- /Resources/Icons/TOOLS/zoom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOOLS/zoom.svg -------------------------------------------------------------------------------- /Resources/Icons/TOP/csvinput.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOP/csvinput.svg -------------------------------------------------------------------------------- /Resources/Icons/TOP/dataglob.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOP/dataglob.svg -------------------------------------------------------------------------------- /Resources/Icons/TOP/ffmpeg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOP/ffmpeg.svg -------------------------------------------------------------------------------- /Resources/Icons/TOP/filecopy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOP/filecopy.svg -------------------------------------------------------------------------------- /Resources/Icons/TOP/jsondata.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOP/jsondata.svg -------------------------------------------------------------------------------- /Resources/Icons/TOP/makedir.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOP/makedir.svg -------------------------------------------------------------------------------- /Resources/Icons/TOP/opnotify.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOP/opnotify.svg -------------------------------------------------------------------------------- /Resources/Icons/TOP/pdg_done.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOP/pdg_done.svg -------------------------------------------------------------------------------- /Resources/Icons/TOP/perforce.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOP/perforce.svg -------------------------------------------------------------------------------- /Resources/Icons/TOP/ropfetch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOP/ropfetch.svg -------------------------------------------------------------------------------- /Resources/Icons/TOP/sqlinput.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOP/sqlinput.svg -------------------------------------------------------------------------------- /Resources/Icons/TOP/topfetch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOP/topfetch.svg -------------------------------------------------------------------------------- /Resources/Icons/TOP/tracker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOP/tracker.svg -------------------------------------------------------------------------------- /Resources/Icons/TOP/xmlinput.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/TOP/xmlinput.svg -------------------------------------------------------------------------------- /Resources/Icons/VIEW/flat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VIEW/flat.svg -------------------------------------------------------------------------------- /Resources/Icons/VIEW/smooth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VIEW/smooth.svg -------------------------------------------------------------------------------- /Resources/Icons/VIEW/vex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VIEW/vex.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/aanoise.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/aanoise.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/abs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/abs.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/add.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/add.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/addconst.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/addconst.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/addpoint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/addpoint.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/addprim.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/addprim.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/alphamix.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/alphamix.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/ambient.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/ambient.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/and.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/and.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/append.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/append.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/argsort.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/argsort.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/atten.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/atten.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/avg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/avg.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/avgcomp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/avgcomp.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/banana.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/banana.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/bind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/bind.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/boxclip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/boxclip.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/boxes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/boxes.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/boxtile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/boxtile.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/bricker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/bricker.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/burlap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/burlap.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/cavities.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/cavities.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/ceiling.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/ceiling.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/clamp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/clamp.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/collect.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/collect.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/colormap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/colormap.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/colormix.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/colormix.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/compare.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/compare.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/concrete.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/concrete.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/constant.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/constant.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/contains.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/contains.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/copy.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/cosine.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/cosine.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/cross.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/cross.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/decal_a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/decal_a.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/degtorad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/degtorad.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/depthmap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/depthmap.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/dictkeys.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/dictkeys.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/dictlen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/dictlen.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/dimport.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/dimport.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/distance.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/distance.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/divconst.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/divconst.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/divide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/divide.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/dot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/dot.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/endswith.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/endswith.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/exp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/exp.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/fit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/fit.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/floor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/floor.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/for.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/for.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/frac.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/frac.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/fresnel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/fresnel.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/fromndc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/fromndc.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/furrows.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/furrows.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/fuzzyand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/fuzzyand.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/fuzzynot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/fuzzynot.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/fuzzyor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/fuzzyor.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/gingham.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/gingham.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/glass.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/glass.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/global.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/global.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/glow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/glow.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/hasinput.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/hasinput.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/haskey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/haskey.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/hextile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/hextile.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/hsvtorgb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/hsvtorgb.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/if.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/if.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/ingroup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/ingroup.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/insert.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/insert.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/invert.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/invert.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/isalpha.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/isalpha.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/isdigit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/isdigit.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/isfog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/isfog.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/isshadow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/isshadow.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/len.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/len.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/length.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/length.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/limport.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/limport.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/mandel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/mandel.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/matte.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/matte.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/max.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/max.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/maxcomp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/maxcomp.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/metanext.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/metanext.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/min.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/min.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/mincomp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/mincomp.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/mix.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/mix.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/modulo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/modulo.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/mosaic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/mosaic.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/mulconst.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/mulconst.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/multiply.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/multiply.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/negate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/negate.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/newgroup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/newgroup.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/not.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/not.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/npoints.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/npoints.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/nrandom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/nrandom.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/or.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/or.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/oscill.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/oscill.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/output.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/output.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/pbrhair.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/pbrhair.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/pbrsss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/pbrsss.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/pcclose.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/pcclose.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/pcexport.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/pcexport.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/pcfilter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/pcfilter.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/pcimport.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/pcimport.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/pcopen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/pcopen.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/pop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/pop.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/pow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/pow.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/print.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/print.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/ptexture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/ptexture.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/radtodeg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/radtodeg.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/rainbow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/rainbow.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/ramps.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/ramps.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/random.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/random.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/rayhit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/rayhit.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/raytrace.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/raytrace.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/reflect.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/reflect.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/refract.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/refract.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/relbbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/relbbox.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/reorder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/reorder.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/res.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/res.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/restpos.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/restpos.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/reverse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/reverse.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/rgbtohsv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/rgbtohsv.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/rhexes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/rhexes.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/rings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/rings.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/rint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/rint.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/ripples.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/ripples.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/river.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/river.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/rotate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/rotate.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/rstars.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/rstars.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/scale.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/scale.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/scales.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/scales.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/shadow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/shadow.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/sign.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/sign.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/simport.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/simport.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/sine.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/sine.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/slerp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/slerp.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/slice.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/slice.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/smooth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/smooth.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/softdots.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/softdots.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/sort.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/sort.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/spacechg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/spacechg.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/specular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/specular.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/splatter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/splatter.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/sqrt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/sqrt.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/stripes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/stripes.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/struct.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/struct.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/subconst.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/subconst.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/subinput.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/subinput.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/subnet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/subnet.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/subtract.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/subtract.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/tangent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/tangent.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/timing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/timing.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/tolower.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/tolower.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/tondc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/tondc.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/topolar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/topolar.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/toupper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/toupper.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/trig.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/trig.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/twosided.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/twosided.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/twotone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/twotone.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/twoway.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/twoway.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/uvnoise.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/uvnoise.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/uvxform.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/uvxform.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/veins.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/veins.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/waves.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/waves.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/while.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/while.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/wood.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/wood.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/xform.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/xform.svg -------------------------------------------------------------------------------- /Resources/Icons/VOP/xor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/VOP/xor.svg -------------------------------------------------------------------------------- /Resources/Icons/icons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/Icons/icons.zip -------------------------------------------------------------------------------- /Resources/NodeBrushes/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/NodeBrushes/test.py -------------------------------------------------------------------------------- /Resources/NodeShapes/bone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/NodeShapes/bone.json -------------------------------------------------------------------------------- /Resources/NodeShapes/bulge.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/NodeShapes/bulge.json -------------------------------------------------------------------------------- /Resources/NodeShapes/burst.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/NodeShapes/burst.json -------------------------------------------------------------------------------- /Resources/NodeShapes/camera.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/NodeShapes/camera.json -------------------------------------------------------------------------------- /Resources/NodeShapes/cigar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/NodeShapes/cigar.json -------------------------------------------------------------------------------- /Resources/NodeShapes/circle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/NodeShapes/circle.json -------------------------------------------------------------------------------- /Resources/NodeShapes/cloud.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/NodeShapes/cloud.json -------------------------------------------------------------------------------- /Resources/NodeShapes/cop2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/NodeShapes/cop2.json -------------------------------------------------------------------------------- /Resources/NodeShapes/ensign.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/NodeShapes/ensign.json -------------------------------------------------------------------------------- /Resources/NodeShapes/gurgle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/NodeShapes/gurgle.json -------------------------------------------------------------------------------- /Resources/NodeShapes/light.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/NodeShapes/light.json -------------------------------------------------------------------------------- /Resources/NodeShapes/null.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/NodeShapes/null.json -------------------------------------------------------------------------------- /Resources/NodeShapes/oval.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/NodeShapes/oval.json -------------------------------------------------------------------------------- /Resources/NodeShapes/peanut.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/NodeShapes/peanut.json -------------------------------------------------------------------------------- /Resources/NodeShapes/pointy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/NodeShapes/pointy.json -------------------------------------------------------------------------------- /Resources/NodeShapes/rect.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/NodeShapes/rect.json -------------------------------------------------------------------------------- /Resources/NodeShapes/shop.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/NodeShapes/shop.json -------------------------------------------------------------------------------- /Resources/NodeShapes/slash.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/NodeShapes/slash.json -------------------------------------------------------------------------------- /Resources/NodeShapes/star.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/NodeShapes/star.json -------------------------------------------------------------------------------- /Resources/NodeShapes/task.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/NodeShapes/task.json -------------------------------------------------------------------------------- /Resources/NodeShapes/tilted.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/NodeShapes/tilted.json -------------------------------------------------------------------------------- /Resources/NodeShapes/vop.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/NodeShapes/vop.json -------------------------------------------------------------------------------- /Resources/NodeShapes/wave.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Resources/NodeShapes/wave.json -------------------------------------------------------------------------------- /Source/PMS/PMS.Build.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Source/PMS/PMS.Build.cs -------------------------------------------------------------------------------- /Source/PMS/Private/PMSGraph.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/PMS/Private/PMSModule.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Source/PMS/Private/PMSModule.cpp -------------------------------------------------------------------------------- /Source/PMS/Public/PMSGraph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Source/PMS/Public/PMSGraph.h -------------------------------------------------------------------------------- /Source/PMS/Public/PMSGraphNode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Source/PMS/Public/PMSGraphNode.h -------------------------------------------------------------------------------- /Source/PMS/Public/PMSModule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Source/PMS/Public/PMSModule.h -------------------------------------------------------------------------------- /Source/Todo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Evianaive/PMS/HEAD/Source/Todo.txt --------------------------------------------------------------------------------