@@ -9,25 +9,25 @@ This folder contains plugins that should be copied in the plugins folder of Cine
9
9
A data class for creating command plugins. (Previously known as menu plugins.)
10
10
11
11
### py-cv_rss
12
- Version: R15, R16, R17, R18, R19, R20, R21 - Win/Mac
12
+ Version: R23 - Win/Mac
13
13
14
14
Creates a Dialog which display the latest RSS feed of Cineversity.
15
15
Opens the web browser of the current displayed news when the user click a button.
16
16
17
17
### 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
19
19
20
20
Creates a Dialog which display the memory usage.
21
21
The Memory Usage is displayed in a custom Gadget (GeUserArea).
22
22
23
23
### py-texture_baker
24
- Version: R18, R19, R20, R21 - Win/Mac
24
+ Version: R18, R19, R20, R21, S22, R23 - Win/Mac
25
25
26
26
Creates a Dialog to manage texture baking.
27
27
Bakes selected object diffuse to the uv and display the result in the Picture Viewer.
28
28
29
29
### 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
31
31
32
32
Command, rasterizing(baking) the mask data to a bitmap using the first found UV tag on the sculpt object.
33
33
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
38
38
This is set when the object is registered and affects which functions are called.
39
39
40
40
### py-dynamic_parameters_object
41
- Version: R18, R19, R20, R21 - Win/Mac
41
+ Version: R18, R19, R20, R21, S22, R23 - Win/Mac
42
42
43
43
Generator, which handle dynamics descriptions and link the parameter angle of first phong tag from the generator.
44
44
45
45
### py-custom_icon
46
- Version: R21 - Win/Mac
46
+ Version: R21, S22, R23 - Win/Mac
47
47
48
48
Demonstrates how to define a custom icon color according to the new Cinema 4D R21 icon features.
49
49
50
50
### 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
52
52
53
53
Generator, generating a c4d.PolygonObject from nothing (like the Cube).
54
54
Manages handles to drive parameters (works only in R18+).
55
55
56
56
### py-double_circle
57
- Version: R19, R20, R21 - Win/Mac
57
+ Version: R19, R20, R21, S22, R23 - Win/Mac
58
58
59
59
Generator, generating a c4d.SplineObject from nothing (like the spline circle).
60
60
Consists of two circles in a given plane.
61
61
Manages handles to drive parameters.
62
62
Registers Help Callback to display user help, if the user click on show help of a parameter.
63
63
64
64
### 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
66
66
67
67
Generator, generating a c4d.SplineObject from a child spline object (like the spline mask generator).
68
68
Retrieves the first child object and offset all its points on the y-axis by a specific value. Tangents are unaffected.
69
69
Demonstrates a Spline Generator that requires Input Spline and Outputs a valid Spline everywhere in Cinema 4D.
70
70
71
71
### 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
73
73
74
74
Modifier, modifying a point object (like the bend deformer).
75
75
Supports Falloff (R18 and R19 only).
76
76
77
77
### 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
79
79
80
80
Modifier, modifying a point object using the pull sculpting brush tool.
81
81
82
82
### 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
84
84
85
85
Particle Modifier, applying a simple gravitation effect for each particles.
86
86
@@ -89,7 +89,7 @@ A data class for creating tag plugins.
89
89
Tag plugins appear in the Tag menu of the Object Manager and can be attached to objects.
90
90
91
91
### 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
93
93
94
94
Tag, force the host object to look at the camera (like the Look At Camera Tag).
95
95
@@ -99,7 +99,7 @@ A data class for creating shader (channel shader) plugins.
99
99
Shader plugins appear in the popup menu of the channels in the Material Manager
100
100
101
101
### 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
103
103
104
104
Shader, computing a fresnel effect.
105
105
@@ -109,7 +109,7 @@ Falloffs appear in any falloff description (unless the flag PLUGINFLAG_HIDE is s
109
109
Falloff are deprecated in R20 and replaced by Fields, but Falloff keep working for compatibility reason.
110
110
111
111
### 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
113
113
114
114
Falloff, modify how effector sampling occurs in this case using a noise (like the spherical falloff).
115
115
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
119
119
A data class for creating tool plugins.
120
120
121
121
### 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
123
123
124
124
Creates a liquid Painter Tool.
125
125
Consists of Metaball and Sphere.
126
126
127
127
### 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
129
129
130
130
Creates a ToolData with a linkBox on it where it's possible to drag and drop an object.
131
131
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
134
134
A data class for creating brush plugins (not only limited to sculpting).
135
135
136
136
### 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
138
138
139
139
Brush Tool, modifying a BaseObject by grabbing all points under the brush.
140
140
141
141
### 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
143
143
144
144
Brush Tool, modifying a BaseObject by pulling all points under the brush.
145
145
146
146
### 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
148
148
149
149
Brush Tool, modifying a BaseObject by twisting all points under the brush.
150
150
151
151
### 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
153
153
154
154
Brush Tool, rasterize the stencil onto the polygons touched by the brush. You will need an active stencil for the brush to work.
155
155
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
158
158
A data class for creating scene saver plugins (custom scene file format exporter).
159
159
160
160
### 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
162
162
163
163
Exporter, exporting all IES Meta information from the current document to a txt files.
164
164
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
167
167
A data class for creating bitmap loader plugins (custom bitmap file format importer).
168
168
169
169
### py-xample_loader
170
- Version: R15, R16, R17, R18, R19, R20, R21 - Win/Mac
170
+ Version: R23 - Win/Mac
171
171
172
172
Creates a Bitmap Loader to import a custom picture format into Cinema 4D.
173
173
174
174
## BitmapSaverData
175
175
A data class for creating bitmap saver plugins (custom bitmap file format exporter).
176
176
177
177
### py-xample_saver
178
- Version: R13, R14, R15, R16, R17, R18, R19, R20, R21 - Win/Mac
178
+ Version: R23 - Win/Mac
179
179
180
180
Creates a Bitmap Saver to export a custom picture format into Cinema 4D.
181
181
182
182
## PreferenceData
183
183
A data class for defining a new preference category in the Cinema 4D preference dialog.
184
184
185
185
### py-preference
186
- Version: R19, R20, R21 - Win/Mac
186
+ Version: R19, R20, R21, S22, R23 - Win/Mac
187
187
188
188
Exposes parameters as global Preference (EDIT->Preference windows).
189
189
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
192
192
A token is a string that will be replaced during the token evaluation time by a string representation.
193
193
194
194
### py-render_token
195
- Version: R21 - Win/Mac
195
+ Version: R21, S22, R23 - Win/Mac
196
196
197
197
Registers two Tokens plugin. One visible in the render setting the other one not.
198
198
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.
210
210
Even if you encrypt your python plugin it will be just harder for the attackers but not impossible.
211
211
212
212
### py-licensing_example
213
- Version: R21 - Win/Mac
213
+ Version: R21, S22, R23 - Win/Mac
214
214
215
215
Demonstrates how a plugin can implements a custom licensing in Python.
216
216
Opens a dialog which asks for the serial of the user, according to the current user_id logged in.
0 commit comments