@@ -9,25 +9,25 @@ This folder contains plugins that should be copied in the plugins folder of Cine
99A data class for creating command plugins. (Previously known as menu plugins.)
1010
1111### py-cv_rss
12- Version: R15, R16, R17, R18, R19, R20, R21 - Win/Mac
12+ Version: R23 - Win/Mac
1313
1414 Creates a Dialog which display the latest RSS feed of Cineversity.
1515 Opens the web browser of the current displayed news when the user click a button.
1616
1717### py-memory_viewer
18- Version: R12, R13, R14, R15, R16, R17, R18, R19, R20, R21 - Win/Mac
18+ Version: R12, R13, R14, R15, R16, R17, R18, R19, R20, R21, S22, R23 - Win/Mac
1919
2020 Creates a Dialog which display the memory usage.
2121 The Memory Usage is displayed in a custom Gadget (GeUserArea).
2222
2323### py-texture_baker
24- Version: R18, R19, R20, R21 - Win/Mac
24+ Version: R18, R19, R20, R21, S22, R23 - Win/Mac
2525
2626 Creates a Dialog to manage texture baking.
2727 Bakes selected object diffuse to the uv and display the result in the Picture Viewer.
2828
2929### py-sculpt_save_mask
30- Version: R15, R16, R17, R18, R19, R20, R21 - Win/Mac
30+ Version: R15, R16, R17, R18, R19, R20, R21, S22, R23 - Win/Mac
3131
3232 Command, rasterizing(baking) the mask data to a bitmap using the first found UV tag on the sculpt object.
3333 Illustrates the ability to access the mask data on a sculpt object.
@@ -38,49 +38,49 @@ An object plugin can either be a generator, a modifier, a spline generator or a
3838This is set when the object is registered and affects which functions are called.
3939
4040### py-dynamic_parameters_object
41- Version: R18, R19, R20, R21 - Win/Mac
41+ Version: R18, R19, R20, R21, S22, R23 - Win/Mac
4242
4343 Generator, which handle dynamics descriptions and link the parameter angle of first phong tag from the generator.
4444
4545### py-custom_icon
46- Version: R21 - Win/Mac
46+ Version: R21, S22, R23 - Win/Mac
4747
4848 Demonstrates how to define a custom icon color according to the new Cinema 4D R21 icon features.
4949
5050### py-rounded_tube
51- Version: R13, R14, R15, R16, R17, R18, R19, R20, R21 - Win/Mac
51+ Version: R13, R14, R15, R16, R17, R18, R19, R20, R21, S22, R23 - Win/Mac
5252
5353 Generator, generating a c4d.PolygonObject from nothing (like the Cube).
5454 Manages handles to drive parameters (works only in R18+).
5555
5656### py-double_circle
57- Version: R19, R20, R21 - Win/Mac
57+ Version: R19, R20, R21, S22, R23 - Win/Mac
5858
5959 Generator, generating a c4d.SplineObject from nothing (like the spline circle).
6060 Consists of two circles in a given plane.
6161 Manages handles to drive parameters.
6262 Registers Help Callback to display user help, if the user click on show help of a parameter.
6363
6464### py-offset_y_spline
65- Version: R16, R17, R18, R19, R20, R21 - Win/Mac
65+ Version: R16, R17, R18, R19, R20, R21, S22, R23 - Win/Mac
6666
6767 Generator, generating a c4d.SplineObject from a child spline object (like the spline mask generator).
6868 Retrieves the first child object and offset all its points on the y-axis by a specific value. Tangents are unaffected.
6969 Demonstrates a Spline Generator that requires Input Spline and Outputs a valid Spline everywhere in Cinema 4D.
7070
7171### py-spherify_modifier
72- Version: R13, R14, R15, R16, R17, R18, R19, R20, R21 - Win/Mac
72+ Version: R13, R14, R15, R16, R17, R18, R19, R20, R21, S22, R23 - Win/Mac
7373
7474 Modifier, modifying a point object (like the bend deformer).
7575 Supports Falloff (R18 and R19 only).
7676
7777### py-sculpt_modifier_deformer
78- Version: R16, R17, R18, R19, R20, R21 - Win/Mac
78+ Version: R16, R17, R18, R19, R20, R21, S22, R23 - Win/Mac
7979
8080 Modifier, modifying a point object using the pull sculpting brush tool.
8181
8282### py-gravitation
83- Version: R12, R13, R14, R15, R16, R17, R18, R19, R20, R21 - Win/Mac
83+ Version: R12, R13, R14, R15, R16, R17, R18, R19, R20, R21, S22, R23 - Win/Mac
8484
8585 Particle Modifier, applying a simple gravitation effect for each particles.
8686
@@ -89,7 +89,7 @@ A data class for creating tag plugins.
8989Tag plugins appear in the Tag menu of the Object Manager and can be attached to objects.
9090
9191### py-look_at_camera
92- Version: R13, R14, R15, R16, R17, R18, R19, R20, R21 - Win/Mac
92+ Version: R13, R14, R15, R16, R17, R18, R19, R20, R21, S22, R23 - Win/Mac
9393
9494 Tag, force the host object to look at the camera (like the Look At Camera Tag).
9595
@@ -99,7 +99,7 @@ A data class for creating shader (channel shader) plugins.
9999Shader plugins appear in the popup menu of the channels in the Material Manager
100100
101101### py-fresnel
102- Version: R13, R14, R15, R16, R17, R18, R19, R20, R21 - Win/Mac
102+ Version: R13, R14, R15, R16, R17, R18, R19, R20, R21, S22, R23 - Win/Mac
103103
104104 Shader, computing a fresnel effect.
105105
@@ -109,7 +109,7 @@ Falloffs appear in any falloff description (unless the flag PLUGINFLAG_HIDE is s
109109Falloff are deprecated in R20 and replaced by Fields, but Falloff keep working for compatibility reason.
110110
111111### py-noise_falloff
112- Version: R14, R15, R16, R17, R18, R19, R20, R21 - Win/Mac
112+ Version: R14, R15, R16, R17, R18, R19, R20, R21, S22, R23 - Win/Mac
113113
114114 Falloff, modify how effector sampling occurs in this case using a noise (like the spherical falloff).
115115 Falloff are deprecated in R20 and replaced by Fields, but Falloff keep working for compatibility reason.
@@ -119,13 +119,13 @@ Version: R14, R15, R16, R17, R18, R19, R20, R21 - Win/Mac
119119A data class for creating tool plugins.
120120
121121### py-liquid_painter
122- Version: R12, R13, R14, R15, R16, R17, R18, R19, R20, R21 - Win/Mac
122+ Version: R12, R13, R14, R15, R16, R17, R18, R19, R20, R21, S22, R23 - Win/Mac
123123
124124 Creates a liquid Painter Tool.
125125 Consists of Metaball and Sphere.
126126
127127### py-tooldata_ui
128- Version: R15, R16, R17, R18, R19, R20, R21 - Win/Mac
128+ Version: R15, R16, R17, R18, R19, R20, R21, S22, R23 - Win/Mac
129129
130130 Creates a ToolData with a linkBox on it where it's possible to drag and drop an object.
131131 When this linked object is clicked, its cloned and added to the document in a random position.
@@ -134,22 +134,22 @@ Version: R15, R16, R17, R18, R19, R20, R21 - Win/Mac
134134A data class for creating brush plugins (not only limited to sculpting).
135135
136136### py-sculpt_grab_brush
137- Version: R16, R17, R18, R19, R20, R21 - Win/Mac
137+ Version: R16, R17, R18, R19, R20, R21, S22, R23 - Win/Mac
138138
139139 Brush Tool, modifying a BaseObject by grabbing all points under the brush.
140140
141141### py-sculpt_pull_brush
142- Version: R16, R17, R18, R19, R20, R21 - Win/Mac
142+ Version: R16, R17, R18, R19, R20, R21, S22, R23 - Win/Mac
143143
144144 Brush Tool, modifying a BaseObject by pulling all points under the brush.
145145
146146### py-sculpt_twist_brush
147- Version: R16, R17, R18, R19, R20, R21 - Win/Mac
147+ Version: R16, R17, R18, R19, R20, R21, S22, R23 - Win/Mac
148148
149149 Brush Tool, modifying a BaseObject by twisting all points under the brush.
150150
151151### py-sculpt_paint_brush
152- Version: R16, R17, R18, R19, R20, R21 - Win/Mac
152+ Version: R16, R17, R18, R19, R20, R21, S22, R23 - Win/Mac
153153
154154 Brush Tool, rasterize the stencil onto the polygons touched by the brush. You will need an active stencil for the brush to work.
155155 Illustrates the ability to access the stencil for a brush and also how to access the bodypaint layer to apply paint.
@@ -158,7 +158,7 @@ Version: R16, R17, R18, R19, R20, R21 - Win/Mac
158158A data class for creating scene saver plugins (custom scene file format exporter).
159159
160160### py-ies_meta
161- Version: R12, R13, R14, R15, R16, R17, R18, R19, R20, R21 - Win/Mac
161+ Version: R12, R13, R14, R15, R16, R17, R18, R19, R20, R21, S22, R23 - Win/Mac
162162
163163 Exporter, exporting all IES Meta information from the current document to a txt files.
164164 Iterates all objects present in the cache of each objects in the scene to retrieve IES light.
@@ -167,23 +167,23 @@ Version: R12, R13, R14, R15, R16, R17, R18, R19, R20, R21 - Win/Mac
167167A data class for creating bitmap loader plugins (custom bitmap file format importer).
168168
169169### py-xample_loader
170- Version: R15, R16, R17, R18, R19, R20, R21 - Win/Mac
170+ Version: R23 - Win/Mac
171171
172172 Creates a Bitmap Loader to import a custom picture format into Cinema 4D.
173173
174174## BitmapSaverData
175175A data class for creating bitmap saver plugins (custom bitmap file format exporter).
176176
177177### py-xample_saver
178- Version: R13, R14, R15, R16, R17, R18, R19, R20, R21 - Win/Mac
178+ Version: R23 - Win/Mac
179179
180180 Creates a Bitmap Saver to export a custom picture format into Cinema 4D.
181181
182182## PreferenceData
183183A data class for defining a new preference category in the Cinema 4D preference dialog.
184184
185185### py-preference
186- Version: R19, R20, R21 - Win/Mac
186+ Version: R19, R20, R21, S22, R23 - Win/Mac
187187
188188 Exposes parameters as global Preference (EDIT->Preference windows).
189189 Takes care to store data in the world container, so every part of Cinema 4D can access them.
@@ -192,7 +192,7 @@ Version: R19, R20, R21 - Win/Mac
192192A token is a string that will be replaced during the token evaluation time by a string representation.
193193
194194### py-render_token
195- Version: R21 - Win/Mac
195+ Version: R21, S22, R23 - Win/Mac
196196
197197 Registers two Tokens plugin. One visible in the render setting the other one not.
198198 A token is a string that will be replaced during the token evaluation time by a string representation.
@@ -210,7 +210,7 @@ and directly register the plugin by editing a plugin source code.
210210Even if you encrypt your python plugin it will be just harder for the attackers but not impossible.
211211
212212### py-licensing_example
213- Version: R21 - Win/Mac
213+ Version: R21, S22, R23 - Win/Mac
214214
215215 Demonstrates how a plugin can implements a custom licensing in Python.
216216 Opens a dialog which asks for the serial of the user, according to the current user_id logged in.
0 commit comments