forked from boschresearch/image-render-blender-human
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
26 lines (21 loc) · 814 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[metadata]
name = image-render-blender-human
version = 3.1.5
[options]
package_dir=
=src
packages=find:
[options.packages.find]
where = src
exclude = dev
[options.package_data]
anyhuman =
personas/*.json
[options.entry_points]
catharsys.blender.modify =
/catharsys/blender/modify/object/hum-gen/placement/vehicle-seats:1.0 = anyhuman.ops:PlaceHumanOnSeat
/catharsys/blender/modify/object/hum-gen/modify-human:1.0 = anyhuman.ops:ModifyHumanPostCreation
/catharsys/blender/modify/object/hum-gen/update-image-paths:1.0 = anyhuman.ops:UpdateImageFilePath
/catharsys/blender/modify/object/hum-gen/replace-materials:1.0 = anyhuman.ops:ReplaceMaterials
catharsys.blender.generate =
/catharsys/blender/generate/object/hum-gen-3d:1.0 = anyhuman.ops:GenerateHuman