pymomentum-cpu 0.1.78.post11__cp313-cp313-win_amd64.whl → 0.1.78.post17__cp313-cp313-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pymomentum-cpu might be problematic. Click here for more details.
- include/__init__.py +10 -0
- lib/__init__.py +10 -0
- pymomentum/__init__.py +10 -0
- pymomentum_cpu-0.1.78.post17.dist-info/DELVEWHEEL +2 -0
- {pymomentum_cpu-0.1.78.post11.dist-info → pymomentum_cpu-0.1.78.post17.dist-info}/METADATA +3 -3
- {pymomentum_cpu-0.1.78.post11.dist-info → pymomentum_cpu-0.1.78.post17.dist-info}/RECORD +85 -72
- pymomentum_cpu.libs/abseil_dll.dll +0 -0
- pymomentum_cpu.libs/console_bridge.dll +0 -0
- pymomentum_cpu.libs/deflate.dll +0 -0
- pymomentum_cpu.libs/dispenso.dll +0 -0
- pymomentum_cpu.libs/ezc3d.dll +0 -0
- pymomentum_cpu.libs/msvcp140.dll +0 -0
- pymomentum_cpu.libs/re2.dll +0 -0
- pymomentum_cpu.libs/tinyxml2.dll +0 -0
- pymomentum_cpu.libs/urdfdom_model.dll +0 -0
- {pymomentum_cpu-0.1.78.post11.dist-info → pymomentum_cpu-0.1.78.post17.dist-info}/WHEEL +0 -0
- {pymomentum_cpu-0.1.78.post11.dist-info → pymomentum_cpu-0.1.78.post17.dist-info}/licenses/LICENSE +0 -0
include/__init__.py
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"""""" # start delvewheel patch
|
|
2
|
+
def _delvewheel_patch_1_11_2():
|
|
3
|
+
import os
|
|
4
|
+
if os.path.isdir(libs_dir := os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir, 'pymomentum_cpu.libs'))):
|
|
5
|
+
os.add_dll_directory(libs_dir)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
_delvewheel_patch_1_11_2()
|
|
9
|
+
del _delvewheel_patch_1_11_2
|
|
10
|
+
# end delvewheel patch
|
lib/__init__.py
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"""""" # start delvewheel patch
|
|
2
|
+
def _delvewheel_patch_1_11_2():
|
|
3
|
+
import os
|
|
4
|
+
if os.path.isdir(libs_dir := os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir, 'pymomentum_cpu.libs'))):
|
|
5
|
+
os.add_dll_directory(libs_dir)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
_delvewheel_patch_1_11_2()
|
|
9
|
+
del _delvewheel_patch_1_11_2
|
|
10
|
+
# end delvewheel patch
|
pymomentum/__init__.py
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"""""" # start delvewheel patch
|
|
2
|
+
def _delvewheel_patch_1_11_2():
|
|
3
|
+
import os
|
|
4
|
+
if os.path.isdir(libs_dir := os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir, 'pymomentum_cpu.libs'))):
|
|
5
|
+
os.add_dll_directory(libs_dir)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
_delvewheel_patch_1_11_2()
|
|
9
|
+
del _delvewheel_patch_1_11_2
|
|
10
|
+
# end delvewheel patch
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
Version: 1.11.2
|
|
2
|
+
Arguments: ['C:\\Users\\jeongseok\\dev\\momentum\\.pixi\\envs\\py312\\Scripts\\delvewheel', 'repair', '--no-mangle-all', '--add-path', '%CONDA_PREFIX%\\Library\\bin', '--exclude', 'torch_cpu.dll', '--exclude', 'torch_python.dll', '--exclude', 'c10.dll', '--exclude', 'fbgemm.dll', '--exclude', 'asmjit.dll', '--exclude', 'shm.dll', '--exclude', 'mkl_intel_thread.2.dll', 'dist\\pymomentum_cpu-0.1.78.post17-cp312-cp312-win_amd64.whl', 'dist\\pymomentum_cpu-0.1.78.post17-cp313-cp313-win_amd64.whl', '-w', 'dist']
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pymomentum-cpu
|
|
3
|
-
Version: 0.1.78.
|
|
3
|
+
Version: 0.1.78.post17
|
|
4
4
|
Summary: A library providing foundational algorithms for human kinematic motion and numerical optimization solvers to apply human motion in various applications (CPU-only version for Linux, macOS Intel, and macOS ARM)
|
|
5
5
|
Keywords: kinematics,motion,optimization,human-motion,inverse-kinematics,forward-kinematics,body-tracking,motion-capture,character-animation,robotics,cpu
|
|
6
6
|
Author-Email: Meta Reality Labs Research <jeongseok@meta.com>
|
|
@@ -29,9 +29,9 @@ Requires-Python: <3.14,>=3.12
|
|
|
29
29
|
Requires-Dist: numpy>=1.20.0
|
|
30
30
|
Requires-Dist: scipy>=1.7.0
|
|
31
31
|
Requires-Dist: torch<2.9,>=2.8.0; (platform_system == "Linux" or platform_system == "Windows") and python_version == "3.12"
|
|
32
|
-
Requires-Dist: torch<2.9,>=2.8.0; (platform_system == "Linux" or platform_system == "Windows") and python_version
|
|
32
|
+
Requires-Dist: torch<2.9,>=2.8.0; (platform_system == "Linux" or platform_system == "Windows") and python_version == "3.13"
|
|
33
33
|
Requires-Dist: torch<2.3,>=2.2.0; platform_system == "Darwin" and python_version == "3.12"
|
|
34
|
-
Requires-Dist: torch<2.7,>=2.6.0; platform_system == "Darwin" and python_version
|
|
34
|
+
Requires-Dist: torch<2.7,>=2.6.0; platform_system == "Darwin" and python_version == "3.13"
|
|
35
35
|
Description-Content-Type: text/markdown
|
|
36
36
|
|
|
37
37
|
# Momentum
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
include/rerun.hpp,sha256=_dePvx6iD6O9p0gKvvZRHCCmso3IeyISyPBjoF3qrs0,3050
|
|
2
|
+
include/__init__.py,sha256=BuIBTXECErH0p9kaVoSgUQZC26Dq70PAaIHbSimKnrY,334
|
|
1
3
|
include/axel/BoundingBox.h,sha256=qh16NEUHwmo5Aj9luf8FD8CjsKEbaWQjXaSoBRCu5VI,1676
|
|
2
4
|
include/axel/Bvh.h,sha256=l2yek2yrv2vNyzDXBGZvq2oZLktxuG5g1fEFsBlN2l0,26996
|
|
3
5
|
include/axel/BvhBase.h,sha256=Bp_ehvf3DDoU4R7SQ1pmId7vMFcKPL1t61j0QjC-WeE,2712
|
|
@@ -5,12 +7,19 @@ include/axel/BvhCommon.h,sha256=ohbaneyYM7fzXOq1x3He1swM5ZC1w54YhHdnFPUCkDM,1144
|
|
|
5
7
|
include/axel/BvhEmbree.h,sha256=543SFtW4PsqlrWHnrffACSBqahpvdDiotc84-Mwjz6I,2755
|
|
6
8
|
include/axel/BvhFactory.h,sha256=OfSx0X1NFHlAbdf5KZXctW7_LSqqjypyLXpx_zLnh1I,1119
|
|
7
9
|
include/axel/Checks.h,sha256=ANnttaP6LTv5FHYN97anc2dYV1_0_pLnmmXmYkt_udc,431
|
|
8
|
-
include/axel/common/Constants.h,sha256=iZfE--fkZSO2piEYTRmj3WbNORRQNIeNSMlFQSnkSNw,778
|
|
9
|
-
include/axel/common/Types.h,sha256=UcDgljC1lqWXnErZ0uDcDLjdMVmItuEDwEqNxvXh0Rg,442
|
|
10
|
-
include/axel/common/VectorizationTypes.h,sha256=QHVCqQR-HH0adwGY-H3LOS3er_g_JGIQOD9rCx-wFr8,1859
|
|
11
10
|
include/axel/DualContouring.h,sha256=xwNepBx9_9CwDh35dG2S2Kthd16atZKGeYVg87QEueg,2465
|
|
12
11
|
include/axel/KdTree.h,sha256=40TzZIP6sfpNZXtZAX0iiXiFMiE8NJDukeeNgaxSAuE,7490
|
|
13
12
|
include/axel/Log.h,sha256=5YgjTYjIZldOMloezfYZiY2Qr9k_tU3_6OcZX9ulQZs,407
|
|
13
|
+
include/axel/MeshToSdf.h,sha256=AiYV2_MqFHluAuZiBeu2BIyYtnV4EfocqrAevpwKt4s,4081
|
|
14
|
+
include/axel/Profile.h,sha256=q710mE13SOj3ps5hxVxI-WfuaYb3f6RWu9InpbkyTeg,2507
|
|
15
|
+
include/axel/Ray.h,sha256=QLAKTjlZcDzTvsKdtOxa2qJdkHh4VUPmfZdtqZvZ6cE,1304
|
|
16
|
+
include/axel/SignedDistanceField.h,sha256=Q1Pxv4gVA5IueQs47wICRP1EiDnGjR1tpbgJ9ILYFwk,8206
|
|
17
|
+
include/axel/SimdKdTree.h,sha256=2jbz4K39XvwxEAYcx-EUYHdtyxuoBCIgtpIByEeJFQw,18639
|
|
18
|
+
include/axel/TriBvh.h,sha256=0RpwyuMhAAGzyusxZMKaDm0jf_UZUDL3uxKu--b-n_w,5226
|
|
19
|
+
include/axel/TriBvhEmbree.h,sha256=2n1QO2u4AQGYS3fNsWdVXBQWMo_X0edcRvSvVAqTF_E,1603
|
|
20
|
+
include/axel/common/Constants.h,sha256=iZfE--fkZSO2piEYTRmj3WbNORRQNIeNSMlFQSnkSNw,778
|
|
21
|
+
include/axel/common/Types.h,sha256=UcDgljC1lqWXnErZ0uDcDLjdMVmItuEDwEqNxvXh0Rg,442
|
|
22
|
+
include/axel/common/VectorizationTypes.h,sha256=QHVCqQR-HH0adwGY-H3LOS3er_g_JGIQOD9rCx-wFr8,1859
|
|
14
23
|
include/axel/math/BoundingBoxUtils.h,sha256=Enrhcn9qgveYdx85dMbE5dLiJy-KCJN8XRh1VG7WmCA,1671
|
|
15
24
|
include/axel/math/ContinuousCollisionDetection.h,sha256=SStkzCmEwQYx_jq8xRc3ZBqHSywEe_2Rr8gaiLrWcMY,1570
|
|
16
25
|
include/axel/math/CoplanarityCheck.h,sha256=J7oaz64bRgNiN2LM1JMji7cwoDIEioN3ORKkaDbDt4I,833
|
|
@@ -19,13 +28,6 @@ include/axel/math/MeshHoleFilling.h,sha256=jjLWDgr23L_iHfy0Dqwmhy7dqCvKA5aZqBmVM
|
|
|
19
28
|
include/axel/math/PointTriangleProjection.h,sha256=dP4yP5XY8nrafx9n6pPUYt_8tNXDudvvWyyvrhFh5GA,790
|
|
20
29
|
include/axel/math/PointTriangleProjectionDefinitions.h,sha256=XfF0ols7ELZUqJQqaHsh_TnwEXAF4WVX0c5U_tOLvEs,6785
|
|
21
30
|
include/axel/math/RayTriangleIntersection.h,sha256=a-yo7rd_XAxaGyjZBEWNOdyOVcOZx5ALag-9llxh1ho,890
|
|
22
|
-
include/axel/MeshToSdf.h,sha256=AiYV2_MqFHluAuZiBeu2BIyYtnV4EfocqrAevpwKt4s,4081
|
|
23
|
-
include/axel/Profile.h,sha256=q710mE13SOj3ps5hxVxI-WfuaYb3f6RWu9InpbkyTeg,2507
|
|
24
|
-
include/axel/Ray.h,sha256=QLAKTjlZcDzTvsKdtOxa2qJdkHh4VUPmfZdtqZvZ6cE,1304
|
|
25
|
-
include/axel/SignedDistanceField.h,sha256=Q1Pxv4gVA5IueQs47wICRP1EiDnGjR1tpbgJ9ILYFwk,8206
|
|
26
|
-
include/axel/SimdKdTree.h,sha256=2jbz4K39XvwxEAYcx-EUYHdtyxuoBCIgtpIByEeJFQw,18639
|
|
27
|
-
include/axel/TriBvh.h,sha256=0RpwyuMhAAGzyusxZMKaDm0jf_UZUDL3uxKu--b-n_w,5226
|
|
28
|
-
include/axel/TriBvhEmbree.h,sha256=2n1QO2u4AQGYS3fNsWdVXBQWMo_X0edcRvSvVAqTF_E,1603
|
|
29
31
|
include/momentum/character/blend_shape.h,sha256=G0kfLasCU1ZpDkBhVBsgxkd9ll_X549MxLU_M8Ctgr4,3108
|
|
30
32
|
include/momentum/character/blend_shape_base.h,sha256=-2ruzdwc_ISsAEGJOoVMGHB89ybonKkWltm-TB5UIpA,2065
|
|
31
33
|
include/momentum/character/blend_shape_skinning.h,sha256=FQocjnLOLcXUShjciQvWXZ-G3EdFQB87-MdQIDJQQwE,4236
|
|
@@ -49,8 +51,8 @@ include/momentum/character/pose_shape.h,sha256=HpUVg_ST3xhQ-zE8eXFpz-oo_Vy1WarS8
|
|
|
49
51
|
include/momentum/character/skeleton.h,sha256=KN-IEoScDkMQtHng7vQNngzubXqc4Gxai9A0LRGrSO4,2844
|
|
50
52
|
include/momentum/character/skeleton_state.h,sha256=hsR3GyHYb644ue44D_8UrEUxzwryAmnT14euMNOLfvE,6630
|
|
51
53
|
include/momentum/character/skeleton_utility.h,sha256=QaTIC8ns_J4JlS0LAKy3R9haHHcIZvVJGFXK83ZJJSY,1552
|
|
52
|
-
include/momentum/character/skin_weights.h,sha256=ePN3zmBDcbG_KJGgMUTzj-tH7tcMHg4SB752PbYd4KE,2613
|
|
53
54
|
include/momentum/character/skinned_locator.h,sha256=cAbrmDEErqwHE5VSRUMYimbxKDCevVLlq4hpCO-8FuI,3219
|
|
55
|
+
include/momentum/character/skin_weights.h,sha256=ePN3zmBDcbG_KJGgMUTzj-tH7tcMHg4SB752PbYd4KE,2613
|
|
54
56
|
include/momentum/character/types.h,sha256=p6C5ag8t8JyPpTmbjYqW2Ld8x0bK3D9lYH7nXNGx6OY,6801
|
|
55
57
|
include/momentum/character_sequence_solver/fwd.h,sha256=YDdBqHrF5FQqPE7-bMExkdTy8fot-KbMKTm04VS97X4,11148
|
|
56
58
|
include/momentum/character_sequence_solver/model_parameters_sequence_error_function.h,sha256=BdegIFzopGIPBtnFdZspP6ae1yDNZeC-EWMDsV1ZmR8,2224
|
|
@@ -145,9 +147,9 @@ include/momentum/io/shape/blend_shape_io.h,sha256=IEKxC5m9EkVfQ8BfDmyyoeFSqz0Dip
|
|
|
145
147
|
include/momentum/io/shape/pose_shape_io.h,sha256=sa65aToxyGvEFnKjKgtDyFj9cFg0JFFXnerW51PGvXM,658
|
|
146
148
|
include/momentum/io/skeleton/locator_io.h,sha256=kQ1KmXDwfOdOCkbW3CIaMYH_In_MNeKAkHXqVB_Go1Y,1201
|
|
147
149
|
include/momentum/io/skeleton/mppca_io.h,sha256=5C5ihTPjrKjtmXgUVFRy3ks3sFzYmqMeAGmIFOIQ6qQ,636
|
|
150
|
+
include/momentum/io/skeleton/parameters_io.h,sha256=1vOwKByx844oF6AzaIbSDy8O0K4_A2h7R3mGblIZWZY,497
|
|
148
151
|
include/momentum/io/skeleton/parameter_limits_io.h,sha256=eV7XGkUZohIwTcZu7OpI8dWhy3R3ZVQ3LQ06TjBJ6r4,671
|
|
149
152
|
include/momentum/io/skeleton/parameter_transform_io.h,sha256=iH1Gpa-cQGzAjFsK6HqLrySw6gzh5yt_rzSUUOEp-DQ,1312
|
|
150
|
-
include/momentum/io/skeleton/parameters_io.h,sha256=1vOwKByx844oF6AzaIbSDy8O0K4_A2h7R3mGblIZWZY,497
|
|
151
153
|
include/momentum/io/urdf/urdf_io.h,sha256=H4oQ03v30kxzvzMkNP5e1u-TzCGDJcRF9j_1722z0VY,747
|
|
152
154
|
include/momentum/io/usd/usd_io.h,sha256=zVz1zHl6jRK7y0ozx2lZlZs7szdkq6ytJ_PYlPts4Ho,1051
|
|
153
155
|
include/momentum/marker_tracking/app_utils.h,sha256=71RGsN6-OxtafLiBkttRzPhY6_GeaRp3bt3y5KmY-0I,2246
|
|
@@ -183,6 +185,38 @@ include/momentum/solver/gradient_descent_solver.h,sha256=tcdsJkfA_8SOWIRrtKE39Rp
|
|
|
183
185
|
include/momentum/solver/solver.h,sha256=VWMfHblJrjoAOsWChCtkGdRMJsW80CJigh9n8Mhpg_0,4800
|
|
184
186
|
include/momentum/solver/solver_function.h,sha256=FG6gK58LlnoY-c-sDyopEilh--tvECx9-iDPyXu-ZVc,4701
|
|
185
187
|
include/momentum/solver/subset_gauss_newton_solver.h,sha256=_iN37B5UweRinyaxNddWApSkycCdq30MAwgQ7XCN2SE,3763
|
|
188
|
+
include/rerun/archetypes.hpp,sha256=SQurWOEZzSfqDNL3jBvLRWeGj2hewZnxuzH_-AuwYFQ,1593
|
|
189
|
+
include/rerun/arrow_utils.hpp,sha256=t94emLHDcAGMbs0d5ZQ3AgMoQRM4c9dQqI1YR4JFDEw,1266
|
|
190
|
+
include/rerun/as_components.hpp,sha256=JkY6FMXCmCdc3dN6S9lW1MsC2RG7aEmTblBKFZkIt5E,3647
|
|
191
|
+
include/rerun/collection.hpp,sha256=buhsJrUrceFirNh6j9GVnwwMTTPz4nISuKlLUlqyNUk,20943
|
|
192
|
+
include/rerun/collection_adapter.hpp,sha256=3qlZPi6IHASmDKlXHXRWpMdwXdyWSsCGlDdStmkT4T8,2277
|
|
193
|
+
include/rerun/collection_adapter_builtins.hpp,sha256=DynRWvJBE7DgBhyI9V9HHZdjufDmUyrhRSXSfZejO_8,5950
|
|
194
|
+
include/rerun/compiler_utils.hpp,sha256=-WBfLOTGDPfT3gMHt-Ds0NB__gWM7dYHe_SZ0pIPfGs,1905
|
|
195
|
+
include/rerun/components.hpp,sha256=BYIZ8d_O2TlPmDM_bMnzIqw-vnn88SApGs5x1BD9yAs,2987
|
|
196
|
+
include/rerun/component_batch.hpp,sha256=ocahHTOBHyARjwlFOhxsvYTMjwKi2L_9b5pRoB1P3N0,7044
|
|
197
|
+
include/rerun/component_column.hpp,sha256=BtxBqfxOPteazY3i2zaquGs-5cIkufHbXdj7LWiAH9c,5477
|
|
198
|
+
include/rerun/component_descriptor.hpp,sha256=5Zs-ezE93NCr_n6JCAHfFynBCqfqA7Q5SZcSDbsxsGI,5834
|
|
199
|
+
include/rerun/component_type.hpp,sha256=zH9gRQALupdA7Tf-P94L54ZJidajRaipD5zgWux83FM,1076
|
|
200
|
+
include/rerun/config.hpp,sha256=Kuq26n5nUqKIyCdPMKWIuXKea0F9ZoA4l37WXUPSgcI,1915
|
|
201
|
+
include/rerun/datatypes.hpp,sha256=6OSodZVgVyR9T-YzuH_m9W85JgXqahQATuTths0awVU,1826
|
|
202
|
+
include/rerun/demo_utils.hpp,sha256=eyim0Ndn8wTObJYDxCzQBDYOt4g8-zQB-RZk6ew_Mtw,3005
|
|
203
|
+
include/rerun/entity_path.hpp,sha256=zPIT3v9gBYAIJBRKxy0X_1RnxwUwrDwB6bIW_ZOvtds,617
|
|
204
|
+
include/rerun/error.hpp,sha256=o-EgwteYSkLGbH5NWyPU_DJgD5gNMWFtzmkmmLgAotg,5879
|
|
205
|
+
include/rerun/half.hpp,sha256=p_j4PuklYIHXQ8NsTLBb0T2bb2-AmWk91YAL3YSPtuQ,182
|
|
206
|
+
include/rerun/image_utils.hpp,sha256=DenFqUn0NWjyLukj-xTmtmNGneYG0n9iSQKNFl7lFYA,6078
|
|
207
|
+
include/rerun/indicator_component.hpp,sha256=_yScZE-kFnh149q1gstohD240ZcVO2Hsg39ZLezfIuk,2299
|
|
208
|
+
include/rerun/loggable.hpp,sha256=J99Z43zabS5rb19qdYFHCRinrjopoX95qaS_yIXAn3Q,2256
|
|
209
|
+
include/rerun/recording_stream.hpp,sha256=32rxaZ5zJc8Ezzbk47dD_4DhaAWgnSAWQAkm71-HpBE,48093
|
|
210
|
+
include/rerun/rerun_sdk_export.hpp,sha256=G5IGvTXK4UdY3Cl0EiGSxBEzlRXIm7OAwQvbVVQpX80,915
|
|
211
|
+
include/rerun/result.hpp,sha256=M8lU-YYKJHu90FG4eQBviGfq0DLqr_2V01eHcD5BY8E,3054
|
|
212
|
+
include/rerun/rotation3d.hpp,sha256=KqRqUeGNTgxBSo8LZ919ljV-m4H7vbYbjQMM9Ryr4Ew,1362
|
|
213
|
+
include/rerun/sdk_info.hpp,sha256=hO-eZCWdEZpn5KO7w-2BWKm9igXfnqApdaZUgS7c60A,814
|
|
214
|
+
include/rerun/spawn.hpp,sha256=iTO4-dTEyrIEVGAty4YABEHvtWZbhkCriuzR9AVtwD4,647
|
|
215
|
+
include/rerun/spawn_options.hpp,sha256=xN9Zy0CfpPhrsy3vXnXxsIleIuD-4Oe9VkirvMVlaA4,1836
|
|
216
|
+
include/rerun/string_utils.hpp,sha256=udj9ZZPVj1GaUhfk6ra53cFTRlvb4G3Pocu_IPzA7J8,363
|
|
217
|
+
include/rerun/timeline.hpp,sha256=IE2GziAYBKnZ0Wj-L3qi28No1UA8Phw4AklZ2FTZqdM,860
|
|
218
|
+
include/rerun/time_column.hpp,sha256=R98BtIUJoFmL-18m7l6D5OawW57paL03WUIgRmGNYnQ,12385
|
|
219
|
+
include/rerun/type_traits.hpp,sha256=qyGCj4nUo_oHrnvE2vqXkQEAcTK8sytkfI07eM97NV8,1649
|
|
186
220
|
include/rerun/archetypes/annotation_context.hpp,sha256=bgLX3Knw3boWSXVdRiNXsTT8MwLujD5dEBVkfoz1fs4,6582
|
|
187
221
|
include/rerun/archetypes/arrows2d.hpp,sha256=LvtgnPpWcrzyX1b_qO0ogNZyeH9G86rgjyWuyyy8lLQ,12046
|
|
188
222
|
include/rerun/archetypes/arrows3d.hpp,sha256=aEaiwAhyJwunZ0INZgfap0hotdK4vZyln_6Iu6xaxuI,11071
|
|
@@ -222,9 +256,9 @@ include/rerun/archetypes/text_log.hpp,sha256=3AsC8gfOzn34JjhDFZH0VUSnnTp32XoeHHA
|
|
|
222
256
|
include/rerun/archetypes/transform3d.hpp,sha256=_9ujFUU9453LG5HEUYtBGNdFHg7wP7SkHGRpmuYSqsc,41997
|
|
223
257
|
include/rerun/archetypes/video_frame_reference.hpp,sha256=tUtW0z_P5gev4aXzvl9_JmTBp8RbfOv0dDejgDawL70,13759
|
|
224
258
|
include/rerun/archetypes/view_coordinates.hpp,sha256=5-2FBrnD494f6-roFD6ogrkvqD2EosWhkVVS2ZwKaVY,18114
|
|
225
|
-
include/rerun/archetypes.hpp,sha256=
|
|
226
|
-
include/rerun/
|
|
227
|
-
include/rerun/
|
|
259
|
+
include/rerun/blueprint/archetypes.hpp,sha256=_6_c9adMGIaTAcr64eIeQXQ66dxM3QKU6APEK-Y36Ck,1415
|
|
260
|
+
include/rerun/blueprint/components.hpp,sha256=GCcucY2jDixvxGjXlHGH83Blkc4lzSEv42DYVH1F-bc,2017
|
|
261
|
+
include/rerun/blueprint/datatypes.hpp,sha256=9H6LuhE9AC1l3pJBdPscKnUU6IZ5Se4z6NefOBRyaM0,399
|
|
228
262
|
include/rerun/blueprint/archetypes/background.hpp,sha256=befihoLMYVVaN_nEO4eE5G8GqUJgKq4ArWPq6m4BaD0,4573
|
|
229
263
|
include/rerun/blueprint/archetypes/container_blueprint.hpp,sha256=rVRGA8E2s8urjx0Qtw9cm5jZyC7Sd1JE2Ak9jAv6Qfs,11376
|
|
230
264
|
include/rerun/blueprint/archetypes/dataframe_query.hpp,sha256=zDd2182UZ000wQgtum1_TC0KCHUp1w2ddQrCLGz_IPc,7779
|
|
@@ -244,13 +278,12 @@ include/rerun/blueprint/archetypes/scalar_axis.hpp,sha256=OHnLfk7rXgQAg4N3bKdgpt
|
|
|
244
278
|
include/rerun/blueprint/archetypes/tensor_scalar_mapping.hpp,sha256=3PPky_nIm2LhChGnZ_AxbrDeev7k65iEBpabZ_vpGJk,6421
|
|
245
279
|
include/rerun/blueprint/archetypes/tensor_slice_selection.hpp,sha256=ceQCrKvM0kNm-16GYNUBesu-j3P96Fp0JGUnugqjFBI,7639
|
|
246
280
|
include/rerun/blueprint/archetypes/tensor_view_fit.hpp,sha256=8Jb6J0BuRpMW4ua0Op1LYgqgNei9v4957RBPKf4rhks,3839
|
|
281
|
+
include/rerun/blueprint/archetypes/viewport_blueprint.hpp,sha256=JYuM6b243ufvAfSPSdD4g5OhLbsCb1eJ5UIadQQW38w,9404
|
|
247
282
|
include/rerun/blueprint/archetypes/view_blueprint.hpp,sha256=AsEHhm-4shlOUyVOcvtYD-e1y1lw6pncenz4XzJQiCc,7377
|
|
248
283
|
include/rerun/blueprint/archetypes/view_contents.hpp,sha256=D_V-62Z2nmkzXTjymlRfId831LXfLlXRJ0VBEIIl73M,5913
|
|
249
|
-
include/rerun/blueprint/archetypes/viewport_blueprint.hpp,sha256=JYuM6b243ufvAfSPSdD4g5OhLbsCb1eJ5UIadQQW38w,9404
|
|
250
284
|
include/rerun/blueprint/archetypes/visible_time_ranges.hpp,sha256=ZB52xZvH3YLp83cxlPBfMEb70HzSkqIvUXqmxZJRm_E,5043
|
|
251
|
-
include/rerun/blueprint/archetypes/visual_bounds2d.hpp,sha256=PH-ntLISFauSKQzsOG4bAef6vD11QHO1N2BdEryOysU,4537
|
|
252
285
|
include/rerun/blueprint/archetypes/visualizer_overrides.hpp,sha256=b7QQTcHxC_RdR4xJ283fUGPSYnmcwfubC_nqyxDx1vk,4779
|
|
253
|
-
include/rerun/blueprint/archetypes.hpp,sha256=
|
|
286
|
+
include/rerun/blueprint/archetypes/visual_bounds2d.hpp,sha256=PH-ntLISFauSKQzsOG4bAef6vD11QHO1N2BdEryOysU,4537
|
|
254
287
|
include/rerun/blueprint/components/active_tab.hpp,sha256=raGBilmoQkDJWzQet0ZcQ6b-QLpfrvoNL2OoBs9Rwh4,2862
|
|
255
288
|
include/rerun/blueprint/components/apply_latest_at.hpp,sha256=1izaoVmE_ZLviFVxkkToNnvDQTNy-ptb1dEHLQtJcdQ,2829
|
|
256
289
|
include/rerun/blueprint/components/auto_layout.hpp,sha256=_vKFBdhKPLLenZg-OAfGUbVCF2sEiGk8K2uszSJtB3w,2705
|
|
@@ -279,34 +312,24 @@ include/rerun/blueprint/components/row_share.hpp,sha256=aah31xkXkxvEMPAOzl9K2QLJ
|
|
|
279
312
|
include/rerun/blueprint/components/selected_columns.hpp,sha256=Z0ikjJR1V_rFH-29wZGbIky9V_MQqnrp_ncVJQC6flI,2931
|
|
280
313
|
include/rerun/blueprint/components/tensor_dimension_index_slider.hpp,sha256=5XBVUIfmctxGKXoVIJJMPp5djzWs3t6MiusWAiNmOas,3389
|
|
281
314
|
include/rerun/blueprint/components/timeline_name.hpp,sha256=tC--Kcopu5vrJAMNXSXm8ysv_rpaVE9mdl-_zZV3RyQ,2678
|
|
315
|
+
include/rerun/blueprint/components/viewer_recommendation_hash.hpp,sha256=OsV5v_jch7oXFRM9rsKvNzcXnyIRNAi2B50PVHlL4As,2944
|
|
282
316
|
include/rerun/blueprint/components/view_class.hpp,sha256=7dFdgcfUVsTk5kdfxtc47W4l2_2Q4YR9CeHMzhDXxXA,2668
|
|
283
317
|
include/rerun/blueprint/components/view_fit.hpp,sha256=sfb2TBHDC2pWsiYDqJ8bejJ2WubdUm7WwgQLOxPTRnk,2059
|
|
284
318
|
include/rerun/blueprint/components/view_maximized.hpp,sha256=EQ5a4ZshHXd_HQT3ooRDFh6JdQczogr50Mp5HdNmsHA,2736
|
|
285
319
|
include/rerun/blueprint/components/view_origin.hpp,sha256=yXGrr53ZT4OVzQsIOzQOWCvhL6EW3EDZ8hw1qO04PXM,2770
|
|
286
|
-
include/rerun/blueprint/components/viewer_recommendation_hash.hpp,sha256=OsV5v_jch7oXFRM9rsKvNzcXnyIRNAi2B50PVHlL4As,2944
|
|
287
320
|
include/rerun/blueprint/components/visible_time_range.hpp,sha256=KCb3zamu6bZJEw2bT38qE2KXVBwq4y14TnC4D5mcMu8,2836
|
|
288
|
-
include/rerun/blueprint/components/visual_bounds2d.hpp,sha256=dgt69DKYzsNMiQL7-4tn7rqhiB_07RKqiKm3C3vHsUc,2637
|
|
289
321
|
include/rerun/blueprint/components/visualizer_override.hpp,sha256=NKe7I2BnwKQyLzsuIxFEnvVh7JcWuLlGXRBdceyYxck,3049
|
|
322
|
+
include/rerun/blueprint/components/visual_bounds2d.hpp,sha256=dgt69DKYzsNMiQL7-4tn7rqhiB_07RKqiKm3C3vHsUc,2637
|
|
290
323
|
include/rerun/blueprint/components/zoom_level.hpp,sha256=4cjDQr5ESSs6jc8wtz3IuOlxmgsWqAEJeqL31MoCUWE,2777
|
|
291
|
-
include/rerun/blueprint/components.hpp,sha256=GCcucY2jDixvxGjXlHGH83Blkc4lzSEv42DYVH1F-bc,2017
|
|
292
324
|
include/rerun/blueprint/datatypes/component_column_selector.hpp,sha256=nNtWqdsCJE6OaZFkj8NJDvperzKWaVfxu27Z5GcDOJg,2122
|
|
293
325
|
include/rerun/blueprint/datatypes/filter_by_range.hpp,sha256=P2Cj2l7z77XZCyqj_xl5fj1T9qIO_VeBt4R6FzysGuw,1983
|
|
294
326
|
include/rerun/blueprint/datatypes/filter_is_not_null.hpp,sha256=jz_0EEE85cPvLmEvWFmD1PYfYwLon8juDSPX-G-I6Qo,2121
|
|
295
327
|
include/rerun/blueprint/datatypes/selected_columns.hpp,sha256=IIWqmzROn3S4xxLVWmIklNUboA04sPEMUhgsjpR985c,2131
|
|
296
328
|
include/rerun/blueprint/datatypes/tensor_dimension_index_slider.hpp,sha256=dEhEBtIGdjSh-zo8sID2Dmo6Vd4Ua5CmLciZxiCf0_w,2160
|
|
297
|
-
include/rerun/blueprint/datatypes.hpp,sha256=9H6LuhE9AC1l3pJBdPscKnUU6IZ5Se4z6NefOBRyaM0,399
|
|
298
329
|
include/rerun/c/arrow_c_data_interface.h,sha256=dS2Wg_EeWdEB3qeaqMI4dh7VmhaId2RGGDe0DWquG7M,3446
|
|
299
330
|
include/rerun/c/compiler_utils.h,sha256=sUDjr3bt_5iUowce0gfWA9KnK3eyuTblS0s7svW4tQ0,308
|
|
300
331
|
include/rerun/c/rerun.h,sha256=ufbABFHA-9pEycFIoXwDcY4oOcU58bcrLLzHaNDgcqA,22862
|
|
301
332
|
include/rerun/c/sdk_info.h,sha256=sC9fA0gx-xmPDrcmXHacochLg4--q1B5FJt14RBFGUk,1139
|
|
302
|
-
include/rerun/collection.hpp,sha256=buhsJrUrceFirNh6j9GVnwwMTTPz4nISuKlLUlqyNUk,20943
|
|
303
|
-
include/rerun/collection_adapter.hpp,sha256=3qlZPi6IHASmDKlXHXRWpMdwXdyWSsCGlDdStmkT4T8,2277
|
|
304
|
-
include/rerun/collection_adapter_builtins.hpp,sha256=DynRWvJBE7DgBhyI9V9HHZdjufDmUyrhRSXSfZejO_8,5950
|
|
305
|
-
include/rerun/compiler_utils.hpp,sha256=-WBfLOTGDPfT3gMHt-Ds0NB__gWM7dYHe_SZ0pIPfGs,1905
|
|
306
|
-
include/rerun/component_batch.hpp,sha256=ocahHTOBHyARjwlFOhxsvYTMjwKi2L_9b5pRoB1P3N0,7044
|
|
307
|
-
include/rerun/component_column.hpp,sha256=BtxBqfxOPteazY3i2zaquGs-5cIkufHbXdj7LWiAH9c,5477
|
|
308
|
-
include/rerun/component_descriptor.hpp,sha256=5Zs-ezE93NCr_n6JCAHfFynBCqfqA7Q5SZcSDbsxsGI,5834
|
|
309
|
-
include/rerun/component_type.hpp,sha256=zH9gRQALupdA7Tf-P94L54ZJidajRaipD5zgWux83FM,1076
|
|
310
333
|
include/rerun/components/aggregation_policy.hpp,sha256=96k6wI6i5f_j_MFM1H9hYhqiFT3p7EhOa5nPYXLtT4I,2538
|
|
311
334
|
include/rerun/components/albedo_factor.hpp,sha256=l_KHXiKMNgndDka5qnzcbS2jbGS5iGLNA4hQa4cupdQ,2551
|
|
312
335
|
include/rerun/components/annotation_context.hpp,sha256=WpizZ746ch4J_G2XwsmOhqkd9mjVe-gXds38uUUWjjE,4227
|
|
@@ -380,8 +403,6 @@ include/rerun/components/vector3d.hpp,sha256=3ammWRknneB0dPKenHXafHO4fP9kYcS9f-l
|
|
|
380
403
|
include/rerun/components/video_timestamp.hpp,sha256=nIOWjQ1QOtP-LcRSPG4YfzP5n63R-6q0hR1kPZ9y1-Q,4779
|
|
381
404
|
include/rerun/components/view_coordinates.hpp,sha256=0zTkqqDxKQBL3PPWwBg0NkHkgdISiDbCON3my6iTy5s,15722
|
|
382
405
|
include/rerun/components/visible.hpp,sha256=zbOk8znqspgnIH0BP-NyfMdy1Vg187Qb6ouVvvlZ8Lo,2402
|
|
383
|
-
include/rerun/components.hpp,sha256=BYIZ8d_O2TlPmDM_bMnzIqw-vnn88SApGs5x1BD9yAs,2987
|
|
384
|
-
include/rerun/config.hpp,sha256=Kuq26n5nUqKIyCdPMKWIuXKea0F9ZoA4l37WXUPSgcI,1915
|
|
385
406
|
include/rerun/datatypes/angle.hpp,sha256=01xzNEnAYl0iHwserYuB0IAYYO29b0sGc10BTE7hZXo,2381
|
|
386
407
|
include/rerun/datatypes/annotation_info.hpp,sha256=KTDjTOlV06zPFgzrpZMHBd81j_Ny0cnrilzD0H_kWsI,2624
|
|
387
408
|
include/rerun/datatypes/blob.hpp,sha256=Wr2dSfzjxpqclT0-ybkD4QdSyqYtLrRKe2uOgHltGpI,1936
|
|
@@ -429,41 +450,10 @@ include/rerun/datatypes/vec4d.hpp,sha256=LZErQ2-uRb2pvgYr83lho2r8EdbwFfBBOuwJXQl
|
|
|
429
450
|
include/rerun/datatypes/video_timestamp.hpp,sha256=Mfhprerr84G31EZcSt_82b1GT-XFIyG_nCoI0qCsYzc,2084
|
|
430
451
|
include/rerun/datatypes/view_coordinates.hpp,sha256=qoKlxS-oQDx4_8SE1kGUJvV0LtSy2ckJGSNRlq6xUU8,3032
|
|
431
452
|
include/rerun/datatypes/visible_time_range.hpp,sha256=6HIjxAUOXtv7I7g0GflgaRTwLbHHO2WXcyZtMZGqBWk,1778
|
|
432
|
-
include/rerun/datatypes.hpp,sha256=6OSodZVgVyR9T-YzuH_m9W85JgXqahQATuTths0awVU,1826
|
|
433
|
-
include/rerun/demo_utils.hpp,sha256=eyim0Ndn8wTObJYDxCzQBDYOt4g8-zQB-RZk6ew_Mtw,3005
|
|
434
|
-
include/rerun/entity_path.hpp,sha256=zPIT3v9gBYAIJBRKxy0X_1RnxwUwrDwB6bIW_ZOvtds,617
|
|
435
|
-
include/rerun/error.hpp,sha256=o-EgwteYSkLGbH5NWyPU_DJgD5gNMWFtzmkmmLgAotg,5879
|
|
436
|
-
include/rerun/half.hpp,sha256=p_j4PuklYIHXQ8NsTLBb0T2bb2-AmWk91YAL3YSPtuQ,182
|
|
437
|
-
include/rerun/image_utils.hpp,sha256=DenFqUn0NWjyLukj-xTmtmNGneYG0n9iSQKNFl7lFYA,6078
|
|
438
|
-
include/rerun/indicator_component.hpp,sha256=_yScZE-kFnh149q1gstohD240ZcVO2Hsg39ZLezfIuk,2299
|
|
439
|
-
include/rerun/loggable.hpp,sha256=J99Z43zabS5rb19qdYFHCRinrjopoX95qaS_yIXAn3Q,2256
|
|
440
|
-
include/rerun/recording_stream.hpp,sha256=32rxaZ5zJc8Ezzbk47dD_4DhaAWgnSAWQAkm71-HpBE,48093
|
|
441
|
-
include/rerun/rerun_sdk_export.hpp,sha256=G5IGvTXK4UdY3Cl0EiGSxBEzlRXIm7OAwQvbVVQpX80,915
|
|
442
|
-
include/rerun/result.hpp,sha256=M8lU-YYKJHu90FG4eQBviGfq0DLqr_2V01eHcD5BY8E,3054
|
|
443
|
-
include/rerun/rotation3d.hpp,sha256=KqRqUeGNTgxBSo8LZ919ljV-m4H7vbYbjQMM9Ryr4Ew,1362
|
|
444
|
-
include/rerun/sdk_info.hpp,sha256=hO-eZCWdEZpn5KO7w-2BWKm9igXfnqApdaZUgS7c60A,814
|
|
445
|
-
include/rerun/spawn.hpp,sha256=iTO4-dTEyrIEVGAty4YABEHvtWZbhkCriuzR9AVtwD4,647
|
|
446
|
-
include/rerun/spawn_options.hpp,sha256=xN9Zy0CfpPhrsy3vXnXxsIleIuD-4Oe9VkirvMVlaA4,1836
|
|
447
|
-
include/rerun/string_utils.hpp,sha256=udj9ZZPVj1GaUhfk6ra53cFTRlvb4G3Pocu_IPzA7J8,363
|
|
448
453
|
include/rerun/third_party/cxxopts.hpp,sha256=zp6SePNC9y1tAD7ryAodVydRCo0leWDwZRmcf4TbWEc,71577
|
|
449
|
-
include/rerun/time_column.hpp,sha256=R98BtIUJoFmL-18m7l6D5OawW57paL03WUIgRmGNYnQ,12385
|
|
450
|
-
include/rerun/timeline.hpp,sha256=IE2GziAYBKnZ0Wj-L3qi28No1UA8Phw4AklZ2FTZqdM,860
|
|
451
|
-
include/rerun/type_traits.hpp,sha256=qyGCj4nUo_oHrnvE2vqXkQEAcTK8sytkfI07eM97NV8,1649
|
|
452
|
-
include/rerun.hpp,sha256=_dePvx6iD6O9p0gKvvZRHCCmso3IeyISyPBjoF3qrs0,3050
|
|
453
454
|
lib/arrow_bundled_dependencies.lib,sha256=wIMLD9An7G38g2mudcSKxLRbT15ShCBKsmVKUlWshkg,457170
|
|
454
455
|
lib/arrow_static.lib,sha256=0eh61L9G_7raVbTqP3sahm26v3wHCwBiuIc1s8hp7iQ,83677590
|
|
455
456
|
lib/axel.lib,sha256=JJtTibJbolcKuTrx5vJxIDL-qylX6TZ7LGpg9xNAXTg,2287388
|
|
456
|
-
lib/cmake/axel/axel-config.cmake,sha256=FDVsibvfpN65NBC4hK7DkuJt_w0WpzT7JMzwjNzByiw,1417
|
|
457
|
-
lib/cmake/axel/axelTargets-release.cmake,sha256=e6KlCaQOq1a_jHpMF3w4QvIawpnHgipXivJEkSY1AeM,836
|
|
458
|
-
lib/cmake/axel/axelTargets.cmake,sha256=YxYaq7uprAKQ3mpnsaq6JdNHZTIFrvNFZi6AgEn8_fA,4339
|
|
459
|
-
lib/cmake/momentum/Findre2.cmake,sha256=gwqaPxkvOsZoK6lqgSqUVzn2NHFYOFTvcpPYnmavZto,1342
|
|
460
|
-
lib/cmake/momentum/momentum-config.cmake,sha256=bDdtt4gJucYHWTBgLLPy5qk0nh6OZsxEF7QLYYyLmQo,2060
|
|
461
|
-
lib/cmake/momentum/momentumTargets-release.cmake,sha256=kPo2d4qNhBYo1yaemHHfkwSusTknu50B4DPz8DuYfwQ,13626
|
|
462
|
-
lib/cmake/momentum/momentumTargets.cmake,sha256=tA-87F2RlsH4GewffYiwrTLGEfcGvHVMGwOgsQsbXzo,16331
|
|
463
|
-
lib/cmake/rerun_sdk/rerun_sdkConfig.cmake,sha256=Vx35EEkufGjwHF_pIln16Utya0y0xSjJRFGlJQipk6w,3391
|
|
464
|
-
lib/cmake/rerun_sdk/rerun_sdkConfigVersion.cmake,sha256=jQxZ7_OZBtFBKMn3iqVUIebaAW1FoKh6tzI4bXLiC3U,3335
|
|
465
|
-
lib/cmake/rerun_sdk/rerun_sdkTargets-release.cmake,sha256=unE_hKIIBVmNAvqDXEdfFv8rfuQoNmAovA_P6Cr0ekw,841
|
|
466
|
-
lib/cmake/rerun_sdk/rerun_sdkTargets.cmake,sha256=NkYeGLED9I9BPxP3jY0pCBqO20j-TL4LrBBQKhQTrO4,4363
|
|
467
457
|
lib/momentum_app_utils.lib,sha256=SItoIkjmIjXdmQRlfqg2LCs7fsnVU4D5KoIjgd43cYg,1529362
|
|
468
458
|
lib/momentum_character.lib,sha256=58kna86bW-uPwtasRvQz94JkFNNBPD5tCy1WKwMZlWs,13100410
|
|
469
459
|
lib/momentum_character_sequence_solver.lib,sha256=W8FpPt-hIDnbEV7na4q1IFQSPKTjqnkPvr_OnfwOEIM,29275332
|
|
@@ -491,22 +481,45 @@ lib/momentum_skeleton.lib,sha256=hq7qdw5dwjMK21MfZmopfXqounlM6P79D7LssmML6yQ,205
|
|
|
491
481
|
lib/momentum_solver.lib,sha256=JuKSAEeMvtm2WMuFeNc35YLfjZPXkpRiAbDtf60vloo,4051434
|
|
492
482
|
lib/rerun_c__win_x64.lib,sha256=fkQH1MmF-1b-qUNpQM7uHJc-5hdyd4iwZySQO0ryyCg,126109744
|
|
493
483
|
lib/rerun_sdk.lib,sha256=9TCY-rt3xqjHN9f_qeEibevGZurndJyrOfTdvlCuVkI,14284324
|
|
484
|
+
lib/__init__.py,sha256=BuIBTXECErH0p9kaVoSgUQZC26Dq70PAaIHbSimKnrY,334
|
|
485
|
+
lib/cmake/axel/axel-config.cmake,sha256=FDVsibvfpN65NBC4hK7DkuJt_w0WpzT7JMzwjNzByiw,1417
|
|
486
|
+
lib/cmake/axel/axelTargets-release.cmake,sha256=e6KlCaQOq1a_jHpMF3w4QvIawpnHgipXivJEkSY1AeM,836
|
|
487
|
+
lib/cmake/axel/axelTargets.cmake,sha256=YxYaq7uprAKQ3mpnsaq6JdNHZTIFrvNFZi6AgEn8_fA,4339
|
|
488
|
+
lib/cmake/momentum/Findre2.cmake,sha256=gwqaPxkvOsZoK6lqgSqUVzn2NHFYOFTvcpPYnmavZto,1342
|
|
489
|
+
lib/cmake/momentum/momentum-config.cmake,sha256=bDdtt4gJucYHWTBgLLPy5qk0nh6OZsxEF7QLYYyLmQo,2060
|
|
490
|
+
lib/cmake/momentum/momentumTargets-release.cmake,sha256=kPo2d4qNhBYo1yaemHHfkwSusTknu50B4DPz8DuYfwQ,13626
|
|
491
|
+
lib/cmake/momentum/momentumTargets.cmake,sha256=tA-87F2RlsH4GewffYiwrTLGEfcGvHVMGwOgsQsbXzo,16331
|
|
492
|
+
lib/cmake/rerun_sdk/rerun_sdkConfig.cmake,sha256=Vx35EEkufGjwHF_pIln16Utya0y0xSjJRFGlJQipk6w,3391
|
|
493
|
+
lib/cmake/rerun_sdk/rerun_sdkConfigVersion.cmake,sha256=jQxZ7_OZBtFBKMn3iqVUIebaAW1FoKh6tzI4bXLiC3U,3335
|
|
494
|
+
lib/cmake/rerun_sdk/rerun_sdkTargets-release.cmake,sha256=unE_hKIIBVmNAvqDXEdfFv8rfuQoNmAovA_P6Cr0ekw,841
|
|
495
|
+
lib/cmake/rerun_sdk/rerun_sdkTargets.cmake,sha256=NkYeGLED9I9BPxP3jY0pCBqO20j-TL4LrBBQKhQTrO4,4363
|
|
494
496
|
pymomentum/axel.cp313-win_amd64.pyd,sha256=B722rkzNaiwJSoDlLy8cw24htrq7apKJFbxAYf5GQoQ,475136
|
|
495
|
-
pymomentum/backend/__init__.py,sha256=L937IR19p_BonCd5yvYVtQDd5BUfefeR9-wcuonHEss,492
|
|
496
|
-
pymomentum/backend/skel_state_backend.py,sha256=df28AGibrPMZv6ZhQFKZuCNQu7rqtoSrfkrQDcaDsm8,26497
|
|
497
|
-
pymomentum/backend/trs_backend.py,sha256=peH_e3UN9u1H0tD2wuzjLWkcX0PR0z2O03VZEeUKa2I,31947
|
|
498
|
-
pymomentum/backend/utils.py,sha256=cWj_rRWq-Gmp3oF2Q87QzpjQkMAtbPLRXzeQGvoOCZs,8545
|
|
499
497
|
pymomentum/geometry.cp313-win_amd64.pyd,sha256=SOZU0KOE_9jT8L3ywRMcNCaNSC8glTof4XOpSUWMvGM,3478016
|
|
500
498
|
pymomentum/marker_tracking.cp313-win_amd64.pyd,sha256=0agHUk_qJY5CNqzy16nlBLf8uT9WlB1P1cgw7SL97vI,2269696
|
|
501
499
|
pymomentum/quaternion.py,sha256=nuzZ0sxwwd2_pO9fsM2EbVRcIHX2uPX8IFduN5DtOkA,27696
|
|
502
500
|
pymomentum/skel_state.py,sha256=873AXe7lt4MUBNKmovbPCODL5vrdZWu1ZhOpJlrx1uw,18283
|
|
503
501
|
pymomentum/solver.cp313-win_amd64.pyd,sha256=74ud0h24sBQgxmKTlPbZVT_PZrtKU0IxQqCrhzk1Sz0,3654144
|
|
504
502
|
pymomentum/solver2.cp313-win_amd64.pyd,sha256=2M4gs0mWcsf2AftskhcPpXCS-rYiq3m_th-pEZTejbQ,1948672
|
|
503
|
+
pymomentum/trs.py,sha256=tTxhF9fTmWPRVtAujrpBDgRCHPrMJGtjYfho9KlbiDY,18159
|
|
504
|
+
pymomentum/__init__.py,sha256=BuIBTXECErH0p9kaVoSgUQZC26Dq70PAaIHbSimKnrY,334
|
|
505
|
+
pymomentum/backend/skel_state_backend.py,sha256=df28AGibrPMZv6ZhQFKZuCNQu7rqtoSrfkrQDcaDsm8,26497
|
|
506
|
+
pymomentum/backend/trs_backend.py,sha256=peH_e3UN9u1H0tD2wuzjLWkcX0PR0z2O03VZEeUKa2I,31947
|
|
507
|
+
pymomentum/backend/utils.py,sha256=cWj_rRWq-Gmp3oF2Q87QzpjQkMAtbPLRXzeQGvoOCZs,8545
|
|
508
|
+
pymomentum/backend/__init__.py,sha256=L937IR19p_BonCd5yvYVtQDd5BUfefeR9-wcuonHEss,492
|
|
505
509
|
pymomentum/torch/character.py,sha256=bjLtB9n9k9LrZlHeNGrES91cMvn69HZMLByaYY8ieAA,32359
|
|
506
510
|
pymomentum/torch/parameter_limits.py,sha256=4NcAZhHYt3PnzGx9tHWUQA07rNp3Cnu6fa5msuakUfQ,20256
|
|
507
511
|
pymomentum/torch/utility.py,sha256=h2d10hTndbJ7n-yK6PbEADWQsAjlzHhdxI3FXqb0nf0,628
|
|
508
|
-
|
|
509
|
-
pymomentum_cpu-0.1.78.
|
|
510
|
-
pymomentum_cpu-0.1.78.
|
|
511
|
-
pymomentum_cpu-0.1.78.
|
|
512
|
-
pymomentum_cpu-0.1.78.
|
|
512
|
+
pymomentum_cpu-0.1.78.post17.dist-info/DELVEWHEEL,sha256=JalCK1gQcXjYdvR5FK-rYl3X1nvn0wiPJPelRBy51t4,529
|
|
513
|
+
pymomentum_cpu-0.1.78.post17.dist-info/METADATA,sha256=KSt2-kehdzPDR3Y3UrQr4YiuyGbt5rTcInhF96t18nE,5808
|
|
514
|
+
pymomentum_cpu-0.1.78.post17.dist-info/RECORD,,
|
|
515
|
+
pymomentum_cpu-0.1.78.post17.dist-info/WHEEL,sha256=EIu1Wj122E8B0k-vZcnNpwplI01di2dp-9WoG1ZyqT0,106
|
|
516
|
+
pymomentum_cpu-0.1.78.post17.dist-info/licenses/LICENSE,sha256=Y-ghDmvz6MAy3AxpsdHS46tywUsCyrzA2tomGLsYi5c,1109
|
|
517
|
+
pymomentum_cpu.libs/abseil_dll.dll,sha256=PRzRjbm7q2qJa1ugqmkhE1i7Ly44yK41bWfJBvEogoM,1579008
|
|
518
|
+
pymomentum_cpu.libs/console_bridge.dll,sha256=AFjgmGsoAMwYC8zBhwtoHrcd7p4dalZRtUUgDAJmxWg,25600
|
|
519
|
+
pymomentum_cpu.libs/deflate.dll,sha256=hgTmGxbgyvqiIvxQEt-h3cmuzq3F2fVIYiI0bUgIECw,173056
|
|
520
|
+
pymomentum_cpu.libs/dispenso.dll,sha256=ww2lvfFcPmnNvkLHjhJHdiHhzxtjqNVPgRPfykqBfZ0,320000
|
|
521
|
+
pymomentum_cpu.libs/ezc3d.dll,sha256=A6oxBWeyFu6QSqv504hkmoGEUUKTcqdZAy3ZZzibAOg,312320
|
|
522
|
+
pymomentum_cpu.libs/msvcp140.dll,sha256=D4hbUJpoXSu_plL-0mtfsx2I-9qwqXjGQdHHuKpGCqk,557728
|
|
523
|
+
pymomentum_cpu.libs/re2.dll,sha256=FDiVGk159RY39JNrG1-6Mpgbm_yGDLUGKwA9a-sRxYo,1213440
|
|
524
|
+
pymomentum_cpu.libs/tinyxml2.dll,sha256=l9PRUh06TzrKJuEDaDdsNXD2dO0TaoxAinoaldOM62Q,94208
|
|
525
|
+
pymomentum_cpu.libs/urdfdom_model.dll,sha256=kV3CucbdedbtUOMgD6doSxEpXlUAx2gBoKJDe_PSskA,123904
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
{pymomentum_cpu-0.1.78.post11.dist-info → pymomentum_cpu-0.1.78.post17.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|