MCPcopy Create free account

hub / github.com/AHEKOT/ComfyUI_VNCCS_Utils / functions

Functions4,938 in github.com/AHEKOT/ComfyUI_VNCCS_Utils

↓ 21 callersFunctionclamp
( value, min, max )
web/three.module.js:334
↓ 21 callersFunctionsetPoint
( point, pointMap, geometry, camera, x, y, z )
web/three.module.js:52347
↓ 21 callersMethodsetPose
(pose, preserveCamera = false)
web/vnccs_pose_studio_core.js:3051
↓ 21 callersMethodupdateLights
(lightParams)
web/vnccs_pose_studio_core.js:1350
↓ 20 callersMethodfromBufferAttribute
( attribute, index )
web/three.module.js:4568
↓ 20 callersFunctionmatch_name_keywords
(n, name_keywords)
vnccs_sam3d/sam_3d_body/models/backbones/dinov3_repo/dinov3/eval/detection/util/misc.py:177
↓ 20 callersMethodsetFromQuaternion
( q, order, update )
web/three.module.js:7023
↓ 20 callersMethodsetIndex
( index )
web/three.module.js:10548
↓ 20 callersMethodsyncLightStateToWidget
()
web/vnccs_unicanvas.js:6103
↓ 20 callersFunctionworldDistance
(from, to)
web/vnccs_mixamo_import.js:366
↓ 19 callersMethod_escape
(value)
web/vnccs_unicanvas.js:2242
↓ 19 callersFunctionarraysEqual
( a, b )
web/three.module.js:18305
↓ 19 callersFunctioncopyArray
( a, b )
web/three.module.js:18319
↓ 19 callersMethodfromJSON
( json )
web/three.module.js:36404
↓ 19 callersMethodnorm1
(self)
vnccs_sam3d/sam_3d_body/models/modules/transformer.py:455
↓ 19 callersMethodnorm2
(self)
vnccs_sam3d/sam_3d_body/models/modules/transformer.py:459
↓ 19 callersMethodupdateProjectionMatrix
()
web/three.module.js:12684
↓ 18 callersMethoddecompose
( position, quaternion, scale )
web/three.module.js:6607
↓ 18 callersMethodsetFromAxisAngle
( axis, angle )
web/three.module.js:3487
↓ 17 callersFunctionscaleBetween
(sourceAnchor, sourcePoint, worldAnchor, worldPoint, fallback)
web/vnccs_mixamo_import.js:379
↓ 17 callersFunctionsegmentWorldPoint
(worldAnchor, sourceAnchor, sourcePoint, targetLength)
web/vnccs_mixamo_import.js:373
↓ 16 callersFunction_normalizeAngle
* Normalize angle to [-PI, PI]
web/vnccs_openpose_import.js:687
↓ 16 callersFunction_set_draw_progress
(draw_id: str, stage: str, progress: float, step: int = 0, steps: int = 0, message: str | None = None)
nodes/unicanvas.py:1505
↓ 16 callersMethoddistanceToSquared
( v )
web/three.module.js:1020
↓ 16 callersMethodescapeHtml
(value)
web/vnccs_pose_studio.js:7388
↓ 16 callersMethodmakeEmpty
()
web/three.module.js:4713
↓ 16 callersMethodmultiplyMatrices
( a, b )
web/three.module.js:1221
↓ 16 callersMethodsetFromRotationMatrix
( m, order = this._order, update = true )
web/three.module.js:6890
↓ 16 callersMethodsetValues
( values )
web/three.module.js:9221
↓ 16 callersMethodupdateIKEffectorPositions
(mode = 'nonSelected')
web/vnccs_pose_studio_core.js:2329
↓ 15 callersFunction_call_node_method
(class_names: list[str], method_names: list[str], **kwargs)
nodes/unicanvas.py:2416
↓ 15 callersMethod_getCurrentMHFaceLandmarkPoints
()
web/vnccs_pose_studio_core.js:5311
↓ 15 callersMethod_onChangeCallback
()
web/three.module.js:3884
↓ 15 callersMethodapplyCameraToViewer
(snap = true)
web/vnccs_pose_studio.js:4322
↓ 15 callersMethodarc
( aX, aY, aRadius, aStartAngle, aEndAngle, aClockwise )
web/three.module.js:36327
↓ 15 callersMethoddefineProperty
(propName, defaultValue)
web/TransformControls.js:69
↓ 15 callersMethoddispose
()
web/vnccs_pose_studio_core.js:1117
↓ 15 callersMethodexpandByPoint
( point )
web/three.module.js:4742
↓ 15 callersFunctiongetExtension
( name )
web/three.module.js:17299
↓ 15 callersMethodsetMode
(chainKey, mode)
web/vnccs_pose_studio_core.js:748
↓ 15 callersMethodsetSize
( width, height, depth = 1 )
web/three.module.js:2969
↓ 15 callersMethodshowMessage
(text, isError = false)
web/vnccs_pose_studio.js:7986
↓ 15 callersMethodtranslate
( offset )
web/three.module.js:5073
↓ 15 callersMethodupdateRotationSliders
()
web/vnccs_pose_studio.js:8465
↓ 14 callersFunction_debug_stat_block
(value)
vnccs_sam3d/processing/process.py:48
↓ 14 callersMethodat
( t, target )
web/three.module.js:5425
↓ 14 callersMethodclear
()
web/three.module.js:7545
↓ 14 callersMethoddisconnect
()
web/three.module.js:47504
↓ 14 callersMethodgetHex
( colorSpace = SRGBColorSpace )
web/three.module.js:8842
↓ 14 callersMethodgetPosePrompt
(index = this.activeTab)
web/vnccs_pose_studio.js:3799
↓ 14 callersMethodinvalidateLayerCaches
(layer)
web/vnccs_unicanvas.js:1250
↓ 14 callersFunctionmergeUniforms
( uniforms )
web/three.module.js:12209
↓ 14 callersFunctionsyncDOMWidgetWidth
(node, widgetName)
web/vnccs_model_manager.js:934
↓ 14 callersFunctionvector_norm
Return length, i.e. eucledian norm, of ndarray along axis. >>> v = numpy.random.random(3) >>> n = vector_norm(v) >>> numpy.allclose(n, nu
CharacterData/transformations.py:1711
↓ 13 callersFunction_conditioning_debug
(conditioning: Any)
nodes/unicanvas.py:1585
↓ 13 callersMethodcurrentCameraParams
()
web/vnccs_pose_studio.js:3780
↓ 13 callersFunctiondenormalize
( value, array )
web/three.module.js:538
↓ 13 callersFunctionmake_dataset
Creates a dataset with the specified parameters. Args: dataset_str: A dataset string description (e.g. ImageNet:split=TRAIN).
vnccs_sam3d/sam_3d_body/models/backbones/dinov3_repo/dinov3/data/loaders.py:81
↓ 13 callersMethodset
( n11, n12, n13, n14, n21, n22, n23, n24, n31, n32, n33, n34, n41, n42, n43, n44 )
web/three.module.js:5902
↓ 13 callersFunctiontoHalfFloat
( val )
web/three.module.js:9845
↓ 12 callersFunction_debug_points_block
(value)
vnccs_sam3d/processing/process.py:70
↓ 12 callersFunction_to_serializable
(value)
vnccs_sam3d/processing/process.py:1179
↓ 12 callersMethodclampCanvasBounds
(bounds, canvas)
web/vnccs_unicanvas.js:1295
↓ 12 callersMethodclearSAMCameraMode
()
web/vnccs_pose_studio.js:4350
↓ 12 callersMethodcomputeBoundingSphere
()
web/three.module.js:32099
↓ 12 callersMethodcreateSection
(title, expanded = true)
web/vnccs_pose_studio.js:3749
↓ 12 callersFunctiongenerateUUID
()
web/three.module.js:318
↓ 12 callersMethodgetReadbackContext
(canvas, smoothing = true)
web/vnccs_unicanvas.js:1186
↓ 12 callersMethodpremultiply
( m )
web/three.module.js:1215
↓ 12 callersMethodrenderLayerList
()
web/vnccs_unicanvas.js:4845
↓ 12 callersMethodrenderSamPanel
()
web/vnccs_unicanvas.js:1369
↓ 12 callersMethodsetFromMatrixColumn
( m, index )
web/three.module.js:4510
↓ 12 callersMethodsetSamStatus
(text, isError = false)
web/vnccs_unicanvas.js:2956
↓ 12 callersMethodshift
( timeOffset )
web/three.module.js:42318
↓ 12 callersMethodsyncSettingsToWidget
()
web/vnccs_unicanvas.js:6091
↓ 12 callersMethodupdateBoneLengthScale
(group, value)
web/vnccs_pose_studio_core.js:2862
↓ 11 callersFunction_get_full_path_agnostic
(folder_paths: Any, category: str, name: str, require_exists: bool = False)
nodes/unicanvas.py:2235
↓ 11 callersFunctionbuild_norm_layer
Build normalization layer. Args: cfg (dict): The norm layer config, which should contain: - type (str): Layer type.
vnccs_sam3d/sam_3d_body/models/modules/transformer.py:38
↓ 11 callersMethodcopy
( v )
web/three.module.js:3989
↓ 11 callersMethoddisable
( channel )
web/three.module.js:7132
↓ 11 callersMethodgetMode
(chainKey)
web/vnccs_pose_studio_core.js:757
↓ 11 callersMethodgetValueSize
()
web/three.module.js:42311
↓ 11 callersFunctionmake_data_loader
Creates a data loader with the specified parameters. Args: dataset: A dataset (third party, LaViDa or WebDataset). batch_siz
vnccs_sam3d/sam_3d_body/models/backbones/dinov3_repo/dinov3/data/loaders.py:183
↓ 11 callersMethodmatrix
Return homogeneous rotation matrix.
CharacterData/transformations.py:1644
↓ 11 callersMethodrefreshLibrary
(forceFull = false)
web/vnccs_pose_studio.js:6620
↓ 11 callersMethodrenderList
()
web/vnccs_model_manager.js:534
↓ 11 callersMethodreset
()
web/three.module.js:49375
↓ 11 callersMethodscheduleFullSync
(delay = 900)
web/vnccs_unicanvas.js:6154
↓ 11 callersMethodsetFromUnitVectors
( vFrom, vTo )
web/three.module.js:3564
↓ 11 callersMethodsyncCameraWidgets
()
web/vnccs_pose_studio.js:4337
↓ 11 callersMethodunbind
()
web/three.module.js:48272
↓ 11 callersMethodupdateCaptureCameraPreview
()
web/vnccs_pose_studio.js:4418
↓ 11 callersMethodupdateWorldMatrix
( updateParents, updateChildren )
web/three.module.js:12493
↓ 11 callersFunctionuseMultisampledRTT
( renderTarget )
web/three.module.js:25997
↓ 10 callersMethod_clearImportedFigureGroup
(groupName)
web/vnccs_pose_studio_core.js:4207
↓ 10 callersFunction_scale_debug_log
(stage: str, **payload)
vnccs_sam3d/processing/process.py:114
↓ 10 callersMethodadd
( v )
web/three.module.js:3999
↓ 10 callersMethodapplyLighting
()
web/vnccs_pose_studio.js:8441
↓ 10 callersMethodapplyMatrix4
( m )
web/three.module.js:4130
↓ 10 callersMethodclose
(result)
web/vnccs_unicanvas.js:1103
← previousnext →101–200 of 4,938, ranked by callers