-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
- Download and install the example plugins
- Open cinema 4d
- Add a Cube to your scene with a lot of segments
- Add a Py-Spherify Modifier under the cube.
It does not deform the model as expected. You'll encounter these errors:
PendingDeprecationWarning: The 'bc' argument is not used since 2024.0 and will be removed in 2025.0
Traceback (most recent call last):
File "/Users/d_keith/maxon/plugins/Cinema-4D-Python-API-Examples/plugins/py-spherify_modifier_r13/py-spherify_modifier_r13.pyp", line 131, in GetDDescription
if not self.falloff.AddFalloffToDescription(description, data):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: argument 1 must be c4d.BaseList2D, not c4d.Description
Traceback (most recent call last):
File "/Users/d_keith/maxon/plugins/Cinema-4D-Python-API-Examples/plugins/py-spherify_modifier_r13/py-spherify_modifier_r13.pyp", line 85, in Message
self.falloff.Message(msgId, node.GetDataInstance(), data)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels