Skip to content

Py-Spherify Modifier Doesn't Work in 2026.1+ #17

@donovankeith

Description

@donovankeith
  1. Download and install the example plugins
  2. Open cinema 4d
  3. Add a Cube to your scene with a lot of segments
  4. 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions