C4D Object Types(R16)

Oarray Array.
Oatomarray Atom array object.
Oattractor Particle attractor.
Obackground Background.
Obase Base object. (BaseObject)
Obasedeform Base deform object.
Obend Bend deformer.
Obezier Bezier Subdivision Surface.
Obone_EX Deprecated (Bone).
Oboole Boolean.
Obulge Bulge deformer.
Ocamera Camera. (CameraObject)
Ocapsule Capsule object.
Ocharacter Character object.
Ocmotion CMotion object.
Ocone Cone object.
Oconnector Connector object.
Ocube Cube object.
Ocylinder Cylinder object.
Odeflector Particle deflector.
Odestructor Particle destructor.
Odisc Disc object.
Oenvironment Environment.
Oexplosion Explosion deformer.
Oexplosionfx Explosion FX object.
Oextrude Extrude Subdivision Surface.
Offd FFD.
Ofigure Figure object.
Ofloor Floor.
Oforeground Foreground.
Oformula Formula deformer.
Ofractal Fractal object.
Ofriction Particle friction.
Ogravitation Particle gravitation.
Oheadphone Headphone.
Oinstance Instance.
Ojoint Joint object.
Olathe Lathe Subdivision Surface.
Olight Light.
Oline Line.
Oloft Loft Subdivision Surface.
Oloudspeaker Loudspeaker.
Omelt Melt deformer.
Ometaball Metaball.
Omicrophone Microphone.
Onull Null object.
Ooiltank Oil-tank object.
Oparticle Particle emitter. (ParticleObject)
Oparticlemodifier Particle modifier.
Oplane Plane object.
Oplatonic Platonic object.
Oplugin Plugin object - pass the plugin ID.
Opluginpolygon Polygon plugin object.
Opoint Point object. (PointObject)
Opolygon Polygon object. (PolygonObject)
Opolyreduction Polygon reduction object.
Opyramid Pyramid object.
Orelief Relief object.
Orotation Particle rotation.
Osds SDS (Subdivision Surface) object. (SDSObject)
Oselection Selection object.
Oshatter Shatter deformer.
Oshear Shear deformer.
Oshowdisplacement Show displacement.
Osinglepoly Single polygon object.
Oskin Skin deformer.
Osky Sky.
Osphere Sphere object.
Ospherify Spherify object.
Ospline Spline object. (SplineObject)
Ospline4side 4-sided spline object.
Osplinearc Arc spline object.
Osplinecircle Circle spline object.
Osplinecissoid Cissoid spline object.
Osplinecogwheel Wheel spline object.
Osplinecontour Contour spline object.
Osplinecycloid Cycloid spline object.
Osplinedeformer Spline deformer object.
Osplineflower Flower spline object.
Osplineformula Formula spline object.
Osplinehelix Helix spline object.
Osplinenside N-sided spline object.
Osplineprimitive Spline primitive.
Osplineprofile Profile spline object.
Osplinerail Spline rail object.
Osplinerectangle Rectangle spline object.
Osplinestar Star spline object.
Osplinetext Text spline object.
Ostage Stage.
Osweep Sweep Subdivision Surface.
Osymmetry Symmetry object.
Otaper Taper deformer.
Otorus Torus object.
Otube Tube object.
Oturbulence Particle turbulence.
Otwist Twist deformer.
Owave Wave deformer.
Oweighteffector Weight effector.
Owind Particle wind.
Owinddeform Wind deformer.
Oworkplane Work plane.
Owrap Wrap deformer.
Oxref XRef object.
时间: 2024-10-10 19:06:55

C4D Object Types(R16)的相关文章

C4D Material Types(R16)

MCgFX Private. Mbanji Banji. Mbanzi Banzi. Mbase Base material. Mcheen Cheen. Mdanel Danel. Mfog Fog. Mmabel Mabel. Mmaterial Standard material. Mnukei Nukei. Mplugin Plugin material - pass the plugin ID. Mterrain Terrain.

c4d 帮助 prime r16 --views and viewports

c4d   帮助 prime  r16 --views and  viewports 视窗和接口 你能够像你喜欢的那样打开很多的视图面板,每个视图面板都有它自己的显示设定 一个显示免纳能够显示4个视图接口(一个场景的视窗),每个视窗都有他们自己的显示设置. 小贴士: 如果在显示窗口当中摄像机和点的记录远大于1百万单位,子视窗显示会有瑕疵. 在子是窗口的上方右侧边缘处有四个图标,如果你单击并且保持其中的一个图标不动,你能够向一侧或者视角方向上移动或者旋转摄像机--独立于当前活动模式(平板电脑用户应

C4D modelingids.h(R16)

#ifndef MODELINGIDS_H__#define MODELINGIDS_H__ #define ID_MODELING_EDGECUT_TOOL 1009661#define ID_MODELING_FILL_SELECTION_TOOL 1011178#define ID_MODELING_OUTLINE_SELECTION_TOOL 1011179#define ID_MODELING_LOOP_TOOL 1011192#define ID_MODELING_RING_TOOL

[GraphQL] Use GraphQL's Object Type for Basic Types

We can create the most basic components of our GraphQL Schema using GraphQL's Object Types. These types allow us to group related fields together under a specific type, such as a Video or a User, and then allows us to fetch these types when we query

Data Types

原地址: Home / Database / Oracle Database Online Documentation 11g Release 2 (11.2) / Database Administration Data Types Each value manipulated by Oracle Database has a data type. The data type of a value associates a fixed set of properties with the va

Super Object Toolkit (支持排序)

(* * Super Object Toolkit * * Usage allowed under the restrictions of the Lesser GNU General Public License * or alternatively the restrictions of the Mozilla Public License 1.1 * * Software distributed under the License is distributed on an "AS IS&q

Difference between menu item types; Display, Output and Action in Dynamics Ax

Difference between menu item types; Display, Output and Action in Dynamics Ax Developers often ask me what the difference is between the three different menu item types shown in AOT and when should you use them as it appears that all menu items insid

ABAP术语-Object Type

Object Type 原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/06/1093159.html Description created at definition time in the Business Object Builder of data (objects) used in the system. Examples: Documents (invoices, purchase requisitions, job app

python2 与 python3的区别总结

python2 与 python3的区别总结 几乎所有的Python 2程序都需要一些修改才能正常地运行在Python 3的环境下.为了简化这个转换过程,Python 3自带了一个叫做2to3的实用脚本(Utility Script),这个脚本会将你的Python 2程序源文件作为输入,然后自动将其转换到Python 3的形式. 案例研究:将chardet移植到Python 3(porting chardet to Python 3)描述了如何运行这个脚本,然后展示了一些它不能自动修复的情况.这