| 
									
										
										
										
											2011-02-23 10:52:22 +00:00
										 |  |  | /*
 | 
					
						
							| 
									
										
										
										
											2002-10-12 11:37:38 +00:00
										 |  |  |  * This program is free software; you can redistribute it and/or | 
					
						
							|  |  |  |  * modify it under the terms of the GNU General Public License | 
					
						
							|  |  |  |  * as published by the Free Software Foundation; either version 2 | 
					
						
							| 
									
										
										
										
											2008-01-07 19:13:47 +00:00
										 |  |  |  * of the License, or (at your option) any later version. | 
					
						
							| 
									
										
										
										
											2002-10-12 11:37:38 +00:00
										 |  |  |  * | 
					
						
							|  |  |  |  * This program is distributed in the hope that it will be useful, | 
					
						
							|  |  |  |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
					
						
							|  |  |  |  * GNU General Public License for more details. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * You should have received a copy of the GNU General Public License | 
					
						
							|  |  |  |  * along with this program; if not, write to the Free Software Foundation, | 
					
						
							| 
									
										
										
										
											2010-02-12 13:34:04 +00:00
										 |  |  |  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | 
					
						
							| 
									
										
										
										
											2002-10-12 11:37:38 +00:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-02-18 08:08:12 +11:00
										 |  |  | /** \file
 | 
					
						
							|  |  |  |  * \ingroup RNA | 
					
						
							| 
									
										
										
										
											2011-02-27 20:20:01 +00:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-03 23:22:43 +00:00
										 |  |  | #include <stdio.h>
 | 
					
						
							| 
									
										
										
										
											2008-10-31 23:50:02 +00:00
										 |  |  | #include <stdlib.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-10-22 23:22:05 +00:00
										 |  |  | #include "DNA_action_types.h"
 | 
					
						
							| 
									
										
										
										
											2018-08-24 23:59:56 +02:00
										 |  |  | #include "DNA_brush_types.h"
 | 
					
						
							| 
									
										
										
										
											2018-08-29 15:32:50 +02:00
										 |  |  | #include "DNA_collection_types.h"
 | 
					
						
							| 
									
										
										
										
											2009-01-08 13:57:29 +00:00
										 |  |  | #include "DNA_customdata_types.h"
 | 
					
						
							| 
									
										
										
										
											2009-06-03 23:22:43 +00:00
										 |  |  | #include "DNA_material_types.h"
 | 
					
						
							| 
									
										
										
										
											2009-01-08 13:57:29 +00:00
										 |  |  | #include "DNA_mesh_types.h"
 | 
					
						
							| 
									
										
										
										
											2018-02-07 11:14:08 +11:00
										 |  |  | #include "DNA_object_force_types.h"
 | 
					
						
							| 
									
										
										
										
											2008-10-31 23:50:02 +00:00
										 |  |  | #include "DNA_object_types.h"
 | 
					
						
							| 
									
										
										
										
											2009-01-02 13:47:33 +00:00
										 |  |  | #include "DNA_scene_types.h"
 | 
					
						
							| 
									
										
										
										
											2010-11-18 04:26:50 +00:00
										 |  |  | #include "DNA_meta_types.h"
 | 
					
						
							| 
									
										
										
										
											2018-02-09 22:14:17 +11:00
										 |  |  | #include "DNA_workspace_types.h"
 | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | #include "DNA_gpencil_modifier_types.h"
 | 
					
						
							|  |  |  | #include "DNA_shader_fx_types.h"
 | 
					
						
							| 
									
										
										
										
											2008-10-31 23:50:02 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-03-24 01:24:58 +00:00
										 |  |  | #include "BLI_utildefines.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-02-12 22:13:42 +01:00
										 |  |  | #include "BLT_translation.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-01-03 12:05:16 +01:00
										 |  |  | #include "BKE_camera.h"
 | 
					
						
							| 
									
										
											  
											
												Collections and groups unification
OVERVIEW
* In 2.7 terminology, all layers and groups are now collection datablocks.
* These collections are nestable, linkable, instanceable, overrideable, ..
  which opens up new ways to set up scenes and link + override data.
* Viewport/render visibility and selectability are now a part of the collection
  and shared across all view layers and linkable.
* View layers define which subset of the scene collection hierarchy is excluded
  for each. For many workflows one view layer can be used, these are more of an
  advanced feature now.
OUTLINER
* The outliner now has a "View Layer" display mode instead of "Collections",
  which can display the collections and/or objects in the view layer.
* In this display mode, collections can be excluded with the right click menu.
  These will then be greyed out and their objects will be excluded.
* To view collections not linked to any scene, the "Blender File" display mode
  can be used, with the new filtering option to just see Colleciton datablocks.
* The outliner right click menus for collections and objects were reorganized.
* Drag and drop still needs to be improved. Like before, dragging the icon or
  text gives different results, we'll unify this later.
LINKING AND OVERRIDES
* Collections can now be linked into the scene without creating an instance,
  with the link/append operator or from the collections view in the outliner.
* Collections can get static overrides with the right click menu in the outliner,
  but this is rather unreliable and not clearly communicated at the moment.
* We still need to improve the make override operator to turn collection instances
  into collections with overrides directly in the scene.
PERFORMANCE
* We tried to make performance not worse than before and improve it in some
  cases. The main thing that's still a bit slower is multiple scenes, we have to
  change the layer syncing to only updated affected scenes.
* Collections keep a list of their parent collections for faster incremental
  updates in syncing and caching.
* View layer bases are now in a object -> base hash to avoid quadratic time
  lookups internally and in API functions like visible_get().
VERSIONING
* Compatibility with 2.7 files should be improved due to the new visibility
  controls. Of course users may not want to set up their scenes differently
  now to avoid having separate layers and groups.
* Compatibility with 2.8 is mostly there, and was tested on Eevee demo and Hero
  files. There's a few things which are know to be not quite compatible, like
  nested layer collections inside groups.
* The versioning code for 2.8 files is quite complicated, and isolated behind
  #ifdef so it can be removed at the end of the release cycle.
KNOWN ISSUES
* The G-key group operators in the 3D viewport were left mostly as is, they
  need to be modified still to fit better.
* Same for the groups panel in the object properties. This needs to be updated
  still, or perhaps replaced by something better.
* Collections must all have a unique name. Less restrictive namespacing is to
  be done later, we'll have to see how important this is as all objects within
  the collections must also have a unique name anyway.
* Full scene copy and delete scene are exactly doing the right thing yet.
Differential Revision: https://developer.blender.org/D3383
https://code.blender.org/2018/05/collections-and-groups/
											
										 
											2018-04-30 15:57:22 +02:00
										 |  |  | #include "BKE_collection.h"
 | 
					
						
							| 
									
										
										
										
											2012-12-30 18:27:33 +00:00
										 |  |  | #include "BKE_paint.h"
 | 
					
						
							| 
									
										
										
										
											2018-03-19 14:49:59 +01:00
										 |  |  | #include "BKE_editlattice.h"
 | 
					
						
							| 
									
										
										
										
											2013-04-13 20:31:52 +00:00
										 |  |  | #include "BKE_editmesh.h"
 | 
					
						
							| 
									
										
										
										
											2018-06-18 19:18:02 +02:00
										 |  |  | #include "BKE_layer.h"
 | 
					
						
							| 
									
										
										
										
											2014-11-18 23:52:17 +01:00
										 |  |  | #include "BKE_object_deform.h"
 | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | #include "BKE_object_facemap.h"
 | 
					
						
							| 
									
										
										
										
											2014-11-18 23:52:17 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-07 02:44:55 +00:00
										 |  |  | #include "RNA_access.h"
 | 
					
						
							|  |  |  | #include "RNA_define.h"
 | 
					
						
							|  |  |  | #include "RNA_enum_types.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include "rna_internal.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-05-28 19:35:26 +00:00
										 |  |  | #include "BLI_sys_types.h" /* needed for intptr_t used in ED_mesh.h */
 | 
					
						
							| 
									
										
										
										
											2010-09-07 05:47:34 +00:00
										 |  |  | #include "ED_mesh.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-09-16 17:43:09 +00:00
										 |  |  | #include "WM_api.h"
 | 
					
						
							| 
									
										
										
										
											2009-01-01 15:52:51 +00:00
										 |  |  | #include "WM_types.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-10-18 15:07:26 +11:00
										 |  |  | const EnumPropertyItem rna_enum_object_mode_items[] = { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     {OB_MODE_OBJECT, "OBJECT", ICON_OBJECT_DATAMODE, "Object Mode", ""}, | 
					
						
							|  |  |  |     {OB_MODE_EDIT, "EDIT", ICON_EDITMODE_HLT, "Edit Mode", ""}, | 
					
						
							|  |  |  |     {OB_MODE_POSE, "POSE", ICON_POSE_HLT, "Pose Mode", ""}, | 
					
						
							|  |  |  |     {OB_MODE_SCULPT, "SCULPT", ICON_SCULPTMODE_HLT, "Sculpt Mode", ""}, | 
					
						
							|  |  |  |     {OB_MODE_VERTEX_PAINT, "VERTEX_PAINT", ICON_VPAINT_HLT, "Vertex Paint", ""}, | 
					
						
							|  |  |  |     {OB_MODE_WEIGHT_PAINT, "WEIGHT_PAINT", ICON_WPAINT_HLT, "Weight Paint", ""}, | 
					
						
							|  |  |  |     {OB_MODE_TEXTURE_PAINT, "TEXTURE_PAINT", ICON_TPAINT_HLT, "Texture Paint", ""}, | 
					
						
							|  |  |  |     {OB_MODE_PARTICLE_EDIT, "PARTICLE_EDIT", ICON_PARTICLEMODE, "Particle Edit", ""}, | 
					
						
							|  |  |  |     {OB_MODE_EDIT_GPENCIL, | 
					
						
							|  |  |  |      "EDIT_GPENCIL", | 
					
						
							|  |  |  |      ICON_EDITMODE_HLT, | 
					
						
							|  |  |  |      "Edit Mode", | 
					
						
							|  |  |  |      "Edit Grease Pencil Strokes"}, | 
					
						
							|  |  |  |     {OB_MODE_SCULPT_GPENCIL, | 
					
						
							|  |  |  |      "SCULPT_GPENCIL", | 
					
						
							|  |  |  |      ICON_SCULPTMODE_HLT, | 
					
						
							|  |  |  |      "Sculpt Mode", | 
					
						
							|  |  |  |      "Sculpt Grease Pencil Strokes"}, | 
					
						
							|  |  |  |     {OB_MODE_PAINT_GPENCIL, | 
					
						
							|  |  |  |      "PAINT_GPENCIL", | 
					
						
							|  |  |  |      ICON_GREASEPENCIL, | 
					
						
							|  |  |  |      "Draw", | 
					
						
							|  |  |  |      "Paint Grease Pencil Strokes"}, | 
					
						
							|  |  |  |     {OB_MODE_WEIGHT_GPENCIL, | 
					
						
							|  |  |  |      "WEIGHT_GPENCIL", | 
					
						
							|  |  |  |      ICON_WPAINT_HLT, | 
					
						
							|  |  |  |      "Weight Paint", | 
					
						
							|  |  |  |      "Grease Pencil Weight Paint Strokes"}, | 
					
						
							|  |  |  |     {0, NULL, 0, NULL, NULL}, | 
					
						
							| 
									
										
										
										
											2012-05-12 11:01:29 +00:00
										 |  |  | }; | 
					
						
							| 
									
										
										
										
											2009-08-16 05:48:07 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-08-21 15:27:29 +02:00
										 |  |  | /* Same as above, but with names that distinguish grease pencil. */ | 
					
						
							|  |  |  | const EnumPropertyItem rna_enum_workspace_object_mode_items[] = { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     {OB_MODE_OBJECT, "OBJECT", ICON_OBJECT_DATAMODE, "Object Mode", ""}, | 
					
						
							|  |  |  |     {OB_MODE_EDIT, "EDIT", ICON_EDITMODE_HLT, "Edit Mode", ""}, | 
					
						
							|  |  |  |     {OB_MODE_POSE, "POSE", ICON_POSE_HLT, "Pose Mode", ""}, | 
					
						
							|  |  |  |     {OB_MODE_SCULPT, "SCULPT", ICON_SCULPTMODE_HLT, "Sculpt Mode", ""}, | 
					
						
							|  |  |  |     {OB_MODE_VERTEX_PAINT, "VERTEX_PAINT", ICON_VPAINT_HLT, "Vertex Paint", ""}, | 
					
						
							|  |  |  |     {OB_MODE_WEIGHT_PAINT, "WEIGHT_PAINT", ICON_WPAINT_HLT, "Weight Paint", ""}, | 
					
						
							|  |  |  |     {OB_MODE_TEXTURE_PAINT, "TEXTURE_PAINT", ICON_TPAINT_HLT, "Texture Paint", ""}, | 
					
						
							|  |  |  |     {OB_MODE_PARTICLE_EDIT, "PARTICLE_EDIT", ICON_PARTICLEMODE, "Particle Edit", ""}, | 
					
						
							|  |  |  |     {OB_MODE_EDIT_GPENCIL, | 
					
						
							|  |  |  |      "EDIT_GPENCIL", | 
					
						
							|  |  |  |      ICON_EDITMODE_HLT, | 
					
						
							|  |  |  |      "Grease Pencil Edit Mode", | 
					
						
							|  |  |  |      "Edit Grease Pencil Strokes"}, | 
					
						
							|  |  |  |     {OB_MODE_SCULPT_GPENCIL, | 
					
						
							|  |  |  |      "SCULPT_GPENCIL", | 
					
						
							|  |  |  |      ICON_SCULPTMODE_HLT, | 
					
						
							|  |  |  |      "Grease Pencil Sculpt Mode", | 
					
						
							|  |  |  |      "Sculpt Grease Pencil Strokes"}, | 
					
						
							|  |  |  |     {OB_MODE_PAINT_GPENCIL, | 
					
						
							|  |  |  |      "PAINT_GPENCIL", | 
					
						
							|  |  |  |      ICON_GREASEPENCIL, | 
					
						
							|  |  |  |      "Grease Pencil Draw", | 
					
						
							|  |  |  |      "Paint Grease Pencil Strokes"}, | 
					
						
							|  |  |  |     {OB_MODE_WEIGHT_GPENCIL, | 
					
						
							|  |  |  |      "WEIGHT_GPENCIL", | 
					
						
							|  |  |  |      ICON_WPAINT_HLT, | 
					
						
							|  |  |  |      "Grease Pencil Weight Paint", | 
					
						
							|  |  |  |      "Grease Pencil Weight Paint Strokes"}, | 
					
						
							|  |  |  |     {0, NULL, 0, NULL, NULL}, | 
					
						
							| 
									
										
										
										
											2018-08-21 15:27:29 +02:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-10-18 15:07:26 +11:00
										 |  |  | const EnumPropertyItem rna_enum_object_empty_drawtype_items[] = { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     {OB_PLAINAXES, "PLAIN_AXES", ICON_EMPTY_AXIS, "Plain Axes", ""}, | 
					
						
							|  |  |  |     {OB_ARROWS, "ARROWS", ICON_EMPTY_ARROWS, "Arrows", ""}, | 
					
						
							|  |  |  |     {OB_SINGLE_ARROW, "SINGLE_ARROW", ICON_EMPTY_SINGLE_ARROW, "Single Arrow", ""}, | 
					
						
							|  |  |  |     {OB_CIRCLE, "CIRCLE", ICON_MESH_CIRCLE, "Circle", ""}, | 
					
						
							|  |  |  |     {OB_CUBE, "CUBE", ICON_CUBE, "Cube", ""}, | 
					
						
							|  |  |  |     {OB_EMPTY_SPHERE, "SPHERE", ICON_SPHERE, "Sphere", ""}, | 
					
						
							|  |  |  |     {OB_EMPTY_CONE, "CONE", ICON_CONE, "Cone", ""}, | 
					
						
							|  |  |  |     {OB_EMPTY_IMAGE, "IMAGE", ICON_FILE_IMAGE, "Image", ""}, | 
					
						
							|  |  |  |     {0, NULL, 0, NULL, NULL}, | 
					
						
							| 
									
										
										
										
											2012-10-05 15:48:39 +00:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-12-30 15:14:00 +11:00
										 |  |  | static const EnumPropertyItem rna_enum_object_empty_image_depth_items[] = { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     {OB_EMPTY_IMAGE_DEPTH_DEFAULT, "DEFAULT", 0, "Default", ""}, | 
					
						
							|  |  |  |     {OB_EMPTY_IMAGE_DEPTH_FRONT, "FRONT", 0, "Front", ""}, | 
					
						
							|  |  |  |     {OB_EMPTY_IMAGE_DEPTH_BACK, "BACK", 0, "Back", ""}, | 
					
						
							|  |  |  |     {0, NULL, 0, NULL, NULL}, | 
					
						
							| 
									
										
										
										
											2018-10-31 13:35:53 +01:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | const EnumPropertyItem rna_enum_object_gpencil_type_items[] = { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     {GP_EMPTY, "EMPTY", ICON_EMPTY_AXIS, "Blank", "Create an empty grease pencil object"}, | 
					
						
							|  |  |  |     {GP_STROKE, "STROKE", ICON_STROKE, "Stroke", "Create a simple stroke with basic colors"}, | 
					
						
							|  |  |  |     {GP_MONKEY, "MONKEY", ICON_MONKEY, "Monkey", "Construct a Suzanne grease pencil object"}, | 
					
						
							|  |  |  |     {0, NULL, 0, NULL, NULL}}; | 
					
						
							| 
									
										
										
										
											2012-10-05 15:48:39 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-10-18 15:07:26 +11:00
										 |  |  | static const EnumPropertyItem parent_type_items[] = { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     {PAROBJECT, "OBJECT", 0, "Object", "The object is parented to an object"}, | 
					
						
							|  |  |  |     {PARSKEL, "ARMATURE", 0, "Armature", ""}, | 
					
						
							| 
									
										
										
										
											2019-04-17 18:50:53 +02:00
										 |  |  |     /* PARSKEL reuse will give issues. */ | 
					
						
							|  |  |  |     {PARSKEL, "LATTICE", 0, "Lattice", "The object is parented to a lattice"}, | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     {PARVERT1, "VERTEX", 0, "Vertex", "The object is parented to a vertex"}, | 
					
						
							|  |  |  |     {PARVERT3, "VERTEX_3", 0, "3 Vertices", ""}, | 
					
						
							|  |  |  |     {PARBONE, "BONE", 0, "Bone", "The object is parented to a bone"}, | 
					
						
							|  |  |  |     {0, NULL, 0, NULL, NULL}, | 
					
						
							| 
									
										
										
										
											2012-05-12 11:01:29 +00:00
										 |  |  | }; | 
					
						
							| 
									
										
										
										
											2012-10-05 15:48:39 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-11-28 17:49:52 +01:00
										 |  |  | #define INSTANCE_ITEMS_SHARED \
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   {0, "NONE", 0, "None", ""}, \ | 
					
						
							|  |  |  |       {OB_DUPLIVERTS, "VERTS", 0, "Verts", "Instantiate child objects on all vertices"}, \ | 
					
						
							|  |  |  |   { \ | 
					
						
							|  |  |  |     OB_DUPLIFACES, "FACES", 0, "Faces", "Instantiate child objects on all faces" \ | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2017-06-29 23:22:05 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-11-28 17:49:52 +01:00
										 |  |  | #define INSTANCE_ITEM_COLLECTION \
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   { \ | 
					
						
							|  |  |  |     OB_DUPLICOLLECTION, "COLLECTION", 0, "Collection", "Enable collection instancing" \ | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2018-11-28 17:49:52 +01:00
										 |  |  | static const EnumPropertyItem instance_items[] = { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     INSTANCE_ITEMS_SHARED, | 
					
						
							|  |  |  |     INSTANCE_ITEM_COLLECTION, | 
					
						
							|  |  |  |     {0, NULL, 0, NULL, NULL}, | 
					
						
							| 
									
										
										
										
											2017-06-29 23:22:05 +10:00
										 |  |  | }; | 
					
						
							|  |  |  | #ifdef RNA_RUNTIME
 | 
					
						
							| 
									
										
										
										
											2018-11-28 17:49:52 +01:00
										 |  |  | static EnumPropertyItem instance_items_nogroup[] = { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     INSTANCE_ITEMS_SHARED, | 
					
						
							|  |  |  |     {0, NULL, 0, NULL, NULL}, | 
					
						
							| 
									
										
										
										
											2012-12-09 12:43:40 +00:00
										 |  |  | }; | 
					
						
							| 
									
										
										
										
											2012-12-13 00:41:23 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2018-11-28 17:49:52 +01:00
										 |  |  | #undef INSTANCE_ITEMS_SHARED
 | 
					
						
							|  |  |  | #undef INSTANCE_ITEM_COLLECTION
 | 
					
						
							| 
									
										
										
										
											2012-12-09 12:43:40 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-10-18 15:07:26 +11:00
										 |  |  | const EnumPropertyItem rna_enum_metaelem_type_items[] = { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     {MB_BALL, "BALL", ICON_META_BALL, "Ball", ""}, | 
					
						
							|  |  |  |     {MB_TUBE, "CAPSULE", ICON_META_CAPSULE, "Capsule", ""}, | 
					
						
							|  |  |  |     {MB_PLANE, "PLANE", ICON_META_PLANE, "Plane", ""}, | 
					
						
							| 
									
										
										
										
											2019-04-17 18:50:53 +02:00
										 |  |  |     /* NOTE: typo at original definition! */ | 
					
						
							|  |  |  |     {MB_ELIPSOID, "ELLIPSOID", ICON_META_ELLIPSOID, "Ellipsoid", ""}, | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     {MB_CUBE, "CUBE", ICON_META_CUBE, "Cube", ""}, | 
					
						
							|  |  |  |     {0, NULL, 0, NULL, NULL}, | 
					
						
							| 
									
										
										
										
											2012-05-12 11:01:29 +00:00
										 |  |  | }; | 
					
						
							| 
									
										
										
										
											2010-11-18 04:26:50 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-03-23 14:58:36 +00:00
										 |  |  | /* used for 2 enums */ | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  | #define OBTYPE_CU_CURVE \
 | 
					
						
							|  |  |  |   { \ | 
					
						
							|  |  |  |     OB_CURVE, "CURVE", 0, "Curve", "" \ | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | #define OBTYPE_CU_SURF \
 | 
					
						
							|  |  |  |   { \ | 
					
						
							|  |  |  |     OB_SURF, "SURFACE", 0, "Surface", "" \ | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | #define OBTYPE_CU_FONT \
 | 
					
						
							|  |  |  |   { \ | 
					
						
							|  |  |  |     OB_FONT, "FONT", 0, "Font", "" \ | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2011-04-21 13:11:51 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-10-18 15:07:26 +11:00
										 |  |  | const EnumPropertyItem rna_enum_object_type_items[] = { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     {OB_MESH, "MESH", 0, "Mesh", ""}, | 
					
						
							|  |  |  |     OBTYPE_CU_CURVE, | 
					
						
							|  |  |  |     OBTYPE_CU_SURF, | 
					
						
							|  |  |  |     {OB_MBALL, "META", 0, "Meta", ""}, | 
					
						
							|  |  |  |     OBTYPE_CU_FONT, | 
					
						
							|  |  |  |     {0, "", 0, NULL, NULL}, | 
					
						
							|  |  |  |     {OB_ARMATURE, "ARMATURE", 0, "Armature", ""}, | 
					
						
							|  |  |  |     {OB_LATTICE, "LATTICE", 0, "Lattice", ""}, | 
					
						
							|  |  |  |     {OB_EMPTY, "EMPTY", 0, "Empty", ""}, | 
					
						
							|  |  |  |     {OB_GPENCIL, "GPENCIL", 0, "GPencil", ""}, | 
					
						
							|  |  |  |     {0, "", 0, NULL, NULL}, | 
					
						
							|  |  |  |     {OB_CAMERA, "CAMERA", 0, "Camera", ""}, | 
					
						
							|  |  |  |     {OB_LAMP, "LIGHT", 0, "Light", ""}, | 
					
						
							|  |  |  |     {OB_SPEAKER, "SPEAKER", 0, "Speaker", ""}, | 
					
						
							|  |  |  |     {OB_LIGHTPROBE, "LIGHT_PROBE", 0, "Probe", ""}, | 
					
						
							|  |  |  |     {0, NULL, 0, NULL, NULL}, | 
					
						
							| 
									
										
										
										
											2012-05-12 11:01:29 +00:00
										 |  |  | }; | 
					
						
							| 
									
										
										
										
											2009-09-16 17:43:09 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-10-18 15:07:26 +11:00
										 |  |  | const EnumPropertyItem rna_enum_object_type_curve_items[] = { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     OBTYPE_CU_CURVE, | 
					
						
							|  |  |  |     OBTYPE_CU_SURF, | 
					
						
							|  |  |  |     OBTYPE_CU_FONT, | 
					
						
							|  |  |  |     {0, NULL, 0, NULL, NULL}, | 
					
						
							| 
									
										
										
										
											2012-05-12 11:01:29 +00:00
										 |  |  | }; | 
					
						
							| 
									
										
										
										
											2010-11-30 20:22:26 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-01-16 11:16:15 +11:00
										 |  |  | const EnumPropertyItem rna_enum_object_rotation_mode_items[] = { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     {ROT_MODE_QUAT, "QUATERNION", 0, "Quaternion (WXYZ)", "No Gimbal Lock"}, | 
					
						
							|  |  |  |     {ROT_MODE_XYZ, "XYZ", 0, "XYZ Euler", "XYZ Rotation Order - prone to Gimbal Lock (default)"}, | 
					
						
							|  |  |  |     {ROT_MODE_XZY, "XZY", 0, "XZY Euler", "XZY Rotation Order - prone to Gimbal Lock"}, | 
					
						
							|  |  |  |     {ROT_MODE_YXZ, "YXZ", 0, "YXZ Euler", "YXZ Rotation Order - prone to Gimbal Lock"}, | 
					
						
							|  |  |  |     {ROT_MODE_YZX, "YZX", 0, "YZX Euler", "YZX Rotation Order - prone to Gimbal Lock"}, | 
					
						
							|  |  |  |     {ROT_MODE_ZXY, "ZXY", 0, "ZXY Euler", "ZXY Rotation Order - prone to Gimbal Lock"}, | 
					
						
							|  |  |  |     {ROT_MODE_ZYX, "ZYX", 0, "ZYX Euler", "ZYX Rotation Order - prone to Gimbal Lock"}, | 
					
						
							|  |  |  |     {ROT_MODE_AXISANGLE, | 
					
						
							|  |  |  |      "AXIS_ANGLE", | 
					
						
							|  |  |  |      0, | 
					
						
							|  |  |  |      "Axis Angle", | 
					
						
							|  |  |  |      "Axis Angle (W+XYZ), defines a rotation around some axis defined by 3D-Vector"}, | 
					
						
							|  |  |  |     {0, NULL, 0, NULL, NULL}, | 
					
						
							| 
									
										
										
										
											2019-01-16 11:16:15 +11:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-10-18 15:07:26 +11:00
										 |  |  | const EnumPropertyItem rna_enum_object_axis_items[] = { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     {OB_POSX, "POS_X", 0, "+X", ""}, | 
					
						
							|  |  |  |     {OB_POSY, "POS_Y", 0, "+Y", ""}, | 
					
						
							|  |  |  |     {OB_POSZ, "POS_Z", 0, "+Z", ""}, | 
					
						
							|  |  |  |     {OB_NEGX, "NEG_X", 0, "-X", ""}, | 
					
						
							|  |  |  |     {OB_NEGY, "NEG_Y", 0, "-Y", ""}, | 
					
						
							|  |  |  |     {OB_NEGZ, "NEG_Z", 0, "-Z", ""}, | 
					
						
							|  |  |  |     {0, NULL, 0, NULL, NULL}, | 
					
						
							| 
									
										
										
										
											2013-01-21 15:41:00 +00:00
										 |  |  | }; | 
					
						
							| 
									
										
										
										
											2010-11-30 20:22:26 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-10-31 23:50:02 +00:00
										 |  |  | #ifdef RNA_RUNTIME
 | 
					
						
							| 
									
										
										
										
											2008-12-02 23:45:11 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  | #  include "BLI_math.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #  include "DNA_key_types.h"
 | 
					
						
							|  |  |  | #  include "DNA_constraint_types.h"
 | 
					
						
							|  |  |  | #  include "DNA_gpencil_types.h"
 | 
					
						
							|  |  |  | #  include "DNA_ID.h"
 | 
					
						
							|  |  |  | #  include "DNA_lattice_types.h"
 | 
					
						
							|  |  |  | #  include "DNA_node_types.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #  include "BKE_armature.h"
 | 
					
						
							|  |  |  | #  include "BKE_brush.h"
 | 
					
						
							|  |  |  | #  include "BKE_constraint.h"
 | 
					
						
							|  |  |  | #  include "BKE_context.h"
 | 
					
						
							|  |  |  | #  include "BKE_curve.h"
 | 
					
						
							|  |  |  | #  include "BKE_effect.h"
 | 
					
						
							|  |  |  | #  include "BKE_global.h"
 | 
					
						
							|  |  |  | #  include "BKE_key.h"
 | 
					
						
							|  |  |  | #  include "BKE_object.h"
 | 
					
						
							|  |  |  | #  include "BKE_material.h"
 | 
					
						
							|  |  |  | #  include "BKE_mesh.h"
 | 
					
						
							|  |  |  | #  include "BKE_modifier.h"
 | 
					
						
							|  |  |  | #  include "BKE_particle.h"
 | 
					
						
							|  |  |  | #  include "BKE_scene.h"
 | 
					
						
							|  |  |  | #  include "BKE_deform.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #  include "DEG_depsgraph.h"
 | 
					
						
							|  |  |  | #  include "DEG_depsgraph_build.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #  include "ED_object.h"
 | 
					
						
							|  |  |  | #  include "ED_particle.h"
 | 
					
						
							|  |  |  | #  include "ED_curve.h"
 | 
					
						
							|  |  |  | #  include "ED_lattice.h"
 | 
					
						
							| 
									
										
										
										
											2009-01-01 15:52:51 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-05-31 02:14:25 +00:00
										 |  |  | static void rna_Object_internal_update(Main *UNUSED(bmain), Scene *UNUSED(scene), PointerRNA *ptr) | 
					
						
							| 
									
										
										
										
											2009-01-01 15:52:51 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   DEG_id_tag_update(ptr->id.data, ID_RECALC_TRANSFORM); | 
					
						
							| 
									
										
										
										
											2009-01-01 15:52:51 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  | static void rna_Object_internal_update_draw(Main *UNUSED(bmain), | 
					
						
							|  |  |  |                                             Scene *UNUSED(scene), | 
					
						
							|  |  |  |                                             PointerRNA *ptr) | 
					
						
							| 
									
										
										
										
											2018-02-18 19:28:14 +01:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   DEG_id_tag_update(ptr->id.data, ID_RECALC_TRANSFORM); | 
					
						
							|  |  |  |   WM_main_add_notifier(NC_OBJECT | ND_DRAW, ptr->id.data); | 
					
						
							| 
									
										
										
										
											2018-02-18 19:28:14 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-08-03 06:51:36 +00:00
										 |  |  | static void rna_Object_matrix_world_update(Main *bmain, Scene *scene, PointerRNA *ptr) | 
					
						
							| 
									
										
										
										
											2009-08-13 11:14:06 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   /* don't use compat so we get predictable rotation */ | 
					
						
							|  |  |  |   BKE_object_apply_mat4(ptr->id.data, ((Object *)ptr->id.data)->obmat, false, true); | 
					
						
							|  |  |  |   rna_Object_internal_update(bmain, scene, ptr); | 
					
						
							| 
									
										
										
										
											2009-08-13 11:14:06 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-06-18 19:18:02 +02:00
										 |  |  | static void rna_Object_hide_update(Main *bmain, Scene *UNUSED(scene), PointerRNA *ptr) | 
					
						
							| 
									
										
										
										
											2012-06-25 11:43:22 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = ptr->id.data; | 
					
						
							|  |  |  |   BKE_main_collection_sync_remap(bmain); | 
					
						
							|  |  |  |   DEG_id_tag_update(&ob->id, ID_RECALC_COPY_ON_WRITE); | 
					
						
							|  |  |  |   DEG_relations_tag_update(bmain); | 
					
						
							|  |  |  |   WM_main_add_notifier(NC_OBJECT | ND_DRAW, &ob->id); | 
					
						
							| 
									
										
										
										
											2012-06-25 11:43:22 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-03-26 10:15:36 +11:00
										 |  |  | static void rna_MaterialIndex_update(Main *UNUSED(bmain), Scene *UNUSED(scene), PointerRNA *ptr) | 
					
						
							| 
									
										
										
										
											2018-08-24 23:59:56 +02:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   if (ob && ob->type == OB_GPENCIL) { | 
					
						
							|  |  |  |     /* notifying material property in topbar */ | 
					
						
							|  |  |  |     WM_main_add_notifier(NC_SPACE | ND_SPACE_VIEW3D, NULL); | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2018-08-24 23:59:56 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-08-03 06:51:36 +00:00
										 |  |  | static void rna_Object_matrix_local_get(PointerRNA *ptr, float values[16]) | 
					
						
							| 
									
										
										
										
											2010-07-03 17:39:29 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = ptr->id.data; | 
					
						
							|  |  |  |   BKE_object_matrix_local_get(ob, (float(*)[4])values); | 
					
						
							| 
									
										
										
										
											2010-07-03 17:39:29 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-08-03 06:51:36 +00:00
										 |  |  | static void rna_Object_matrix_local_set(PointerRNA *ptr, const float values[16]) | 
					
						
							| 
									
										
										
										
											2009-10-22 23:22:05 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = ptr->id.data; | 
					
						
							|  |  |  |   float local_mat[4][4]; | 
					
						
							| 
									
										
										
										
											2010-07-03 17:39:29 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-22 02:48:05 +10:00
										 |  |  |   /* Localspace matrix is truly relative to the parent,
 | 
					
						
							|  |  |  |    * but parameters stored in object are relative to parentinv matrix. | 
					
						
							|  |  |  |    * Undo the parent inverse part before applying it as local matrix. */ | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   if (ob->parent) { | 
					
						
							|  |  |  |     float invmat[4][4]; | 
					
						
							|  |  |  |     invert_m4_m4(invmat, ob->parentinv); | 
					
						
							|  |  |  |     mul_m4_m4m4(local_mat, invmat, (float(*)[4])values); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   else { | 
					
						
							|  |  |  |     copy_m4_m4(local_mat, (float(*)[4])values); | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2010-07-03 17:39:29 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-22 02:48:05 +10:00
										 |  |  |   /* Don't use compat so we get predictable rotation, and do not use parenting either,
 | 
					
						
							|  |  |  |    * because it's a local matrix! */ | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   BKE_object_apply_mat4(ob, local_mat, false, false); | 
					
						
							| 
									
										
										
										
											2010-07-03 17:39:29 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-11-15 06:38:07 +00:00
										 |  |  | static void rna_Object_matrix_basis_get(PointerRNA *ptr, float values[16]) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = ptr->id.data; | 
					
						
							|  |  |  |   BKE_object_to_mat4(ob, (float(*)[4])values); | 
					
						
							| 
									
										
										
										
											2010-11-15 06:38:07 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void rna_Object_matrix_basis_set(PointerRNA *ptr, const float values[16]) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = ptr->id.data; | 
					
						
							|  |  |  |   BKE_object_apply_mat4(ob, (float(*)[4])values, false, false); | 
					
						
							| 
									
										
										
										
											2009-10-22 23:22:05 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-05-31 02:14:25 +00:00
										 |  |  | void rna_Object_internal_update_data(Main *UNUSED(bmain), Scene *UNUSED(scene), PointerRNA *ptr) | 
					
						
							| 
									
										
										
										
											2009-06-07 13:09:18 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   DEG_id_tag_update(ptr->id.data, ID_RECALC_GEOMETRY); | 
					
						
							|  |  |  |   WM_main_add_notifier(NC_OBJECT | ND_DRAW, ptr->id.data); | 
					
						
							| 
									
										
										
										
											2009-06-07 13:09:18 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-24 16:24:53 +03:00
										 |  |  | void rna_Object_internal_update_data_dependency(Main *bmain, Scene *scene, PointerRNA *ptr) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |   DEG_relations_tag_update(bmain); | 
					
						
							|  |  |  |   rna_Object_internal_update_data(bmain, scene, ptr); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-03-13 14:08:17 +01:00
										 |  |  | static void rna_Object_active_shape_update(bContext *C, PointerRNA *ptr) | 
					
						
							| 
									
										
										
										
											2009-11-01 00:06:53 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = ptr->id.data; | 
					
						
							|  |  |  |   Main *bmain = CTX_data_main(C); | 
					
						
							|  |  |  |   Scene *scene = CTX_data_scene(C); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   if (CTX_data_edit_object(C) == ob) { | 
					
						
							|  |  |  |     /* exit/enter editmode to get new shape */ | 
					
						
							|  |  |  |     switch (ob->type) { | 
					
						
							|  |  |  |       case OB_MESH: | 
					
						
							|  |  |  |         EDBM_mesh_load(bmain, ob); | 
					
						
							|  |  |  |         EDBM_mesh_make(ob, scene->toolsettings->selectmode, true); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         DEG_id_tag_update(ob->data, 0); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         EDBM_mesh_normals_update(((Mesh *)ob->data)->edit_mesh); | 
					
						
							|  |  |  |         BKE_editmesh_tessface_calc(((Mesh *)ob->data)->edit_mesh); | 
					
						
							|  |  |  |         break; | 
					
						
							|  |  |  |       case OB_CURVE: | 
					
						
							|  |  |  |       case OB_SURF: | 
					
						
							|  |  |  |         ED_curve_editnurb_load(bmain, ob); | 
					
						
							|  |  |  |         ED_curve_editnurb_make(ob); | 
					
						
							|  |  |  |         break; | 
					
						
							|  |  |  |       case OB_LATTICE: | 
					
						
							|  |  |  |         BKE_editlattice_load(ob); | 
					
						
							|  |  |  |         BKE_editlattice_make(ob); | 
					
						
							|  |  |  |         break; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   rna_Object_internal_update_data(bmain, scene, ptr); | 
					
						
							| 
									
										
										
										
											2009-11-01 00:06:53 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-02-21 19:33:04 +00:00
										 |  |  | static void rna_Object_dependency_update(Main *bmain, Scene *UNUSED(scene), PointerRNA *ptr) | 
					
						
							| 
									
										
										
										
											2009-04-11 01:43:50 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   DEG_id_tag_update(ptr->id.data, ID_RECALC_TRANSFORM); | 
					
						
							|  |  |  |   DEG_relations_tag_update(bmain); | 
					
						
							|  |  |  |   WM_main_add_notifier(NC_OBJECT | ND_PARENT, ptr->id.data); | 
					
						
							| 
									
										
										
										
											2009-04-11 01:43:50 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-20 18:06:09 +10:00
										 |  |  | static void rna_Object_data_set(PointerRNA *ptr, PointerRNA value, struct ReportList *reports) | 
					
						
							| 
									
										
										
										
											2009-06-07 13:09:18 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->data; | 
					
						
							|  |  |  |   ID *id = value.data; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   if (ob->mode & OB_MODE_EDIT) { | 
					
						
							|  |  |  |     return; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* assigning NULL only for empties */ | 
					
						
							|  |  |  |   if ((id == NULL) && (ob->type != OB_EMPTY)) { | 
					
						
							|  |  |  |     return; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-17 13:59:59 +02:00
										 |  |  |   if ((id->tag & LIB_TAG_NO_MAIN) != (ob->id.tag & LIB_TAG_NO_MAIN)) { | 
					
						
							|  |  |  |     BKE_report(reports, | 
					
						
							|  |  |  |                RPT_ERROR, | 
					
						
							| 
									
										
										
										
											2019-06-29 11:12:29 -04:00
										 |  |  |                "Can only assign evaluated data to evaluated object, or original data to " | 
					
						
							| 
									
										
										
										
											2019-05-17 13:59:59 +02:00
										 |  |  |                "original object"); | 
					
						
							|  |  |  |     return; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |   if (ob->type == OB_EMPTY) { | 
					
						
							|  |  |  |     if (ob->data) { | 
					
						
							|  |  |  |       id_us_min((ID *)ob->data); | 
					
						
							|  |  |  |       ob->data = NULL; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     if (!id || GS(id->name) == ID_IM) { | 
					
						
							|  |  |  |       id_us_plus(id); | 
					
						
							|  |  |  |       ob->data = id; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   else if (ob->type == OB_MESH) { | 
					
						
							|  |  |  |     BKE_mesh_assign_object(G_MAIN, ob, (Mesh *)id); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   else { | 
					
						
							|  |  |  |     if (ob->data) { | 
					
						
							|  |  |  |       id_us_min((ID *)ob->data); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /* no need to type-check here ID. this is done in the _typef() function */ | 
					
						
							|  |  |  |     BLI_assert(OB_DATA_SUPPORT_ID(GS(id->name))); | 
					
						
							|  |  |  |     id_us_plus(id); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     ob->data = id; | 
					
						
							|  |  |  |     test_object_materials(G_MAIN, ob, id); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     if (GS(id->name) == ID_CU) { | 
					
						
							|  |  |  |       BKE_curve_type_test(ob); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |     else if (ob->type == OB_ARMATURE) { | 
					
						
							|  |  |  |       BKE_pose_rebuild(G_MAIN, ob, ob->data, true); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2009-06-07 13:09:18 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static StructRNA *rna_Object_data_typef(PointerRNA *ptr) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->data; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* keep in sync with OB_DATA_SUPPORT_ID() macro */ | 
					
						
							|  |  |  |   switch (ob->type) { | 
					
						
							|  |  |  |     case OB_EMPTY: | 
					
						
							|  |  |  |       return &RNA_Image; | 
					
						
							|  |  |  |     case OB_MESH: | 
					
						
							|  |  |  |       return &RNA_Mesh; | 
					
						
							|  |  |  |     case OB_CURVE: | 
					
						
							|  |  |  |       return &RNA_Curve; | 
					
						
							|  |  |  |     case OB_SURF: | 
					
						
							|  |  |  |       return &RNA_Curve; | 
					
						
							|  |  |  |     case OB_FONT: | 
					
						
							|  |  |  |       return &RNA_Curve; | 
					
						
							|  |  |  |     case OB_MBALL: | 
					
						
							|  |  |  |       return &RNA_MetaBall; | 
					
						
							|  |  |  |     case OB_LAMP: | 
					
						
							|  |  |  |       return &RNA_Light; | 
					
						
							|  |  |  |     case OB_CAMERA: | 
					
						
							|  |  |  |       return &RNA_Camera; | 
					
						
							|  |  |  |     case OB_LATTICE: | 
					
						
							|  |  |  |       return &RNA_Lattice; | 
					
						
							|  |  |  |     case OB_ARMATURE: | 
					
						
							|  |  |  |       return &RNA_Armature; | 
					
						
							|  |  |  |     case OB_SPEAKER: | 
					
						
							|  |  |  |       return &RNA_Speaker; | 
					
						
							|  |  |  |     case OB_LIGHTPROBE: | 
					
						
							|  |  |  |       return &RNA_LightProbe; | 
					
						
							|  |  |  |     case OB_GPENCIL: | 
					
						
							|  |  |  |       return &RNA_GreasePencil; | 
					
						
							|  |  |  |     default: | 
					
						
							|  |  |  |       return &RNA_ID; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2009-06-07 13:09:18 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | static bool rna_Object_data_poll(PointerRNA *ptr, const PointerRNA value) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->data; | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   if (ob->type == OB_GPENCIL) { | 
					
						
							|  |  |  |     /* GP Object - Don't allow using "Annotation" GP datablocks here */ | 
					
						
							|  |  |  |     bGPdata *gpd = value.data; | 
					
						
							|  |  |  |     return (gpd->flag & GP_DATA_ANNOTATIONS) == 0; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return true; | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-20 18:06:09 +10:00
										 |  |  | static void rna_Object_parent_set(PointerRNA *ptr, | 
					
						
							|  |  |  |                                   PointerRNA value, | 
					
						
							|  |  |  |                                   struct ReportList *UNUSED(reports)) | 
					
						
							| 
									
										
										
										
											2009-07-14 20:27:28 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->data; | 
					
						
							|  |  |  |   Object *par = (Object *)value.data; | 
					
						
							| 
									
										
										
										
											2017-05-27 15:34:55 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   { | 
					
						
							|  |  |  |     ED_object_parent(ob, par, ob->partype, ob->parsubstr); | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2009-07-14 20:27:28 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void rna_Object_parent_type_set(PointerRNA *ptr, int value) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->data; | 
					
						
							| 
									
										
										
										
											2009-07-14 20:27:28 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   ED_object_parent(ob, ob->parent, value, ob->parsubstr); | 
					
						
							| 
									
										
										
										
											2009-07-14 20:27:28 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  | static const EnumPropertyItem *rna_Object_parent_type_itemf(bContext *UNUSED(C), | 
					
						
							|  |  |  |                                                             PointerRNA *ptr, | 
					
						
							|  |  |  |                                                             PropertyRNA *UNUSED(prop), | 
					
						
							|  |  |  |                                                             bool *r_free) | 
					
						
							| 
									
										
										
										
											2009-07-14 20:27:28 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->data; | 
					
						
							|  |  |  |   EnumPropertyItem *item = NULL; | 
					
						
							|  |  |  |   int totitem = 0; | 
					
						
							| 
									
										
										
										
											2009-07-14 20:27:28 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   RNA_enum_items_add_value(&item, &totitem, parent_type_items, PAROBJECT); | 
					
						
							| 
									
										
										
										
											2009-07-14 20:27:28 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   if (ob->parent) { | 
					
						
							|  |  |  |     Object *par = ob->parent; | 
					
						
							| 
									
										
										
										
											2018-06-09 14:40:09 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     if (par->type == OB_LATTICE) { | 
					
						
							|  |  |  |       /* special hack: prevents this overriding others */ | 
					
						
							|  |  |  |       RNA_enum_items_add_value(&item, &totitem, &parent_type_items[2], PARSKEL); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |     else if (par->type == OB_ARMATURE) { | 
					
						
							|  |  |  |       /* special hack: prevents this being overridden */ | 
					
						
							|  |  |  |       RNA_enum_items_add_value(&item, &totitem, &parent_type_items[1], PARSKEL); | 
					
						
							|  |  |  |       RNA_enum_items_add_value(&item, &totitem, parent_type_items, PARBONE); | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2013-07-09 13:50:22 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     if (OB_TYPE_SUPPORT_PARVERT(par->type)) { | 
					
						
							|  |  |  |       RNA_enum_items_add_value(&item, &totitem, parent_type_items, PARVERT1); | 
					
						
							|  |  |  |       RNA_enum_items_add_value(&item, &totitem, parent_type_items, PARVERT3); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2009-07-14 20:27:28 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   RNA_enum_item_end(&item, &totitem); | 
					
						
							|  |  |  |   *r_free = true; | 
					
						
							| 
									
										
										
										
											2009-07-14 20:27:28 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return item; | 
					
						
							| 
									
										
										
										
											2009-07-14 20:27:28 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-09-03 18:58:41 +02:00
										 |  |  | static void rna_Object_empty_display_type_set(PointerRNA *ptr, int value) | 
					
						
							| 
									
										
										
										
											2014-01-13 21:57:05 +01:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->data; | 
					
						
							| 
									
										
										
										
											2014-01-13 21:57:05 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   BKE_object_empty_draw_type_set(ob, value); | 
					
						
							| 
									
										
										
										
											2014-01-13 21:57:05 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-07-14 20:27:28 +00:00
										 |  |  | static void rna_Object_parent_bone_set(PointerRNA *ptr, const char *value) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->data; | 
					
						
							| 
									
										
										
										
											2009-07-14 20:27:28 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   ED_object_parent(ob, ob->parent, ob->partype, value); | 
					
						
							| 
									
										
										
										
											2009-07-14 20:27:28 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  | static const EnumPropertyItem *rna_Object_instance_type_itemf(bContext *UNUSED(C), | 
					
						
							|  |  |  |                                                               PointerRNA *ptr, | 
					
						
							|  |  |  |                                                               PropertyRNA *UNUSED(prop), | 
					
						
							|  |  |  |                                                               bool *UNUSED(r_free)) | 
					
						
							| 
									
										
										
										
											2017-06-29 23:22:05 +10:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->data; | 
					
						
							|  |  |  |   const EnumPropertyItem *item; | 
					
						
							| 
									
										
										
										
											2017-06-29 23:22:05 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   if (ob->type == OB_EMPTY) { | 
					
						
							|  |  |  |     item = instance_items; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   else { | 
					
						
							|  |  |  |     item = instance_items_nogroup; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2017-06-29 23:22:05 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return item; | 
					
						
							| 
									
										
										
										
											2017-06-29 23:22:05 +10:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-20 18:06:09 +10:00
										 |  |  | static void rna_Object_dup_collection_set(PointerRNA *ptr, | 
					
						
							|  |  |  |                                           PointerRNA value, | 
					
						
							|  |  |  |                                           struct ReportList *UNUSED(reports)) | 
					
						
							| 
									
										
										
										
											2010-12-19 10:38:02 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->data; | 
					
						
							|  |  |  |   Collection *grp = (Collection *)value.data; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* must not let this be set if the object belongs in this group already,
 | 
					
						
							|  |  |  |    * thus causing a cycle/infinite-recursion leading to crashes on load [#25298] | 
					
						
							|  |  |  |    */ | 
					
						
							|  |  |  |   if (BKE_collection_has_object_recursive(grp, ob) == 0) { | 
					
						
							|  |  |  |     if (ob->type == OB_EMPTY) { | 
					
						
							|  |  |  |       id_us_min(&ob->instance_collection->id); | 
					
						
							|  |  |  |       ob->instance_collection = grp; | 
					
						
							|  |  |  |       id_us_plus(&ob->instance_collection->id); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |     else { | 
					
						
							| 
									
										
										
										
											2019-07-09 15:29:54 +02:00
										 |  |  |       BKE_report(NULL, RPT_ERROR, "Only empty objects support collection instances"); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   else { | 
					
						
							|  |  |  |     BKE_report(NULL, | 
					
						
							|  |  |  |                RPT_ERROR, | 
					
						
							|  |  |  |                "Cannot set instance-collection as object belongs in group being instanced, thus " | 
					
						
							|  |  |  |                "causing a cycle"); | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2010-12-19 10:38:02 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-09-22 14:07:55 +00:00
										 |  |  | static void rna_VertexGroup_name_set(PointerRNA *ptr, const char *value) | 
					
						
							| 
									
										
										
										
											2011-06-05 04:52:32 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   bDeformGroup *dg = (bDeformGroup *)ptr->data; | 
					
						
							|  |  |  |   BLI_strncpy_utf8(dg->name, value, sizeof(dg->name)); | 
					
						
							|  |  |  |   defgroup_unique_name(dg, ob); | 
					
						
							| 
									
										
										
										
											2011-06-05 04:52:32 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-01 20:44:40 +00:00
										 |  |  | static int rna_VertexGroup_index_get(PointerRNA *ptr) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							| 
									
										
										
										
											2009-01-01 20:44:40 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return BLI_findindex(&ob->defbase, ptr->data); | 
					
						
							| 
									
										
										
										
											2009-01-01 20:44:40 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-02-02 19:57:57 +00:00
										 |  |  | static PointerRNA rna_Object_active_vertex_group_get(PointerRNA *ptr) | 
					
						
							| 
									
										
										
										
											2009-01-01 20:44:40 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   return rna_pointer_inherit_refine( | 
					
						
							|  |  |  |       ptr, &RNA_VertexGroup, BLI_findlink(&ob->defbase, ob->actdef - 1)); | 
					
						
							| 
									
										
										
										
											2009-01-01 20:44:40 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-07-02 03:32:57 +00:00
										 |  |  | static int rna_Object_active_vertex_group_index_get(PointerRNA *ptr) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   return ob->actdef - 1; | 
					
						
							| 
									
										
										
										
											2009-07-02 03:32:57 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void rna_Object_active_vertex_group_index_set(PointerRNA *ptr, int value) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   ob->actdef = value + 1; | 
					
						
							| 
									
										
										
										
											2009-07-02 03:32:57 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  | static void rna_Object_active_vertex_group_index_range( | 
					
						
							|  |  |  |     PointerRNA *ptr, int *min, int *max, int *UNUSED(softmin), int *UNUSED(softmax)) | 
					
						
							| 
									
										
										
										
											2009-07-02 03:32:57 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							| 
									
										
										
										
											2009-07-02 03:32:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   *min = 0; | 
					
						
							|  |  |  |   *max = max_ii(0, BLI_listbase_count(&ob->defbase) - 1); | 
					
						
							| 
									
										
										
										
											2009-07-02 03:32:57 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-04 19:25:24 +00:00
										 |  |  | void rna_object_vgroup_name_index_get(PointerRNA *ptr, char *value, int index) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   bDeformGroup *dg; | 
					
						
							| 
									
										
										
										
											2009-01-04 19:25:24 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   dg = BLI_findlink(&ob->defbase, index - 1); | 
					
						
							| 
									
										
										
										
											2009-01-04 19:25:24 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   if (dg) { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     BLI_strncpy(value, dg->name, sizeof(dg->name)); | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   } | 
					
						
							|  |  |  |   else { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     value[0] = '\0'; | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2009-01-04 19:25:24 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | int rna_object_vgroup_name_index_length(PointerRNA *ptr, int index) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   bDeformGroup *dg; | 
					
						
							| 
									
										
										
										
											2009-01-04 19:25:24 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   dg = BLI_findlink(&ob->defbase, index - 1); | 
					
						
							|  |  |  |   return (dg) ? strlen(dg->name) : 0; | 
					
						
							| 
									
										
										
										
											2009-01-04 19:25:24 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | void rna_object_vgroup_name_index_set(PointerRNA *ptr, const char *value, short *index) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   *index = defgroup_name_index(ob, value) + 1; | 
					
						
							| 
									
										
										
										
											2009-01-04 19:25:24 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | void rna_object_vgroup_name_set(PointerRNA *ptr, const char *value, char *result, int maxlen) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   bDeformGroup *dg = defgroup_find_name(ob, value); | 
					
						
							|  |  |  |   if (dg) { | 
					
						
							| 
									
										
										
										
											2019-04-17 18:50:53 +02:00
										 |  |  |     /* No need for BLI_strncpy_utf8, since this matches an existing group. */ | 
					
						
							|  |  |  |     BLI_strncpy(result, value, maxlen); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     return; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2009-01-04 19:25:24 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   result[0] = '\0'; | 
					
						
							| 
									
										
										
										
											2009-01-04 19:25:24 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | static void rna_FaceMap_name_set(PointerRNA *ptr, const char *value) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   bFaceMap *fmap = (bFaceMap *)ptr->data; | 
					
						
							|  |  |  |   BLI_strncpy_utf8(fmap->name, value, sizeof(fmap->name)); | 
					
						
							|  |  |  |   BKE_object_facemap_unique_name(ob, fmap); | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int rna_FaceMap_index_get(PointerRNA *ptr) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return BLI_findindex(&ob->fmaps, ptr->data); | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PointerRNA rna_Object_active_face_map_get(PointerRNA *ptr) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   return rna_pointer_inherit_refine(ptr, &RNA_FaceMap, BLI_findlink(&ob->fmaps, ob->actfmap - 1)); | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int rna_Object_active_face_map_index_get(PointerRNA *ptr) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   return ob->actfmap - 1; | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void rna_Object_active_face_map_index_set(PointerRNA *ptr, int value) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   ob->actfmap = value + 1; | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  | static void rna_Object_active_face_map_index_range( | 
					
						
							|  |  |  |     PointerRNA *ptr, int *min, int *max, int *UNUSED(softmin), int *UNUSED(softmax)) | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   *min = 0; | 
					
						
							|  |  |  |   *max = max_ii(0, BLI_listbase_count(&ob->fmaps) - 1); | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | void rna_object_BKE_object_facemap_name_index_get(PointerRNA *ptr, char *value, int index) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   bFaceMap *fmap; | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   fmap = BLI_findlink(&ob->fmaps, index - 1); | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   if (fmap) { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     BLI_strncpy(value, fmap->name, sizeof(fmap->name)); | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   } | 
					
						
							|  |  |  |   else { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     value[0] = '\0'; | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | int rna_object_BKE_object_facemap_name_index_length(PointerRNA *ptr, int index) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   bFaceMap *fmap; | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   fmap = BLI_findlink(&ob->fmaps, index - 1); | 
					
						
							|  |  |  |   return (fmap) ? strlen(fmap->name) : 0; | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | void rna_object_BKE_object_facemap_name_index_set(PointerRNA *ptr, const char *value, short *index) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   *index = BKE_object_facemap_name_index(ob, value) + 1; | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | void rna_object_fmap_name_set(PointerRNA *ptr, const char *value, char *result, int maxlen) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   bFaceMap *fmap = BKE_object_facemap_find_name(ob, value); | 
					
						
							|  |  |  |   if (fmap) { | 
					
						
							| 
									
										
										
										
											2019-04-17 18:50:53 +02:00
										 |  |  |     /* No need for BLI_strncpy_utf8, since this matches an existing group. */ | 
					
						
							|  |  |  |     BLI_strncpy(result, value, maxlen); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     return; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   result[0] = '\0'; | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-04 19:25:24 +00:00
										 |  |  | void rna_object_uvlayer_name_set(PointerRNA *ptr, const char *value, char *result, int maxlen) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   Mesh *me; | 
					
						
							|  |  |  |   CustomDataLayer *layer; | 
					
						
							|  |  |  |   int a; | 
					
						
							| 
									
										
										
										
											2009-01-04 19:25:24 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   if (ob->type == OB_MESH && ob->data) { | 
					
						
							|  |  |  |     me = (Mesh *)ob->data; | 
					
						
							| 
									
										
										
										
											2009-01-04 19:25:24 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     for (a = 0; a < me->ldata.totlayer; a++) { | 
					
						
							|  |  |  |       layer = &me->ldata.layers[a]; | 
					
						
							| 
									
										
										
										
											2009-01-04 19:25:24 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |       if (layer->type == CD_MLOOPUV && STREQ(layer->name, value)) { | 
					
						
							|  |  |  |         BLI_strncpy(result, value, maxlen); | 
					
						
							|  |  |  |         return; | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2009-01-04 19:25:24 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   result[0] = '\0'; | 
					
						
							| 
									
										
										
										
											2009-01-04 19:25:24 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | void rna_object_vcollayer_name_set(PointerRNA *ptr, const char *value, char *result, int maxlen) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   Mesh *me; | 
					
						
							|  |  |  |   CustomDataLayer *layer; | 
					
						
							|  |  |  |   int a; | 
					
						
							| 
									
										
										
										
											2009-01-04 19:25:24 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   if (ob->type == OB_MESH && ob->data) { | 
					
						
							|  |  |  |     me = (Mesh *)ob->data; | 
					
						
							| 
									
										
										
										
											2009-01-04 19:25:24 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     for (a = 0; a < me->fdata.totlayer; a++) { | 
					
						
							|  |  |  |       layer = &me->fdata.layers[a]; | 
					
						
							| 
									
										
										
										
											2009-01-04 19:25:24 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |       if (layer->type == CD_MCOL && STREQ(layer->name, value)) { | 
					
						
							|  |  |  |         BLI_strncpy(result, value, maxlen); | 
					
						
							|  |  |  |         return; | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2009-01-04 19:25:24 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   result[0] = '\0'; | 
					
						
							| 
									
										
										
										
											2009-01-04 19:25:24 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-07-02 03:32:57 +00:00
										 |  |  | static int rna_Object_active_material_index_get(PointerRNA *ptr) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   return MAX2(ob->actcol - 1, 0); | 
					
						
							| 
									
										
										
										
											2009-07-02 03:32:57 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void rna_Object_active_material_index_set(PointerRNA *ptr, int value) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   ob->actcol = value + 1; | 
					
						
							| 
									
										
										
										
											2009-10-22 23:22:05 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   if (ob->type == OB_MESH) { | 
					
						
							|  |  |  |     Mesh *me = ob->data; | 
					
						
							| 
									
										
										
										
											2009-10-22 23:22:05 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |     if (me->edit_mesh) { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |       me->edit_mesh->mat_nr = value; | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |     } | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2009-07-02 03:32:57 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  | static void rna_Object_active_material_index_range( | 
					
						
							|  |  |  |     PointerRNA *ptr, int *min, int *max, int *UNUSED(softmin), int *UNUSED(softmax)) | 
					
						
							| 
									
										
										
										
											2009-01-02 13:47:33 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   *min = 0; | 
					
						
							|  |  |  |   *max = max_ii(ob->totcol - 1, 0); | 
					
						
							| 
									
										
										
										
											2009-01-02 13:47:33 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-12-20 13:02:33 +00:00
										 |  |  | /* returns active base material */ | 
					
						
							| 
									
										
										
										
											2009-02-02 19:57:57 +00:00
										 |  |  | static PointerRNA rna_Object_active_material_get(PointerRNA *ptr) | 
					
						
							| 
									
										
										
										
											2009-01-04 19:25:24 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   Material *ma; | 
					
						
							| 
									
										
										
										
											2018-06-09 14:40:09 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   ma = (ob->totcol) ? give_current_material(ob, ob->actcol) : NULL; | 
					
						
							|  |  |  |   return rna_pointer_inherit_refine(ptr, &RNA_Material, ma); | 
					
						
							| 
									
										
										
										
											2009-07-28 18:54:02 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-20 18:06:09 +10:00
										 |  |  | static void rna_Object_active_material_set(PointerRNA *ptr, | 
					
						
							|  |  |  |                                            PointerRNA value, | 
					
						
							|  |  |  |                                            struct ReportList *UNUSED(reports)) | 
					
						
							| 
									
										
										
										
											2009-07-28 18:54:02 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							| 
									
										
										
										
											2009-07-28 18:54:02 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   DEG_id_tag_update(value.data, 0); | 
					
						
							|  |  |  |   BLI_assert(BKE_id_is_in_global_main(&ob->id)); | 
					
						
							|  |  |  |   BLI_assert(BKE_id_is_in_global_main(value.data)); | 
					
						
							|  |  |  |   assign_material(G_MAIN, ob, value.data, ob->actcol, BKE_MAT_ASSIGN_EXISTING); | 
					
						
							| 
									
										
										
										
											2019-03-25 17:02:42 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   if (ob && ob->type == OB_GPENCIL) { | 
					
						
							|  |  |  |     /* notifying material property in topbar */ | 
					
						
							|  |  |  |     WM_main_add_notifier(NC_SPACE | ND_SPACE_VIEW3D, NULL); | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2009-01-04 19:25:24 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-22 00:10:53 +02:00
										 |  |  | static int rna_Object_active_material_editable(PointerRNA *ptr, const char **UNUSED(r_info)) | 
					
						
							| 
									
										
										
										
											2014-05-29 16:16:31 +10:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   bool is_editable; | 
					
						
							| 
									
										
										
										
											2014-05-29 16:16:31 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   if ((ob->matbits == NULL) || (ob->actcol == 0) || ob->matbits[ob->actcol - 1]) { | 
					
						
							|  |  |  |     is_editable = !ID_IS_LINKED(ob); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   else { | 
					
						
							|  |  |  |     is_editable = ob->data ? !ID_IS_LINKED(ob->data) : false; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2014-05-29 16:16:31 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return is_editable ? PROP_EDITABLE : 0; | 
					
						
							| 
									
										
										
										
											2014-05-29 16:16:31 +10:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  | static void rna_Object_active_particle_system_index_range( | 
					
						
							|  |  |  |     PointerRNA *ptr, int *min, int *max, int *UNUSED(softmin), int *UNUSED(softmax)) | 
					
						
							| 
									
										
										
										
											2016-12-28 17:30:58 +01:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   *min = 0; | 
					
						
							|  |  |  |   *max = max_ii(0, BLI_listbase_count(&ob->particlesystem) - 1); | 
					
						
							| 
									
										
										
										
											2016-12-28 17:30:58 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int rna_Object_active_particle_system_index_get(PointerRNA *ptr) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   return psys_get_current_num(ob); | 
					
						
							| 
									
										
										
										
											2016-12-28 17:30:58 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void rna_Object_active_particle_system_index_set(PointerRNA *ptr, int value) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   psys_set_current_num(ob, value); | 
					
						
							| 
									
										
										
										
											2016-12-28 17:30:58 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void rna_Object_particle_update(Main *UNUSED(bmain), Scene *scene, PointerRNA *ptr) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   /* TODO: Disabled for now, because bContext is not available. */ | 
					
						
							|  |  |  | #  if 0
 | 
					
						
							|  |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   PE_current_changed(NULL, scene, ob); | 
					
						
							|  |  |  | #  else
 | 
					
						
							|  |  |  |   (void)scene; | 
					
						
							|  |  |  |   (void)ptr; | 
					
						
							|  |  |  | #  endif
 | 
					
						
							| 
									
										
										
										
											2016-12-28 17:30:58 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-10-22 23:22:05 +00:00
										 |  |  | /* rotation - axis-angle */ | 
					
						
							|  |  |  | static void rna_Object_rotation_axis_angle_get(PointerRNA *ptr, float *value) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = ptr->data; | 
					
						
							| 
									
										
										
										
											2018-06-09 14:40:09 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   /* for now, assume that rotation mode is axis-angle */ | 
					
						
							|  |  |  |   value[0] = ob->rotAngle; | 
					
						
							|  |  |  |   copy_v3_v3(&value[1], ob->rotAxis); | 
					
						
							| 
									
										
										
										
											2009-10-22 23:22:05 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* rotation - axis-angle */ | 
					
						
							|  |  |  | static void rna_Object_rotation_axis_angle_set(PointerRNA *ptr, const float *value) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = ptr->data; | 
					
						
							| 
									
										
										
										
											2018-06-09 14:40:09 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   /* for now, assume that rotation mode is axis-angle */ | 
					
						
							|  |  |  |   ob->rotAngle = value[0]; | 
					
						
							|  |  |  |   copy_v3_v3(ob->rotAxis, &value[1]); | 
					
						
							| 
									
										
										
										
											2018-06-09 14:40:09 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   /* TODO: validate axis? */ | 
					
						
							| 
									
										
										
										
											2009-10-22 23:22:05 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void rna_Object_rotation_mode_set(PointerRNA *ptr, int value) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = ptr->data; | 
					
						
							| 
									
										
										
										
											2018-06-09 14:40:09 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   /* use API Method for conversions... */ | 
					
						
							|  |  |  |   BKE_rotMode_change_values( | 
					
						
							|  |  |  |       ob->quat, ob->rot, ob->rotAxis, &ob->rotAngle, ob->rotmode, (short)value); | 
					
						
							| 
									
										
										
										
											2018-06-09 14:40:09 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   /* finally, set the new rotation type */ | 
					
						
							|  |  |  |   ob->rotmode = value; | 
					
						
							| 
									
										
										
										
											2009-10-22 23:22:05 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-11-04 23:14:20 +00:00
										 |  |  | static void rna_Object_dimensions_get(PointerRNA *ptr, float *value) | 
					
						
							| 
									
										
										
										
											2009-10-22 23:22:05 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = ptr->data; | 
					
						
							|  |  |  |   BKE_object_dimensions_get(ob, value); | 
					
						
							| 
									
										
										
										
											2009-10-22 23:22:05 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-01-05 16:33:38 +01:00
										 |  |  | static void rna_Object_dimensions_set(PointerRNA *ptr, const float *value) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = ptr->data; | 
					
						
							|  |  |  |   BKE_object_dimensions_set(ob, value, 0); | 
					
						
							| 
									
										
										
										
											2019-01-05 16:33:38 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-11-25 12:00:31 +00:00
										 |  |  | static int rna_Object_location_editable(PointerRNA *ptr, int index) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->data; | 
					
						
							| 
									
										
										
										
											2018-06-09 14:40:09 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   /* only if the axis in question is locked, not editable... */ | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   if ((index == 0) && (ob->protectflag & OB_LOCK_LOCX)) { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     return 0; | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   } | 
					
						
							|  |  |  |   else if ((index == 1) && (ob->protectflag & OB_LOCK_LOCY)) { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     return 0; | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   } | 
					
						
							|  |  |  |   else if ((index == 2) && (ob->protectflag & OB_LOCK_LOCZ)) { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     return 0; | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   } | 
					
						
							|  |  |  |   else { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     return PROP_EDITABLE; | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2009-11-25 12:00:31 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int rna_Object_scale_editable(PointerRNA *ptr, int index) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->data; | 
					
						
							| 
									
										
										
										
											2018-06-09 14:40:09 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   /* only if the axis in question is locked, not editable... */ | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   if ((index == 0) && (ob->protectflag & OB_LOCK_SCALEX)) { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     return 0; | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   } | 
					
						
							|  |  |  |   else if ((index == 1) && (ob->protectflag & OB_LOCK_SCALEY)) { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     return 0; | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   } | 
					
						
							|  |  |  |   else if ((index == 2) && (ob->protectflag & OB_LOCK_SCALEZ)) { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     return 0; | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   } | 
					
						
							|  |  |  |   else { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     return PROP_EDITABLE; | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2009-11-25 12:00:31 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int rna_Object_rotation_euler_editable(PointerRNA *ptr, int index) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->data; | 
					
						
							| 
									
										
										
										
											2018-06-09 14:40:09 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   /* only if the axis in question is locked, not editable... */ | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   if ((index == 0) && (ob->protectflag & OB_LOCK_ROTX)) { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     return 0; | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   } | 
					
						
							|  |  |  |   else if ((index == 1) && (ob->protectflag & OB_LOCK_ROTY)) { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     return 0; | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   } | 
					
						
							|  |  |  |   else if ((index == 2) && (ob->protectflag & OB_LOCK_ROTZ)) { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     return 0; | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   } | 
					
						
							|  |  |  |   else { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     return PROP_EDITABLE; | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2009-11-25 12:00:31 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int rna_Object_rotation_4d_editable(PointerRNA *ptr, int index) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->data; | 
					
						
							| 
									
										
										
										
											2018-06-09 14:40:09 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   /* only consider locks if locking components individually... */ | 
					
						
							|  |  |  |   if (ob->protectflag & OB_LOCK_ROT4D) { | 
					
						
							|  |  |  |     /* only if the axis in question is locked, not editable... */ | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |     if ((index == 0) && (ob->protectflag & OB_LOCK_ROTW)) { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |       return 0; | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |     } | 
					
						
							|  |  |  |     else if ((index == 1) && (ob->protectflag & OB_LOCK_ROTX)) { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |       return 0; | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |     } | 
					
						
							|  |  |  |     else if ((index == 2) && (ob->protectflag & OB_LOCK_ROTY)) { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |       return 0; | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |     } | 
					
						
							|  |  |  |     else if ((index == 3) && (ob->protectflag & OB_LOCK_ROTZ)) { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |       return 0; | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |     } | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2018-06-09 14:40:09 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return PROP_EDITABLE; | 
					
						
							| 
									
										
										
										
											2009-11-25 12:00:31 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-06-11 19:28:12 +02:00
										 |  |  | static int rna_MaterialSlot_material_editable(PointerRNA *ptr, const char **UNUSED(r_info)) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   const int index = (Material **)ptr->data - ob->mat; | 
					
						
							|  |  |  |   bool is_editable; | 
					
						
							| 
									
										
										
										
											2018-06-11 19:28:12 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   if ((ob->matbits == NULL) || ob->matbits[index]) { | 
					
						
							|  |  |  |     is_editable = !ID_IS_LINKED(ob); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   else { | 
					
						
							|  |  |  |     is_editable = ob->data ? !ID_IS_LINKED(ob->data) : false; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2018-06-11 19:28:12 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return is_editable ? PROP_EDITABLE : 0; | 
					
						
							| 
									
										
										
										
											2018-06-11 19:28:12 +02:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2009-10-22 23:22:05 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-03 23:22:43 +00:00
										 |  |  | static PointerRNA rna_MaterialSlot_material_get(PointerRNA *ptr) | 
					
						
							| 
									
										
										
										
											2009-01-02 16:58:09 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   Material *ma; | 
					
						
							|  |  |  |   const int index = (Material **)ptr->data - ob->mat; | 
					
						
							| 
									
										
										
										
											2009-06-03 23:22:43 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   ma = give_current_material(ob, index + 1); | 
					
						
							|  |  |  |   return rna_pointer_inherit_refine(ptr, &RNA_Material, ma); | 
					
						
							| 
									
										
										
										
											2009-01-02 16:58:09 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-20 18:06:09 +10:00
										 |  |  | static void rna_MaterialSlot_material_set(PointerRNA *ptr, | 
					
						
							|  |  |  |                                           PointerRNA value, | 
					
						
							|  |  |  |                                           struct ReportList *UNUSED(reports)) | 
					
						
							| 
									
										
										
										
											2009-01-02 16:58:09 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   int index = (Material **)ptr->data - ob->mat; | 
					
						
							| 
									
										
										
										
											2009-06-03 23:22:43 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   BLI_assert(BKE_id_is_in_global_main(&ob->id)); | 
					
						
							|  |  |  |   BLI_assert(BKE_id_is_in_global_main(value.data)); | 
					
						
							|  |  |  |   assign_material(G_MAIN, ob, value.data, index + 1, BKE_MAT_ASSIGN_EXISTING); | 
					
						
							| 
									
										
										
										
											2009-06-03 23:22:43 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | static bool rna_MaterialSlot_material_poll(PointerRNA *ptr, PointerRNA value) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   Material *ma = (Material *)value.data; | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   if (ob->type == OB_GPENCIL) { | 
					
						
							|  |  |  |     /* GP Materials only */ | 
					
						
							|  |  |  |     return (ma->gp_style != NULL); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   else { | 
					
						
							|  |  |  |     /* Everything except GP materials */ | 
					
						
							|  |  |  |     return (ma->gp_style == NULL); | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-03 23:22:43 +00:00
										 |  |  | static int rna_MaterialSlot_link_get(PointerRNA *ptr) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   int index = (Material **)ptr->data - ob->mat; | 
					
						
							| 
									
										
										
										
											2009-06-03 23:22:43 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return ob->matbits[index] != 0; | 
					
						
							| 
									
										
										
										
											2009-06-03 23:22:43 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void rna_MaterialSlot_link_set(PointerRNA *ptr, int value) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   int index = (Material **)ptr->data - ob->mat; | 
					
						
							| 
									
										
										
										
											2018-06-09 14:40:09 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   if (value) { | 
					
						
							|  |  |  |     ob->matbits[index] = 1; | 
					
						
							|  |  |  |     /* ob->colbits |= (1 << index); */ /* DEPRECATED */ | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   else { | 
					
						
							|  |  |  |     ob->matbits[index] = 0; | 
					
						
							|  |  |  |     /* ob->colbits &= ~(1 << index); */ /* DEPRECATED */ | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2009-06-03 23:22:43 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int rna_MaterialSlot_name_length(PointerRNA *ptr) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   Material *ma; | 
					
						
							|  |  |  |   int index = (Material **)ptr->data - ob->mat; | 
					
						
							| 
									
										
										
										
											2009-06-03 23:22:43 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   ma = give_current_material(ob, index + 1); | 
					
						
							| 
									
										
										
										
											2009-06-03 23:22:43 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   if (ma) { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     return strlen(ma->id.name + 2); | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2018-06-09 14:40:09 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return 0; | 
					
						
							| 
									
										
										
										
											2009-06-03 23:22:43 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void rna_MaterialSlot_name_get(PointerRNA *ptr, char *str) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   Material *ma; | 
					
						
							|  |  |  |   int index = (Material **)ptr->data - ob->mat; | 
					
						
							| 
									
										
										
										
											2009-06-03 23:22:43 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   ma = give_current_material(ob, index + 1); | 
					
						
							| 
									
										
										
										
											2009-06-07 13:09:18 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   if (ma) { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     strcpy(str, ma->id.name + 2); | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   } | 
					
						
							|  |  |  |   else { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     str[0] = '\0'; | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2009-01-02 16:58:09 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-05 11:55:54 +00:00
										 |  |  | static void rna_MaterialSlot_update(Main *bmain, Scene *scene, PointerRNA *ptr) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   rna_Object_internal_update(bmain, scene, ptr); | 
					
						
							| 
									
										
										
										
											2014-11-14 13:50:10 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   WM_main_add_notifier(NC_OBJECT | ND_OB_SHADING, ptr->id.data); | 
					
						
							|  |  |  |   WM_main_add_notifier(NC_MATERIAL | ND_SHADING_LINKS, NULL); | 
					
						
							|  |  |  |   DEG_relations_tag_update(bmain); | 
					
						
							| 
									
										
										
										
											2010-10-05 11:55:54 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-01 04:49:47 +00:00
										 |  |  | static char *rna_MaterialSlot_path(PointerRNA *ptr) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   int index = (Material **)ptr->data - ob->mat; | 
					
						
							| 
									
										
										
										
											2013-10-01 04:49:47 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return BLI_sprintfN("material_slots[%d]", index); | 
					
						
							| 
									
										
										
										
											2013-10-01 04:49:47 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-02-11 10:32:11 +11:00
										 |  |  | static PointerRNA rna_Object_display_get(PointerRNA *ptr) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return rna_pointer_inherit_refine(ptr, &RNA_ObjectDisplay, ptr->data); | 
					
						
							| 
									
										
										
										
											2019-02-11 10:32:11 +11:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-13 19:06:37 +02:00
										 |  |  | static char *rna_ObjectDisplay_path(PointerRNA *UNUSED(ptr)) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return BLI_strdup("display"); | 
					
						
							| 
									
										
										
										
											2018-05-13 19:06:37 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-12-28 17:30:58 +01:00
										 |  |  | static PointerRNA rna_Object_active_particle_system_get(PointerRNA *ptr) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   ParticleSystem *psys = psys_get_current(ob); | 
					
						
							|  |  |  |   return rna_pointer_inherit_refine(ptr, &RNA_ParticleSystem, psys); | 
					
						
							| 
									
										
										
										
											2016-12-28 17:30:58 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  | static void rna_Object_active_shape_key_index_range( | 
					
						
							|  |  |  |     PointerRNA *ptr, int *min, int *max, int *UNUSED(softmin), int *UNUSED(softmax)) | 
					
						
							| 
									
										
										
										
											2009-07-02 03:32:57 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   Key *key = BKE_key_from_object(ob); | 
					
						
							| 
									
										
										
										
											2009-07-02 03:32:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   *min = 0; | 
					
						
							|  |  |  |   if (key) { | 
					
						
							|  |  |  |     *max = BLI_listbase_count(&key->block) - 1; | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |     if (*max < 0) { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |       *max = 0; | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |     } | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   } | 
					
						
							|  |  |  |   else { | 
					
						
							|  |  |  |     *max = 0; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2009-07-02 03:32:57 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int rna_Object_active_shape_key_index_get(PointerRNA *ptr) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							| 
									
										
										
										
											2009-07-02 03:32:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return MAX2(ob->shapenr - 1, 0); | 
					
						
							| 
									
										
										
										
											2009-07-02 03:32:57 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void rna_Object_active_shape_key_index_set(PointerRNA *ptr, int value) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							| 
									
										
										
										
											2009-07-02 03:32:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   ob->shapenr = value + 1; | 
					
						
							| 
									
										
										
										
											2009-07-02 03:32:57 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-07-03 15:23:33 +00:00
										 |  |  | static PointerRNA rna_Object_active_shape_key_get(PointerRNA *ptr) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   Key *key = BKE_key_from_object(ob); | 
					
						
							|  |  |  |   KeyBlock *kb; | 
					
						
							|  |  |  |   PointerRNA keyptr; | 
					
						
							| 
									
										
										
										
											2009-07-03 15:23:33 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   if (key == NULL) { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     return PointerRNA_NULL; | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2018-06-09 14:40:09 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   kb = BLI_findlink(&key->block, ob->shapenr - 1); | 
					
						
							|  |  |  |   RNA_pointer_create((ID *)key, &RNA_ShapeKey, kb, &keyptr); | 
					
						
							|  |  |  |   return keyptr; | 
					
						
							| 
									
										
										
										
											2009-07-03 15:23:33 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-07-02 19:41:31 +00:00
										 |  |  | static PointerRNA rna_Object_field_get(PointerRNA *ptr) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							| 
									
										
										
										
											2009-07-02 19:41:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   /* weak */ | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   if (!ob->pd) { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     ob->pd = BKE_partdeflect_new(0); | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2018-06-09 14:40:09 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return rna_pointer_inherit_refine(ptr, &RNA_FieldSettings, ob->pd); | 
					
						
							| 
									
										
										
										
											2009-07-02 19:41:31 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static PointerRNA rna_Object_collision_get(PointerRNA *ptr) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							| 
									
										
										
										
											2009-07-02 19:41:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   if (ob->type != OB_MESH) { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     return PointerRNA_NULL; | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2011-04-18 01:45:28 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   /* weak */ | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   if (!ob->pd) { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     ob->pd = BKE_partdeflect_new(0); | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2018-06-09 14:40:09 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return rna_pointer_inherit_refine(ptr, &RNA_CollisionSettings, ob->pd); | 
					
						
							| 
									
										
										
										
											2009-07-02 19:41:31 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-11-11 19:58:30 +00:00
										 |  |  | static PointerRNA rna_Object_active_constraint_get(PointerRNA *ptr) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   bConstraint *con = BKE_constraints_active_get(&ob->constraints); | 
					
						
							|  |  |  |   return rna_pointer_inherit_refine(ptr, &RNA_Constraint, con); | 
					
						
							| 
									
										
										
										
											2009-11-11 19:58:30 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-20 18:06:09 +10:00
										 |  |  | static void rna_Object_active_constraint_set(PointerRNA *ptr, | 
					
						
							|  |  |  |                                              PointerRNA value, | 
					
						
							|  |  |  |                                              struct ReportList *UNUSED(reports)) | 
					
						
							| 
									
										
										
										
											2009-11-11 19:58:30 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   BKE_constraints_active_set(&ob->constraints, (bConstraint *)value.data); | 
					
						
							| 
									
										
										
										
											2009-11-11 19:58:30 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-31 12:27:47 +02:00
										 |  |  | static bConstraint *rna_Object_constraints_new(Object *object, Main *bmain, int type) | 
					
						
							| 
									
										
										
										
											2009-11-13 16:08:03 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   bConstraint *new_con = BKE_constraint_add_for_object(object, NULL, type); | 
					
						
							| 
									
										
										
										
											2017-02-25 11:27:11 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   ED_object_constraint_tag_update(bmain, object, new_con); | 
					
						
							|  |  |  |   WM_main_add_notifier(NC_OBJECT | ND_CONSTRAINT | NA_ADDED, object); | 
					
						
							| 
									
										
										
										
											2017-02-25 11:27:11 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return new_con; | 
					
						
							| 
									
										
										
										
											2009-11-13 16:08:03 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  | static void rna_Object_constraints_remove(Object *object, | 
					
						
							|  |  |  |                                           Main *bmain, | 
					
						
							|  |  |  |                                           ReportList *reports, | 
					
						
							|  |  |  |                                           PointerRNA *con_ptr) | 
					
						
							| 
									
										
										
										
											2009-11-13 16:08:03 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   bConstraint *con = con_ptr->data; | 
					
						
							|  |  |  |   if (BLI_findindex(&object->constraints, con) == -1) { | 
					
						
							|  |  |  |     BKE_reportf(reports, | 
					
						
							|  |  |  |                 RPT_ERROR, | 
					
						
							|  |  |  |                 "Constraint '%s' not found in object '%s'", | 
					
						
							|  |  |  |                 con->name, | 
					
						
							|  |  |  |                 object->id.name + 2); | 
					
						
							|  |  |  |     return; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2010-09-07 05:47:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   BKE_constraint_remove(&object->constraints, con); | 
					
						
							|  |  |  |   RNA_POINTER_INVALIDATE(con_ptr); | 
					
						
							| 
									
										
										
										
											2012-11-02 09:41:26 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   ED_object_constraint_update(bmain, object); | 
					
						
							|  |  |  |   ED_object_constraint_set_active(object, NULL); | 
					
						
							|  |  |  |   WM_main_add_notifier(NC_OBJECT | ND_CONSTRAINT | NA_REMOVED, object); | 
					
						
							| 
									
										
										
										
											2009-11-13 16:08:03 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2009-11-16 11:11:16 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-31 12:27:47 +02:00
										 |  |  | static void rna_Object_constraints_clear(Object *object, Main *bmain) | 
					
						
							| 
									
										
										
										
											2011-11-23 16:12:11 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   BKE_constraints_free(&object->constraints); | 
					
						
							| 
									
										
										
										
											2011-11-23 16:12:11 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   ED_object_constraint_update(bmain, object); | 
					
						
							|  |  |  |   ED_object_constraint_set_active(object, NULL); | 
					
						
							| 
									
										
										
										
											2011-11-23 16:12:11 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   WM_main_add_notifier(NC_OBJECT | ND_CONSTRAINT | NA_REMOVED, object); | 
					
						
							| 
									
										
										
										
											2011-11-23 16:12:11 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  | bool rna_Object_constraints_override_apply(Main *UNUSED(bmain), | 
					
						
							|  |  |  |                                            PointerRNA *ptr_dst, | 
					
						
							|  |  |  |                                            PointerRNA *ptr_src, | 
					
						
							|  |  |  |                                            PointerRNA *UNUSED(ptr_storage), | 
					
						
							|  |  |  |                                            PropertyRNA *UNUSED(prop_dst), | 
					
						
							|  |  |  |                                            PropertyRNA *UNUSED(prop_src), | 
					
						
							|  |  |  |                                            PropertyRNA *UNUSED(prop_storage), | 
					
						
							|  |  |  |                                            const int UNUSED(len_dst), | 
					
						
							|  |  |  |                                            const int UNUSED(len_src), | 
					
						
							|  |  |  |                                            const int UNUSED(len_storage), | 
					
						
							|  |  |  |                                            PointerRNA *UNUSED(ptr_item_dst), | 
					
						
							|  |  |  |                                            PointerRNA *UNUSED(ptr_item_src), | 
					
						
							|  |  |  |                                            PointerRNA *UNUSED(ptr_item_storage), | 
					
						
							| 
									
										
										
										
											2019-06-14 23:16:04 +02:00
										 |  |  |                                            IDOverrideLibraryPropertyOperation *opop) | 
					
						
							| 
									
										
										
										
											2018-05-01 17:41:44 +02:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-06-14 23:16:04 +02:00
										 |  |  |   BLI_assert(opop->operation == IDOVERRIDE_LIBRARY_OP_INSERT_AFTER && | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |              "Unsupported RNA override operation on constraints collection"); | 
					
						
							| 
									
										
										
										
											2018-05-01 17:41:44 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob_dst = (Object *)ptr_dst->id.data; | 
					
						
							|  |  |  |   Object *ob_src = (Object *)ptr_src->id.data; | 
					
						
							| 
									
										
										
										
											2018-05-02 11:35:24 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   /* Remember that insertion operations are defined and stored in correct order, which means that
 | 
					
						
							|  |  |  |    * even if we insert several items in a row, we alays insert first one, then second one, etc. | 
					
						
							|  |  |  |    * So we should always find 'anchor' constraint in both _src *and* _dst> */ | 
					
						
							|  |  |  |   bConstraint *con_anchor = NULL; | 
					
						
							|  |  |  |   if (opop->subitem_local_name && opop->subitem_local_name[0]) { | 
					
						
							|  |  |  |     con_anchor = BLI_findstring( | 
					
						
							|  |  |  |         &ob_dst->constraints, opop->subitem_local_name, offsetof(bConstraint, name)); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   if (con_anchor == NULL && opop->subitem_local_index >= 0) { | 
					
						
							|  |  |  |     con_anchor = BLI_findlink(&ob_dst->constraints, opop->subitem_local_index); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   /* Otherwise we just insert in first position. */ | 
					
						
							| 
									
										
										
										
											2018-05-02 11:35:24 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   bConstraint *con_src = NULL; | 
					
						
							|  |  |  |   if (opop->subitem_local_name && opop->subitem_local_name[0]) { | 
					
						
							|  |  |  |     con_src = BLI_findstring( | 
					
						
							|  |  |  |         &ob_src->constraints, opop->subitem_local_name, offsetof(bConstraint, name)); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   if (con_src == NULL && opop->subitem_local_index >= 0) { | 
					
						
							|  |  |  |     con_src = BLI_findlink(&ob_src->constraints, opop->subitem_local_index); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   con_src = con_src ? con_src->next : ob_src->constraints.first; | 
					
						
							| 
									
										
										
										
											2018-05-02 11:35:24 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   BLI_assert(con_src != NULL); | 
					
						
							| 
									
										
										
										
											2018-05-02 11:35:24 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   bConstraint *con_dst = BKE_constraint_duplicate_ex(con_src, 0, true); | 
					
						
							| 
									
										
										
										
											2018-05-02 11:35:24 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   /* This handles NULL anchor as expected by adding at head of list. */ | 
					
						
							|  |  |  |   BLI_insertlinkafter(&ob_dst->constraints, con_anchor, con_dst); | 
					
						
							| 
									
										
										
										
											2018-05-02 11:35:24 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-22 02:48:05 +10:00
										 |  |  |   /* This should actually *not* be needed in typical cases.
 | 
					
						
							|  |  |  |    * However, if overridden source was edited, we *may* have some new conflicting names. */ | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   BKE_constraint_unique_name(con_dst, &ob_dst->constraints); | 
					
						
							| 
									
										
										
										
											2018-05-02 11:35:24 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   //  printf("%s: We inserted a constraint...\n", __func__);
 | 
					
						
							|  |  |  |   return true; | 
					
						
							| 
									
										
										
										
											2018-05-01 17:41:44 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  | static ModifierData *rna_Object_modifier_new( | 
					
						
							|  |  |  |     Object *object, bContext *C, ReportList *reports, const char *name, int type) | 
					
						
							| 
									
										
										
										
											2009-11-28 13:33:56 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return ED_object_modifier_add(reports, CTX_data_main(C), CTX_data_scene(C), object, name, type); | 
					
						
							| 
									
										
										
										
											2009-11-28 13:33:56 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  | static void rna_Object_modifier_remove(Object *object, | 
					
						
							|  |  |  |                                        bContext *C, | 
					
						
							|  |  |  |                                        ReportList *reports, | 
					
						
							|  |  |  |                                        PointerRNA *md_ptr) | 
					
						
							| 
									
										
										
										
											2009-11-28 13:33:56 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   ModifierData *md = md_ptr->data; | 
					
						
							|  |  |  |   if (ED_object_modifier_remove(reports, CTX_data_main(C), object, md) == false) { | 
					
						
							|  |  |  |     /* error is already set */ | 
					
						
							|  |  |  |     return; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2012-11-02 09:41:26 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   RNA_POINTER_INVALIDATE(md_ptr); | 
					
						
							| 
									
										
										
										
											2011-11-23 16:12:11 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   WM_main_add_notifier(NC_OBJECT | ND_MODIFIER | NA_REMOVED, object); | 
					
						
							| 
									
										
										
										
											2011-11-23 16:12:11 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void rna_Object_modifier_clear(Object *object, bContext *C) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   ED_object_modifier_clear(CTX_data_main(C), object); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   WM_main_add_notifier(NC_OBJECT | ND_MODIFIER | NA_REMOVED, object); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | bool rna_Object_modifiers_override_apply(Main *UNUSED(bmain), | 
					
						
							|  |  |  |                                          PointerRNA *ptr_dst, | 
					
						
							|  |  |  |                                          PointerRNA *ptr_src, | 
					
						
							|  |  |  |                                          PointerRNA *UNUSED(ptr_storage), | 
					
						
							|  |  |  |                                          PropertyRNA *UNUSED(prop_dst), | 
					
						
							|  |  |  |                                          PropertyRNA *UNUSED(prop_src), | 
					
						
							|  |  |  |                                          PropertyRNA *UNUSED(prop_storage), | 
					
						
							|  |  |  |                                          const int UNUSED(len_dst), | 
					
						
							|  |  |  |                                          const int UNUSED(len_src), | 
					
						
							|  |  |  |                                          const int UNUSED(len_storage), | 
					
						
							|  |  |  |                                          PointerRNA *UNUSED(ptr_item_dst), | 
					
						
							|  |  |  |                                          PointerRNA *UNUSED(ptr_item_src), | 
					
						
							|  |  |  |                                          PointerRNA *UNUSED(ptr_item_storage), | 
					
						
							| 
									
										
										
										
											2019-06-14 23:16:04 +02:00
										 |  |  |                                          IDOverrideLibraryPropertyOperation *opop) | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-06-14 23:16:04 +02:00
										 |  |  |   BLI_assert(opop->operation == IDOVERRIDE_LIBRARY_OP_INSERT_AFTER && | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |              "Unsupported RNA override operation on modifiers collection"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   Object *ob_dst = (Object *)ptr_dst->id.data; | 
					
						
							|  |  |  |   Object *ob_src = (Object *)ptr_src->id.data; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* Remember that insertion operations are defined and stored in correct order, which means that
 | 
					
						
							|  |  |  |    * even if we insert several items in a row, we alays insert first one, then second one, etc. | 
					
						
							|  |  |  |    * So we should always find 'anchor' constraint in both _src *and* _dst> */ | 
					
						
							|  |  |  |   ModifierData *mod_anchor = NULL; | 
					
						
							|  |  |  |   if (opop->subitem_local_name && opop->subitem_local_name[0]) { | 
					
						
							|  |  |  |     mod_anchor = BLI_findstring( | 
					
						
							|  |  |  |         &ob_dst->modifiers, opop->subitem_local_name, offsetof(ModifierData, name)); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   if (mod_anchor == NULL && opop->subitem_local_index >= 0) { | 
					
						
							|  |  |  |     mod_anchor = BLI_findlink(&ob_dst->modifiers, opop->subitem_local_index); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   /* Otherwise we just insert in first position. */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   ModifierData *mod_src = NULL; | 
					
						
							|  |  |  |   if (opop->subitem_local_name && opop->subitem_local_name[0]) { | 
					
						
							|  |  |  |     mod_src = BLI_findstring( | 
					
						
							|  |  |  |         &ob_src->modifiers, opop->subitem_local_name, offsetof(ModifierData, name)); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   if (mod_src == NULL && opop->subitem_local_index >= 0) { | 
					
						
							|  |  |  |     mod_src = BLI_findlink(&ob_src->modifiers, opop->subitem_local_index); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   mod_src = mod_src ? mod_src->next : ob_src->modifiers.first; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   BLI_assert(mod_src != NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   ModifierData *mod_dst = modifier_new(mod_src->type); | 
					
						
							|  |  |  |   modifier_copyData(mod_src, mod_dst); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* This handles NULL anchor as expected by adding at head of list. */ | 
					
						
							|  |  |  |   BLI_insertlinkafter(&ob_dst->modifiers, mod_anchor, mod_dst); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-22 02:48:05 +10:00
										 |  |  |   /* This should actually *not* be needed in typical cases.
 | 
					
						
							|  |  |  |    * However, if overridden source was edited, | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |    * we *may* have some new conflicting names. */ | 
					
						
							|  |  |  |   modifier_unique_name(&ob_dst->modifiers, mod_dst); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   //  printf("%s: We inserted a modifier...\n", __func__);
 | 
					
						
							|  |  |  |   return true; | 
					
						
							| 
									
										
										
										
											2018-05-02 18:13:15 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | static GpencilModifierData *rna_Object_greasepencil_modifier_new( | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     Object *object, bContext *C, ReportList *reports, const char *name, int type) | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return ED_object_gpencil_modifier_add( | 
					
						
							|  |  |  |       reports, CTX_data_main(C), CTX_data_scene(C), object, name, type); | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  | static void rna_Object_greasepencil_modifier_remove(Object *object, | 
					
						
							|  |  |  |                                                     bContext *C, | 
					
						
							|  |  |  |                                                     ReportList *reports, | 
					
						
							|  |  |  |                                                     PointerRNA *gmd_ptr) | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   GpencilModifierData *gmd = gmd_ptr->data; | 
					
						
							|  |  |  |   if (ED_object_gpencil_modifier_remove(reports, CTX_data_main(C), object, gmd) == false) { | 
					
						
							|  |  |  |     /* error is already set */ | 
					
						
							|  |  |  |     return; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   RNA_POINTER_INVALIDATE(gmd_ptr); | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   WM_main_add_notifier(NC_OBJECT | ND_MODIFIER | NA_REMOVED, object); | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void rna_Object_greasepencil_modifier_clear(Object *object, bContext *C) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   ED_object_gpencil_modifier_clear(CTX_data_main(C), object); | 
					
						
							|  |  |  |   WM_main_add_notifier(NC_OBJECT | ND_MODIFIER | NA_REMOVED, object); | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* shader fx */ | 
					
						
							|  |  |  | static ShaderFxData *rna_Object_shaderfx_new( | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     Object *object, bContext *C, ReportList *reports, const char *name, int type) | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return ED_object_shaderfx_add(reports, CTX_data_main(C), CTX_data_scene(C), object, name, type); | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  | static void rna_Object_shaderfx_remove(Object *object, | 
					
						
							|  |  |  |                                        bContext *C, | 
					
						
							|  |  |  |                                        ReportList *reports, | 
					
						
							|  |  |  |                                        PointerRNA *gmd_ptr) | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   ShaderFxData *gmd = gmd_ptr->data; | 
					
						
							|  |  |  |   if (ED_object_shaderfx_remove(reports, CTX_data_main(C), object, gmd) == false) { | 
					
						
							|  |  |  |     /* error is already set */ | 
					
						
							|  |  |  |     return; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   RNA_POINTER_INVALIDATE(gmd_ptr); | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   WM_main_add_notifier(NC_OBJECT | ND_MODIFIER | NA_REMOVED, object); | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void rna_Object_shaderfx_clear(Object *object, bContext *C) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   ED_object_shaderfx_clear(CTX_data_main(C), object); | 
					
						
							|  |  |  |   WM_main_add_notifier(NC_OBJECT | ND_MODIFIER | NA_REMOVED, object); | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-02-10 20:29:40 +00:00
										 |  |  | static void rna_Object_boundbox_get(PointerRNA *ptr, float *values) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)ptr->id.data; | 
					
						
							|  |  |  |   BoundBox *bb = BKE_object_boundbox_get(ob); | 
					
						
							|  |  |  |   if (bb) { | 
					
						
							|  |  |  |     memcpy(values, bb->vec, sizeof(bb->vec)); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   else { | 
					
						
							|  |  |  |     copy_vn_fl(values, sizeof(bb->vec) / sizeof(float), 0.0f); | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2010-02-10 20:29:40 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-24 16:24:53 +03:00
										 |  |  | static bDeformGroup *rna_Object_vgroup_new(Object *ob, Main *bmain, const char *name) | 
					
						
							| 
									
										
										
										
											2010-08-27 02:33:35 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   bDeformGroup *defgroup = BKE_object_defgroup_add_name(ob, name); | 
					
						
							| 
									
										
										
										
											2011-01-07 09:50:23 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-24 16:24:53 +03:00
										 |  |  |   DEG_relations_tag_update(bmain); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   WM_main_add_notifier(NC_OBJECT | ND_DRAW, ob); | 
					
						
							| 
									
										
										
										
											2011-01-07 09:50:23 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return defgroup; | 
					
						
							| 
									
										
										
										
											2011-01-07 09:50:23 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-24 16:24:53 +03:00
										 |  |  | static void rna_Object_vgroup_remove(Object *ob, | 
					
						
							|  |  |  |                                      Main *bmain, | 
					
						
							|  |  |  |                                      ReportList *reports, | 
					
						
							|  |  |  |                                      PointerRNA *defgroup_ptr) | 
					
						
							| 
									
										
										
										
											2010-09-07 05:47:34 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   bDeformGroup *defgroup = defgroup_ptr->data; | 
					
						
							|  |  |  |   if (BLI_findindex(&ob->defbase, defgroup) == -1) { | 
					
						
							|  |  |  |     BKE_reportf(reports, | 
					
						
							|  |  |  |                 RPT_ERROR, | 
					
						
							|  |  |  |                 "DeformGroup '%s' not in object '%s'", | 
					
						
							|  |  |  |                 defgroup->name, | 
					
						
							|  |  |  |                 ob->id.name + 2); | 
					
						
							|  |  |  |     return; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2012-11-02 09:41:26 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   BKE_object_defgroup_remove(ob, defgroup); | 
					
						
							|  |  |  |   RNA_POINTER_INVALIDATE(defgroup_ptr); | 
					
						
							| 
									
										
										
										
											2011-01-07 09:50:23 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-24 16:24:53 +03:00
										 |  |  |   DEG_relations_tag_update(bmain); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   WM_main_add_notifier(NC_OBJECT | ND_DRAW, ob); | 
					
						
							| 
									
										
										
										
											2011-01-07 09:50:23 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-24 16:24:53 +03:00
										 |  |  | static void rna_Object_vgroup_clear(Object *ob, Main *bmain) | 
					
						
							| 
									
										
										
										
											2011-11-23 16:12:11 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   BKE_object_defgroup_remove_all(ob); | 
					
						
							| 
									
										
										
										
											2011-11-23 16:12:11 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-24 16:24:53 +03:00
										 |  |  |   DEG_relations_tag_update(bmain); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   WM_main_add_notifier(NC_OBJECT | ND_DRAW, ob); | 
					
						
							| 
									
										
										
										
											2011-11-23 16:12:11 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  | static void rna_VertexGroup_vertex_add(ID *id, | 
					
						
							|  |  |  |                                        bDeformGroup *def, | 
					
						
							|  |  |  |                                        ReportList *reports, | 
					
						
							|  |  |  |                                        int index_len, | 
					
						
							|  |  |  |                                        int *index, | 
					
						
							|  |  |  |                                        float weight, | 
					
						
							|  |  |  |                                        int assignmode) | 
					
						
							| 
									
										
										
										
											2011-01-07 09:50:23 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)id; | 
					
						
							| 
									
										
										
										
											2011-01-07 09:50:23 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   if (BKE_object_is_in_editmode_vgroup(ob)) { | 
					
						
							|  |  |  |     BKE_report( | 
					
						
							|  |  |  |         reports, RPT_ERROR, "VertexGroup.add(): cannot be called while object is in edit mode"); | 
					
						
							|  |  |  |     return; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2011-01-07 09:50:23 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   while (index_len--) { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     ED_vgroup_vert_add( | 
					
						
							|  |  |  |         ob, def, *index++, weight, assignmode); /* XXX, not efficient calling within loop*/ | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2011-01-07 09:50:23 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   DEG_id_tag_update(&ob->id, ID_RECALC_GEOMETRY); | 
					
						
							|  |  |  |   WM_main_add_notifier(NC_GEOM | ND_DATA, (ID *)ob->data); | 
					
						
							| 
									
										
										
										
											2011-01-07 09:50:23 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  | static void rna_VertexGroup_vertex_remove( | 
					
						
							|  |  |  |     ID *id, bDeformGroup *dg, ReportList *reports, int index_len, int *index) | 
					
						
							| 
									
										
										
										
											2011-01-07 09:50:23 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)id; | 
					
						
							| 
									
										
										
										
											2011-01-07 09:50:23 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   if (BKE_object_is_in_editmode_vgroup(ob)) { | 
					
						
							|  |  |  |     BKE_report( | 
					
						
							|  |  |  |         reports, RPT_ERROR, "VertexGroup.remove(): cannot be called while object is in edit mode"); | 
					
						
							|  |  |  |     return; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2011-01-07 09:50:23 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   while (index_len--) { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     ED_vgroup_vert_remove(ob, dg, *index++); | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2011-01-07 09:50:23 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   DEG_id_tag_update(&ob->id, ID_RECALC_GEOMETRY); | 
					
						
							|  |  |  |   WM_main_add_notifier(NC_GEOM | ND_DATA, (ID *)ob->data); | 
					
						
							| 
									
										
										
										
											2011-01-07 09:50:23 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static float rna_VertexGroup_weight(ID *id, bDeformGroup *dg, ReportList *reports, int index) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   float weight = ED_vgroup_vert_weight((Object *)id, dg, index); | 
					
						
							| 
									
										
										
										
											2011-01-07 09:50:23 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   if (weight < 0) { | 
					
						
							|  |  |  |     BKE_report(reports, RPT_ERROR, "Vertex not in group"); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   return weight; | 
					
						
							| 
									
										
										
										
											2010-09-07 05:47:34 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | static bFaceMap *rna_Object_fmap_new(Object *ob, const char *name) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   bFaceMap *fmap = BKE_object_facemap_add_name(ob, name); | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   WM_main_add_notifier(NC_OBJECT | ND_DRAW, ob); | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return fmap; | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void rna_Object_fmap_remove(Object *ob, ReportList *reports, PointerRNA *fmap_ptr) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   bFaceMap *fmap = fmap_ptr->data; | 
					
						
							|  |  |  |   if (BLI_findindex(&ob->fmaps, fmap) == -1) { | 
					
						
							|  |  |  |     BKE_reportf( | 
					
						
							|  |  |  |         reports, RPT_ERROR, "FaceMap '%s' not in object '%s'", fmap->name, ob->id.name + 2); | 
					
						
							|  |  |  |     return; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   BKE_object_facemap_remove(ob, fmap); | 
					
						
							|  |  |  |   RNA_POINTER_INVALIDATE(fmap_ptr); | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   WM_main_add_notifier(NC_OBJECT | ND_DRAW, ob); | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void rna_Object_fmap_clear(Object *ob) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   BKE_object_facemap_clear(ob); | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   WM_main_add_notifier(NC_OBJECT | ND_DRAW, ob); | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  | static void rna_FaceMap_face_add( | 
					
						
							|  |  |  |     ID *id, bFaceMap *fmap, ReportList *reports, int index_len, int *index) | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)id; | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   if (BKE_object_is_in_editmode(ob)) { | 
					
						
							|  |  |  |     BKE_report(reports, RPT_ERROR, "FaceMap.add(): cannot be called while object is in edit mode"); | 
					
						
							|  |  |  |     return; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   while (index_len--) { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     ED_object_facemap_face_add(ob, fmap, *index++); | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   WM_main_add_notifier(NC_GEOM | ND_DATA, (ID *)ob->data); | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  | static void rna_FaceMap_face_remove( | 
					
						
							|  |  |  |     ID *id, bFaceMap *fmap, ReportList *reports, int index_len, int *index) | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   Object *ob = (Object *)id; | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   if (BKE_object_is_in_editmode(ob)) { | 
					
						
							|  |  |  |     BKE_report(reports, RPT_ERROR, "FaceMap.add(): cannot be called while object is in edit mode"); | 
					
						
							|  |  |  |     return; | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   while (index_len--) { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |     ED_object_facemap_face_remove(ob, fmap, *index++); | 
					
						
							| 
									
										
										
										
											2019-06-04 00:21:57 +10:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   WM_main_add_notifier(NC_GEOM | ND_DATA, (ID *)ob->data); | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-08-03 06:51:36 +00:00
										 |  |  | /* generic poll functions */ | 
					
						
							| 
									
										
										
										
											2018-07-02 11:47:00 +02:00
										 |  |  | bool rna_Lattice_object_poll(PointerRNA *UNUSED(ptr), PointerRNA value) | 
					
						
							| 
									
										
										
										
											2010-08-03 06:51:36 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return ((Object *)value.id.data)->type == OB_LATTICE; | 
					
						
							| 
									
										
										
										
											2010-08-03 06:51:36 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-07-02 11:47:00 +02:00
										 |  |  | bool rna_Curve_object_poll(PointerRNA *UNUSED(ptr), PointerRNA value) | 
					
						
							| 
									
										
										
										
											2010-08-03 06:51:36 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return ((Object *)value.id.data)->type == OB_CURVE; | 
					
						
							| 
									
										
										
										
											2010-08-03 06:51:36 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-07-02 11:47:00 +02:00
										 |  |  | bool rna_Armature_object_poll(PointerRNA *UNUSED(ptr), PointerRNA value) | 
					
						
							| 
									
										
										
										
											2010-08-03 06:51:36 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return ((Object *)value.id.data)->type == OB_ARMATURE; | 
					
						
							| 
									
										
										
										
											2010-08-03 06:51:36 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-07-02 11:47:00 +02:00
										 |  |  | bool rna_Mesh_object_poll(PointerRNA *UNUSED(ptr), PointerRNA value) | 
					
						
							| 
									
										
										
										
											2010-08-03 06:51:36 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return ((Object *)value.id.data)->type == OB_MESH; | 
					
						
							| 
									
										
										
										
											2010-08-03 06:51:36 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-07-02 11:47:00 +02:00
										 |  |  | bool rna_Camera_object_poll(PointerRNA *UNUSED(ptr), PointerRNA value) | 
					
						
							| 
									
										
										
										
											2010-08-03 06:51:36 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return ((Object *)value.id.data)->type == OB_CAMERA; | 
					
						
							| 
									
										
										
										
											2010-08-03 06:51:36 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-06-27 14:41:53 +02:00
										 |  |  | bool rna_Light_object_poll(PointerRNA *UNUSED(ptr), PointerRNA value) | 
					
						
							| 
									
										
										
										
											2013-11-25 20:58:23 +09:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return ((Object *)value.id.data)->type == OB_LAMP; | 
					
						
							| 
									
										
										
										
											2013-11-25 20:58:23 +09:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | bool rna_GPencil_object_poll(PointerRNA *UNUSED(ptr), PointerRNA value) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   return ((Object *)value.id.data)->type == OB_GPENCIL; | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-12-30 18:27:33 +00:00
										 |  |  | int rna_Object_use_dynamic_topology_sculpting_get(PointerRNA *ptr) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   SculptSession *ss = ((Object *)ptr->id.data)->sculpt; | 
					
						
							|  |  |  |   return (ss && ss->bm); | 
					
						
							| 
									
										
										
										
											2012-12-30 18:27:33 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-10-31 23:50:02 +00:00
										 |  |  | #else
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-01 20:44:40 +00:00
										 |  |  | static void rna_def_vertex_group(BlenderRNA *brna) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   StructRNA *srna; | 
					
						
							|  |  |  |   PropertyRNA *prop; | 
					
						
							|  |  |  |   FunctionRNA *func; | 
					
						
							|  |  |  |   PropertyRNA *parm; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   static const EnumPropertyItem assign_mode_items[] = { | 
					
						
							|  |  |  |       {WEIGHT_REPLACE, "REPLACE", 0, "Replace", "Replace"}, | 
					
						
							|  |  |  |       {WEIGHT_ADD, "ADD", 0, "Add", "Add"}, | 
					
						
							|  |  |  |       {WEIGHT_SUBTRACT, "SUBTRACT", 0, "Subtract", "Subtract"}, | 
					
						
							|  |  |  |       {0, NULL, 0, NULL, NULL}, | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   srna = RNA_def_struct(brna, "VertexGroup", NULL); | 
					
						
							|  |  |  |   RNA_def_struct_sdna(srna, "bDeformGroup"); | 
					
						
							|  |  |  |   RNA_def_struct_ui_text( | 
					
						
							|  |  |  |       srna, "Vertex Group", "Group of vertices, used for armature deform and other purposes"); | 
					
						
							|  |  |  |   RNA_def_struct_ui_icon(srna, ICON_GROUP_VERTEX); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "name", PROP_STRING, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Name", "Vertex group name"); | 
					
						
							|  |  |  |   RNA_def_struct_name_property(srna, prop); | 
					
						
							|  |  |  |   RNA_def_property_string_funcs(prop, NULL, NULL, "rna_VertexGroup_name_set"); | 
					
						
							|  |  |  |   /* update data because modifiers may use [#24761] */ | 
					
						
							| 
									
										
										
										
											2019-04-24 16:24:53 +03:00
										 |  |  |   RNA_def_property_update( | 
					
						
							|  |  |  |       prop, NC_GEOM | ND_DATA | NA_RENAME, "rna_Object_internal_update_data_dependency"); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "lock_weight", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "", "Maintain the relative weights for the group"); | 
					
						
							|  |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "flag", 0); | 
					
						
							|  |  |  |   /* update data because modifiers may use [#24761] */ | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_GEOM | ND_DATA | NA_RENAME, "rna_Object_internal_update_data"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "index", PROP_INT, PROP_UNSIGNED); | 
					
						
							|  |  |  |   RNA_def_property_clear_flag(prop, PROP_EDITABLE); | 
					
						
							|  |  |  |   RNA_def_property_int_funcs(prop, "rna_VertexGroup_index_get", NULL, NULL); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Index", "Index number of the vertex group"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   func = RNA_def_function(srna, "add", "rna_VertexGroup_vertex_add"); | 
					
						
							|  |  |  |   RNA_def_function_ui_description(func, "Add vertices to the group"); | 
					
						
							|  |  |  |   RNA_def_function_flag(func, FUNC_USE_REPORTS | FUNC_USE_SELF_ID); | 
					
						
							|  |  |  |   /* TODO, see how array size of 0 works, this shouldnt be used */ | 
					
						
							|  |  |  |   parm = RNA_def_int_array(func, "index", 1, NULL, 0, 0, "", "Index List", 0, 0); | 
					
						
							|  |  |  |   RNA_def_parameter_flags(parm, PROP_DYNAMIC, PARM_REQUIRED); | 
					
						
							|  |  |  |   parm = RNA_def_float(func, "weight", 0, 0.0f, 1.0f, "", "Vertex weight", 0.0f, 1.0f); | 
					
						
							|  |  |  |   RNA_def_parameter_flags(parm, 0, PARM_REQUIRED); | 
					
						
							|  |  |  |   parm = RNA_def_enum(func, "type", assign_mode_items, 0, "", "Vertex assign mode"); | 
					
						
							|  |  |  |   RNA_def_parameter_flags(parm, 0, PARM_REQUIRED); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   func = RNA_def_function(srna, "remove", "rna_VertexGroup_vertex_remove"); | 
					
						
							|  |  |  |   RNA_def_function_ui_description(func, "Remove a vertex from the group"); | 
					
						
							|  |  |  |   RNA_def_function_flag(func, FUNC_USE_REPORTS | FUNC_USE_SELF_ID); | 
					
						
							|  |  |  |   /* TODO, see how array size of 0 works, this shouldnt be used */ | 
					
						
							|  |  |  |   parm = RNA_def_int_array(func, "index", 1, NULL, 0, 0, "", "Index List", 0, 0); | 
					
						
							|  |  |  |   RNA_def_parameter_flags(parm, PROP_DYNAMIC, PARM_REQUIRED); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   func = RNA_def_function(srna, "weight", "rna_VertexGroup_weight"); | 
					
						
							|  |  |  |   RNA_def_function_ui_description(func, "Get a vertex weight from the group"); | 
					
						
							|  |  |  |   RNA_def_function_flag(func, FUNC_USE_REPORTS | FUNC_USE_SELF_ID); | 
					
						
							|  |  |  |   parm = RNA_def_int(func, "index", 0, 0, INT_MAX, "Index", "The index of the vertex", 0, INT_MAX); | 
					
						
							|  |  |  |   RNA_def_parameter_flags(parm, 0, PARM_REQUIRED); | 
					
						
							|  |  |  |   parm = RNA_def_float(func, "weight", 0, 0.0f, 1.0f, "", "Vertex weight", 0.0f, 1.0f); | 
					
						
							|  |  |  |   RNA_def_function_return(func, parm); | 
					
						
							| 
									
										
										
										
											2009-01-01 20:44:40 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | static void rna_def_face_map(BlenderRNA *brna) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   StructRNA *srna; | 
					
						
							|  |  |  |   PropertyRNA *prop; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   FunctionRNA *func; | 
					
						
							|  |  |  |   PropertyRNA *parm; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   srna = RNA_def_struct(brna, "FaceMap", NULL); | 
					
						
							|  |  |  |   RNA_def_struct_sdna(srna, "bFaceMap"); | 
					
						
							|  |  |  |   RNA_def_struct_ui_text( | 
					
						
							|  |  |  |       srna, "Face Map", "Group of faces, each face can only be part of one map"); | 
					
						
							|  |  |  |   RNA_def_struct_ui_icon(srna, ICON_MOD_TRIANGULATE); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "name", PROP_STRING, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Name", "Face map name"); | 
					
						
							|  |  |  |   RNA_def_struct_name_property(srna, prop); | 
					
						
							|  |  |  |   RNA_def_property_string_funcs(prop, NULL, NULL, "rna_FaceMap_name_set"); | 
					
						
							|  |  |  |   /* update data because modifiers may use [#24761] */ | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_GEOM | ND_DATA | NA_RENAME, "rna_Object_internal_update_data"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "select", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "flag", SELECT); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Select", "Face-map selection state (for tools to use)"); | 
					
						
							|  |  |  |   /* important not to use a notifier here, creates a feedback loop! */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "index", PROP_INT, PROP_UNSIGNED); | 
					
						
							|  |  |  |   RNA_def_property_clear_flag(prop, PROP_EDITABLE); | 
					
						
							|  |  |  |   RNA_def_property_int_funcs(prop, "rna_FaceMap_index_get", NULL, NULL); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Index", "Index number of the face map"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   func = RNA_def_function(srna, "add", "rna_FaceMap_face_add"); | 
					
						
							|  |  |  |   RNA_def_function_ui_description(func, "Add vertices to the group"); | 
					
						
							|  |  |  |   RNA_def_function_flag(func, FUNC_USE_REPORTS | FUNC_USE_SELF_ID); | 
					
						
							|  |  |  |   /* TODO, see how array size of 0 works, this shouldnt be used */ | 
					
						
							|  |  |  |   parm = RNA_def_int_array(func, "index", 1, NULL, 0, 0, "", "Index List", 0, 0); | 
					
						
							|  |  |  |   RNA_def_parameter_flags(parm, PROP_DYNAMIC, PARM_REQUIRED); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   func = RNA_def_function(srna, "remove", "rna_FaceMap_face_remove"); | 
					
						
							|  |  |  |   RNA_def_function_ui_description(func, "Remove a vertex from the group"); | 
					
						
							|  |  |  |   RNA_def_function_flag(func, FUNC_USE_REPORTS | FUNC_USE_SELF_ID); | 
					
						
							|  |  |  |   /* TODO, see how array size of 0 works, this shouldnt be used */ | 
					
						
							|  |  |  |   parm = RNA_def_int_array(func, "index", 1, NULL, 0, 0, "", "Index List", 0, 0); | 
					
						
							|  |  |  |   RNA_def_parameter_flags(parm, PROP_DYNAMIC, PARM_REQUIRED); | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-03 23:22:43 +00:00
										 |  |  | static void rna_def_material_slot(BlenderRNA *brna) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   StructRNA *srna; | 
					
						
							|  |  |  |   PropertyRNA *prop; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   static const EnumPropertyItem link_items[] = { | 
					
						
							|  |  |  |       {1, "OBJECT", 0, "Object", ""}, | 
					
						
							|  |  |  |       {0, "DATA", 0, "Data", ""}, | 
					
						
							|  |  |  |       {0, NULL, 0, NULL, NULL}, | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* NOTE: there is no MaterialSlot equivalent in DNA, so the internal
 | 
					
						
							|  |  |  |    * pointer data points to ob->mat + index, and we manually implement | 
					
						
							|  |  |  |    * get/set for the properties. */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   srna = RNA_def_struct(brna, "MaterialSlot", NULL); | 
					
						
							|  |  |  |   RNA_def_struct_ui_text(srna, "Material Slot", "Material slot in an object"); | 
					
						
							|  |  |  |   RNA_def_struct_ui_icon(srna, ICON_MATERIAL_DATA); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* WARNING! Order is crucial for override to work properly here... :/
 | 
					
						
							| 
									
										
										
										
											2019-04-22 02:48:05 +10:00
										 |  |  |    * 'link' must come before material pointer, | 
					
						
							|  |  |  |    * since it defines where (in object or obdata) that one is set! */ | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   prop = RNA_def_property(srna, "link", PROP_ENUM, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_enum_items(prop, link_items); | 
					
						
							|  |  |  |   RNA_def_property_enum_funcs( | 
					
						
							|  |  |  |       prop, "rna_MaterialSlot_link_get", "rna_MaterialSlot_link_set", NULL); | 
					
						
							| 
									
										
										
										
											2019-06-14 23:16:04 +02:00
										 |  |  |   RNA_def_property_override_flag(prop, PROPOVERRIDE_OVERRIDABLE_LIBRARY); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   RNA_def_property_ui_text(prop, "Link", "Link material to object or the object's data"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, "rna_MaterialSlot_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "material", PROP_POINTER, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_struct_type(prop, "Material"); | 
					
						
							|  |  |  |   RNA_def_property_flag(prop, PROP_EDITABLE); | 
					
						
							|  |  |  |   RNA_def_property_editable_func(prop, "rna_MaterialSlot_material_editable"); | 
					
						
							| 
									
										
										
										
											2019-06-14 23:16:04 +02:00
										 |  |  |   RNA_def_property_override_flag(prop, PROPOVERRIDE_OVERRIDABLE_LIBRARY); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   RNA_def_property_pointer_funcs(prop, | 
					
						
							|  |  |  |                                  "rna_MaterialSlot_material_get", | 
					
						
							|  |  |  |                                  "rna_MaterialSlot_material_set", | 
					
						
							|  |  |  |                                  NULL, | 
					
						
							|  |  |  |                                  "rna_MaterialSlot_material_poll"); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Material", "Material data-block used by this material slot"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, "rna_MaterialSlot_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "name", PROP_STRING, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_string_funcs( | 
					
						
							|  |  |  |       prop, "rna_MaterialSlot_name_get", "rna_MaterialSlot_name_length", NULL); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Name", "Material slot name"); | 
					
						
							|  |  |  |   RNA_def_property_clear_flag(prop, PROP_EDITABLE); | 
					
						
							|  |  |  |   RNA_def_struct_name_property(srna, prop); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   RNA_def_struct_path_func(srna, "rna_MaterialSlot_path"); | 
					
						
							| 
									
										
										
										
											2009-06-03 23:22:43 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-11-13 16:08:03 +00:00
										 |  |  | static void rna_def_object_constraints(BlenderRNA *brna, PropertyRNA *cprop) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   StructRNA *srna; | 
					
						
							|  |  |  |   PropertyRNA *prop; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   FunctionRNA *func; | 
					
						
							|  |  |  |   PropertyRNA *parm; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   RNA_def_property_srna(cprop, "ObjectConstraints"); | 
					
						
							|  |  |  |   srna = RNA_def_struct(brna, "ObjectConstraints", NULL); | 
					
						
							|  |  |  |   RNA_def_struct_sdna(srna, "Object"); | 
					
						
							|  |  |  |   RNA_def_struct_ui_text(srna, "Object Constraints", "Collection of object constraints"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* Collection active property */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "active", PROP_POINTER, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_struct_type(prop, "Constraint"); | 
					
						
							|  |  |  |   RNA_def_property_pointer_funcs( | 
					
						
							|  |  |  |       prop, "rna_Object_active_constraint_get", "rna_Object_active_constraint_set", NULL, NULL); | 
					
						
							|  |  |  |   RNA_def_property_flag(prop, PROP_EDITABLE); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Active Constraint", "Active Object constraint"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* Constraint collection */ | 
					
						
							|  |  |  |   func = RNA_def_function(srna, "new", "rna_Object_constraints_new"); | 
					
						
							|  |  |  |   RNA_def_function_ui_description(func, "Add a new constraint to this object"); | 
					
						
							|  |  |  |   RNA_def_function_flag(func, FUNC_USE_MAIN); | 
					
						
							|  |  |  |   /* object to add */ | 
					
						
							|  |  |  |   parm = RNA_def_enum( | 
					
						
							|  |  |  |       func, "type", rna_enum_constraint_type_items, 1, "", "Constraint type to add"); | 
					
						
							|  |  |  |   RNA_def_parameter_flags(parm, 0, PARM_REQUIRED); | 
					
						
							|  |  |  |   /* return type */ | 
					
						
							|  |  |  |   parm = RNA_def_pointer(func, "constraint", "Constraint", "", "New constraint"); | 
					
						
							|  |  |  |   RNA_def_function_return(func, parm); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   func = RNA_def_function(srna, "remove", "rna_Object_constraints_remove"); | 
					
						
							|  |  |  |   RNA_def_function_ui_description(func, "Remove a constraint from this object"); | 
					
						
							|  |  |  |   RNA_def_function_flag(func, FUNC_USE_MAIN | FUNC_USE_REPORTS); | 
					
						
							|  |  |  |   /* constraint to remove */ | 
					
						
							|  |  |  |   parm = RNA_def_pointer(func, "constraint", "Constraint", "", "Removed constraint"); | 
					
						
							|  |  |  |   RNA_def_parameter_flags(parm, PROP_NEVER_NULL, PARM_REQUIRED | PARM_RNAPTR); | 
					
						
							|  |  |  |   RNA_def_parameter_clear_flags(parm, PROP_THICK_WRAP, 0); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   func = RNA_def_function(srna, "clear", "rna_Object_constraints_clear"); | 
					
						
							|  |  |  |   RNA_def_function_flag(func, FUNC_USE_MAIN); | 
					
						
							|  |  |  |   RNA_def_function_ui_description(func, "Remove all constraint from this object"); | 
					
						
							| 
									
										
										
										
											2009-11-13 16:08:03 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-09-07 05:47:34 +00:00
										 |  |  | /* object.modifiers */ | 
					
						
							| 
									
										
										
										
											2009-11-28 13:33:56 +00:00
										 |  |  | static void rna_def_object_modifiers(BlenderRNA *brna, PropertyRNA *cprop) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   StructRNA *srna; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   FunctionRNA *func; | 
					
						
							|  |  |  |   PropertyRNA *parm; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   RNA_def_property_srna(cprop, "ObjectModifiers"); | 
					
						
							|  |  |  |   srna = RNA_def_struct(brna, "ObjectModifiers", NULL); | 
					
						
							|  |  |  |   RNA_def_struct_sdna(srna, "Object"); | 
					
						
							|  |  |  |   RNA_def_struct_ui_text(srna, "Object Modifiers", "Collection of object modifiers"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #  if 0
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "active", PROP_POINTER, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_struct_type(prop, "EditBone"); | 
					
						
							|  |  |  |   RNA_def_property_pointer_sdna(prop, NULL, "act_edbone"); | 
					
						
							|  |  |  |   RNA_def_property_flag(prop, PROP_EDITABLE); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Active EditBone", "Armatures active edit bone"); | 
					
						
							|  |  |  |   /*RNA_def_property_update(prop, 0, "rna_Armature_act_editbone_update"); */ | 
					
						
							|  |  |  |   RNA_def_property_pointer_funcs(prop, NULL, "rna_Armature_act_edit_bone_set", NULL, NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* todo, redraw */ | 
					
						
							|  |  |  | /*      RNA_def_property_collection_active(prop, prop_act); */ | 
					
						
							|  |  |  | #  endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* add modifier */ | 
					
						
							|  |  |  |   func = RNA_def_function(srna, "new", "rna_Object_modifier_new"); | 
					
						
							|  |  |  |   RNA_def_function_flag(func, FUNC_USE_CONTEXT | FUNC_USE_REPORTS); | 
					
						
							|  |  |  |   RNA_def_function_ui_description(func, "Add a new modifier"); | 
					
						
							|  |  |  |   parm = RNA_def_string(func, "name", "Name", 0, "", "New name for the modifier"); | 
					
						
							|  |  |  |   RNA_def_parameter_flags(parm, 0, PARM_REQUIRED); | 
					
						
							|  |  |  |   /* modifier to add */ | 
					
						
							|  |  |  |   parm = RNA_def_enum( | 
					
						
							|  |  |  |       func, "type", rna_enum_object_modifier_type_items, 1, "", "Modifier type to add"); | 
					
						
							|  |  |  |   RNA_def_parameter_flags(parm, 0, PARM_REQUIRED); | 
					
						
							|  |  |  |   /* return type */ | 
					
						
							|  |  |  |   parm = RNA_def_pointer(func, "modifier", "Modifier", "", "Newly created modifier"); | 
					
						
							|  |  |  |   RNA_def_function_return(func, parm); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* remove modifier */ | 
					
						
							|  |  |  |   func = RNA_def_function(srna, "remove", "rna_Object_modifier_remove"); | 
					
						
							|  |  |  |   RNA_def_function_flag(func, FUNC_USE_CONTEXT | FUNC_USE_REPORTS); | 
					
						
							|  |  |  |   RNA_def_function_ui_description(func, "Remove an existing modifier from the object"); | 
					
						
							|  |  |  |   /* modifier to remove */ | 
					
						
							|  |  |  |   parm = RNA_def_pointer(func, "modifier", "Modifier", "", "Modifier to remove"); | 
					
						
							|  |  |  |   RNA_def_parameter_flags(parm, PROP_NEVER_NULL, PARM_REQUIRED | PARM_RNAPTR); | 
					
						
							|  |  |  |   RNA_def_parameter_clear_flags(parm, PROP_THICK_WRAP, 0); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* clear all modifiers */ | 
					
						
							|  |  |  |   func = RNA_def_function(srna, "clear", "rna_Object_modifier_clear"); | 
					
						
							|  |  |  |   RNA_def_function_flag(func, FUNC_USE_CONTEXT); | 
					
						
							|  |  |  |   RNA_def_function_ui_description(func, "Remove all modifiers from the object"); | 
					
						
							| 
									
										
										
										
											2010-09-07 05:47:34 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | /* object.grease_pencil_modifiers */ | 
					
						
							|  |  |  | static void rna_def_object_grease_pencil_modifiers(BlenderRNA *brna, PropertyRNA *cprop) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   StructRNA *srna; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   FunctionRNA *func; | 
					
						
							|  |  |  |   PropertyRNA *parm; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   RNA_def_property_srna(cprop, "ObjectGpencilModifiers"); | 
					
						
							|  |  |  |   srna = RNA_def_struct(brna, "ObjectGpencilModifiers", NULL); | 
					
						
							|  |  |  |   RNA_def_struct_sdna(srna, "Object"); | 
					
						
							|  |  |  |   RNA_def_struct_ui_text( | 
					
						
							|  |  |  |       srna, "Object Grease Pencil Modifiers", "Collection of object grease pencil modifiers"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* add greasepencil modifier */ | 
					
						
							|  |  |  |   func = RNA_def_function(srna, "new", "rna_Object_greasepencil_modifier_new"); | 
					
						
							|  |  |  |   RNA_def_function_flag(func, FUNC_USE_CONTEXT | FUNC_USE_REPORTS); | 
					
						
							|  |  |  |   RNA_def_function_ui_description(func, "Add a new greasepencil_modifier"); | 
					
						
							|  |  |  |   parm = RNA_def_string(func, "name", "Name", 0, "", "New name for the greasepencil_modifier"); | 
					
						
							|  |  |  |   RNA_def_parameter_flags(parm, 0, PARM_REQUIRED); | 
					
						
							|  |  |  |   /* greasepencil_modifier to add */ | 
					
						
							|  |  |  |   parm = RNA_def_enum(func, | 
					
						
							|  |  |  |                       "type", | 
					
						
							|  |  |  |                       rna_enum_object_greasepencil_modifier_type_items, | 
					
						
							|  |  |  |                       1, | 
					
						
							|  |  |  |                       "", | 
					
						
							|  |  |  |                       "Modifier type to add"); | 
					
						
							|  |  |  |   RNA_def_parameter_flags(parm, 0, PARM_REQUIRED); | 
					
						
							|  |  |  |   /* return type */ | 
					
						
							|  |  |  |   parm = RNA_def_pointer( | 
					
						
							|  |  |  |       func, "greasepencil_modifier", "GpencilModifier", "", "Newly created modifier"); | 
					
						
							|  |  |  |   RNA_def_function_return(func, parm); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* remove greasepencil_modifier */ | 
					
						
							|  |  |  |   func = RNA_def_function(srna, "remove", "rna_Object_greasepencil_modifier_remove"); | 
					
						
							|  |  |  |   RNA_def_function_flag(func, FUNC_USE_CONTEXT | FUNC_USE_REPORTS); | 
					
						
							|  |  |  |   RNA_def_function_ui_description(func, | 
					
						
							|  |  |  |                                   "Remove an existing greasepencil_modifier from the object"); | 
					
						
							|  |  |  |   /* greasepencil_modifier to remove */ | 
					
						
							|  |  |  |   parm = RNA_def_pointer( | 
					
						
							|  |  |  |       func, "greasepencil_modifier", "GpencilModifier", "", "Modifier to remove"); | 
					
						
							|  |  |  |   RNA_def_parameter_flags(parm, PROP_NEVER_NULL, PARM_REQUIRED | PARM_RNAPTR); | 
					
						
							|  |  |  |   RNA_def_parameter_clear_flags(parm, PROP_THICK_WRAP, 0); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* clear all greasepencil modifiers */ | 
					
						
							|  |  |  |   func = RNA_def_function(srna, "clear", "rna_Object_greasepencil_modifier_clear"); | 
					
						
							|  |  |  |   RNA_def_function_flag(func, FUNC_USE_CONTEXT); | 
					
						
							|  |  |  |   RNA_def_function_ui_description(func, "Remove all grease pencil modifiers from the object"); | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* object.shaderfxs */ | 
					
						
							|  |  |  | static void rna_def_object_shaderfxs(BlenderRNA *brna, PropertyRNA *cprop) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   StructRNA *srna; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   FunctionRNA *func; | 
					
						
							|  |  |  |   PropertyRNA *parm; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   RNA_def_property_srna(cprop, "ObjectShaderFx"); | 
					
						
							|  |  |  |   srna = RNA_def_struct(brna, "ObjectShaderFx", NULL); | 
					
						
							|  |  |  |   RNA_def_struct_sdna(srna, "Object"); | 
					
						
							|  |  |  |   RNA_def_struct_ui_text(srna, "Object Shader Effects", "Collection of object effects"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* add shader_fx */ | 
					
						
							|  |  |  |   func = RNA_def_function(srna, "new", "rna_Object_shaderfx_new"); | 
					
						
							|  |  |  |   RNA_def_function_flag(func, FUNC_USE_CONTEXT | FUNC_USE_REPORTS); | 
					
						
							|  |  |  |   RNA_def_function_ui_description(func, "Add a new shader fx"); | 
					
						
							|  |  |  |   parm = RNA_def_string(func, "name", "Name", 0, "", "New name for the effect"); | 
					
						
							|  |  |  |   RNA_def_parameter_flags(parm, 0, PARM_REQUIRED); | 
					
						
							|  |  |  |   /* shader to add */ | 
					
						
							|  |  |  |   parm = RNA_def_enum( | 
					
						
							|  |  |  |       func, "type", rna_enum_object_shaderfx_type_items, 1, "", "Effect type to add"); | 
					
						
							|  |  |  |   RNA_def_parameter_flags(parm, 0, PARM_REQUIRED); | 
					
						
							|  |  |  |   /* return type */ | 
					
						
							|  |  |  |   parm = RNA_def_pointer(func, "shader_fx", "ShaderFx", "", "Newly created effect"); | 
					
						
							|  |  |  |   RNA_def_function_return(func, parm); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* remove shader_fx */ | 
					
						
							|  |  |  |   func = RNA_def_function(srna, "remove", "rna_Object_shaderfx_remove"); | 
					
						
							|  |  |  |   RNA_def_function_flag(func, FUNC_USE_CONTEXT | FUNC_USE_REPORTS); | 
					
						
							|  |  |  |   RNA_def_function_ui_description(func, "Remove an existing effect from the object"); | 
					
						
							|  |  |  |   /* shader to remove */ | 
					
						
							|  |  |  |   parm = RNA_def_pointer(func, "shader_fx", "ShaderFx", "", "Effect to remove"); | 
					
						
							|  |  |  |   RNA_def_parameter_flags(parm, PROP_NEVER_NULL, PARM_REQUIRED | PARM_RNAPTR); | 
					
						
							|  |  |  |   RNA_def_parameter_clear_flags(parm, PROP_THICK_WRAP, 0); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* clear all shader fx */ | 
					
						
							|  |  |  |   func = RNA_def_function(srna, "clear", "rna_Object_shaderfx_clear"); | 
					
						
							|  |  |  |   RNA_def_function_flag(func, FUNC_USE_CONTEXT); | 
					
						
							|  |  |  |   RNA_def_function_ui_description(func, "Remove all effects from the object"); | 
					
						
							| 
									
										
										
										
											2018-07-31 10:22:19 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-12-28 17:30:58 +01:00
										 |  |  | /* object.particle_systems */ | 
					
						
							|  |  |  | static void rna_def_object_particle_systems(BlenderRNA *brna, PropertyRNA *cprop) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   StructRNA *srna; | 
					
						
							| 
									
										
										
										
											2018-06-09 14:40:09 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   PropertyRNA *prop; | 
					
						
							| 
									
										
										
										
											2016-12-28 17:30:58 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   /* FunctionRNA *func; */ | 
					
						
							|  |  |  |   /* PropertyRNA *parm; */ | 
					
						
							| 
									
										
										
										
											2016-12-28 17:30:58 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   RNA_def_property_srna(cprop, "ParticleSystems"); | 
					
						
							|  |  |  |   srna = RNA_def_struct(brna, "ParticleSystems", NULL); | 
					
						
							|  |  |  |   RNA_def_struct_sdna(srna, "Object"); | 
					
						
							|  |  |  |   RNA_def_struct_ui_text(srna, "Particle Systems", "Collection of particle systems"); | 
					
						
							| 
									
										
										
										
											2016-12-28 17:30:58 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   prop = RNA_def_property(srna, "active", PROP_POINTER, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_struct_type(prop, "ParticleSystem"); | 
					
						
							|  |  |  |   RNA_def_property_pointer_funcs(prop, "rna_Object_active_particle_system_get", NULL, NULL, NULL); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, "Active Particle System", "Active particle system being displayed"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, NULL); | 
					
						
							| 
									
										
										
										
											2018-06-09 14:40:09 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   prop = RNA_def_property(srna, "active_index", PROP_INT, PROP_UNSIGNED); | 
					
						
							|  |  |  |   RNA_def_property_clear_flag(prop, PROP_ANIMATABLE); | 
					
						
							|  |  |  |   RNA_def_property_int_funcs(prop, | 
					
						
							|  |  |  |                              "rna_Object_active_particle_system_index_get", | 
					
						
							|  |  |  |                              "rna_Object_active_particle_system_index_set", | 
					
						
							|  |  |  |                              "rna_Object_active_particle_system_index_range"); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, "Active Particle System Index", "Index of active particle system slot"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, "rna_Object_particle_update"); | 
					
						
							| 
									
										
										
										
											2016-12-28 17:30:58 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-09-07 05:47:34 +00:00
										 |  |  | /* object.vertex_groups */ | 
					
						
							|  |  |  | static void rna_def_object_vertex_groups(BlenderRNA *brna, PropertyRNA *cprop) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   StructRNA *srna; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   PropertyRNA *prop; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   FunctionRNA *func; | 
					
						
							|  |  |  |   PropertyRNA *parm; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   RNA_def_property_srna(cprop, "VertexGroups"); | 
					
						
							|  |  |  |   srna = RNA_def_struct(brna, "VertexGroups", NULL); | 
					
						
							|  |  |  |   RNA_def_struct_sdna(srna, "Object"); | 
					
						
							|  |  |  |   RNA_def_struct_ui_text(srna, "Vertex Groups", "Collection of vertex groups"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "active", PROP_POINTER, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_struct_type(prop, "VertexGroup"); | 
					
						
							|  |  |  |   RNA_def_property_pointer_funcs(prop, | 
					
						
							|  |  |  |                                  "rna_Object_active_vertex_group_get", | 
					
						
							|  |  |  |                                  "rna_Object_active_vertex_group_set", | 
					
						
							|  |  |  |                                  NULL, | 
					
						
							|  |  |  |                                  NULL); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Active Vertex Group", "Vertex groups of the object"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_GEOM | ND_DATA, "rna_Object_internal_update_data"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "active_index", PROP_INT, PROP_UNSIGNED); | 
					
						
							|  |  |  |   RNA_def_property_clear_flag(prop, PROP_ANIMATABLE); | 
					
						
							|  |  |  |   RNA_def_property_int_sdna(prop, NULL, "actdef"); | 
					
						
							|  |  |  |   RNA_def_property_int_funcs(prop, | 
					
						
							|  |  |  |                              "rna_Object_active_vertex_group_index_get", | 
					
						
							|  |  |  |                              "rna_Object_active_vertex_group_index_set", | 
					
						
							|  |  |  |                              "rna_Object_active_vertex_group_index_range"); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, "Active Vertex Group Index", "Active index in vertex group array"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_GEOM | ND_DATA, "rna_Object_internal_update_data"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* vertex groups */ /* add_vertex_group */ | 
					
						
							|  |  |  |   func = RNA_def_function(srna, "new", "rna_Object_vgroup_new"); | 
					
						
							| 
									
										
										
										
											2019-04-24 16:24:53 +03:00
										 |  |  |   RNA_def_function_flag(func, FUNC_USE_MAIN); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   RNA_def_function_ui_description(func, "Add vertex group to object"); | 
					
						
							|  |  |  |   RNA_def_string(func, "name", "Group", 0, "", "Vertex group name"); /* optional */ | 
					
						
							|  |  |  |   parm = RNA_def_pointer(func, "group", "VertexGroup", "", "New vertex group"); | 
					
						
							|  |  |  |   RNA_def_function_return(func, parm); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   func = RNA_def_function(srna, "remove", "rna_Object_vgroup_remove"); | 
					
						
							| 
									
										
										
										
											2019-04-24 16:24:53 +03:00
										 |  |  |   RNA_def_function_flag(func, FUNC_USE_MAIN | FUNC_USE_REPORTS); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   RNA_def_function_ui_description(func, "Delete vertex group from object"); | 
					
						
							|  |  |  |   parm = RNA_def_pointer(func, "group", "VertexGroup", "", "Vertex group to remove"); | 
					
						
							|  |  |  |   RNA_def_parameter_flags(parm, PROP_NEVER_NULL, PARM_REQUIRED | PARM_RNAPTR); | 
					
						
							|  |  |  |   RNA_def_parameter_clear_flags(parm, PROP_THICK_WRAP, 0); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   func = RNA_def_function(srna, "clear", "rna_Object_vgroup_clear"); | 
					
						
							| 
									
										
										
										
											2019-04-24 16:24:53 +03:00
										 |  |  |   RNA_def_function_flag(func, FUNC_USE_MAIN); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   RNA_def_function_ui_description(func, "Delete all vertex groups from object"); | 
					
						
							| 
									
										
										
										
											2009-11-28 13:33:56 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | /* object.face_maps */ | 
					
						
							|  |  |  | static void rna_def_object_face_maps(BlenderRNA *brna, PropertyRNA *cprop) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   StructRNA *srna; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   PropertyRNA *prop; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   FunctionRNA *func; | 
					
						
							|  |  |  |   PropertyRNA *parm; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   RNA_def_property_srna(cprop, "FaceMaps"); | 
					
						
							|  |  |  |   srna = RNA_def_struct(brna, "FaceMaps", NULL); | 
					
						
							|  |  |  |   RNA_def_struct_sdna(srna, "Object"); | 
					
						
							|  |  |  |   RNA_def_struct_ui_text(srna, "Face Maps", "Collection of face maps"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "active", PROP_POINTER, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_struct_type(prop, "FaceMap"); | 
					
						
							|  |  |  |   RNA_def_property_pointer_funcs( | 
					
						
							|  |  |  |       prop, "rna_Object_active_face_map_get", "rna_Object_active_face_map_set", NULL, NULL); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Active Face Map", "Face maps of the object"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_GEOM | ND_DATA, "rna_Object_internal_update_data"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "active_index", PROP_INT, PROP_UNSIGNED); | 
					
						
							|  |  |  |   RNA_def_property_clear_flag(prop, PROP_ANIMATABLE); | 
					
						
							|  |  |  |   RNA_def_property_int_sdna(prop, NULL, "actfmap"); | 
					
						
							|  |  |  |   RNA_def_property_int_funcs(prop, | 
					
						
							|  |  |  |                              "rna_Object_active_face_map_index_get", | 
					
						
							|  |  |  |                              "rna_Object_active_face_map_index_set", | 
					
						
							|  |  |  |                              "rna_Object_active_face_map_index_range"); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Active Face Map Index", "Active index in face map array"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_GEOM | ND_DATA, "rna_Object_internal_update_data"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* face maps */ /* add_face_map */ | 
					
						
							|  |  |  |   func = RNA_def_function(srna, "new", "rna_Object_fmap_new"); | 
					
						
							|  |  |  |   RNA_def_function_ui_description(func, "Add face map to object"); | 
					
						
							|  |  |  |   RNA_def_string(func, "name", "Map", 0, "", "face map name"); /* optional */ | 
					
						
							|  |  |  |   parm = RNA_def_pointer(func, "fmap", "FaceMap", "", "New face map"); | 
					
						
							|  |  |  |   RNA_def_function_return(func, parm); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   func = RNA_def_function(srna, "remove", "rna_Object_fmap_remove"); | 
					
						
							|  |  |  |   RNA_def_function_flag(func, FUNC_USE_REPORTS); | 
					
						
							|  |  |  |   RNA_def_function_ui_description(func, "Delete vertex group from object"); | 
					
						
							|  |  |  |   parm = RNA_def_pointer(func, "group", "FaceMap", "", "Face map to remove"); | 
					
						
							|  |  |  |   RNA_def_parameter_flags(parm, PROP_NEVER_NULL, PARM_REQUIRED | PARM_RNAPTR); | 
					
						
							|  |  |  |   RNA_def_property_clear_flag(parm, PROP_THICK_WRAP); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   func = RNA_def_function(srna, "clear", "rna_Object_fmap_clear"); | 
					
						
							|  |  |  |   RNA_def_function_ui_description(func, "Delete all vertex groups from object"); | 
					
						
							| 
									
										
										
										
											2017-05-30 17:58:24 +10:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2010-09-07 05:47:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-09 15:13:12 +02:00
										 |  |  | static void rna_def_object_display(BlenderRNA *brna) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   StructRNA *srna; | 
					
						
							|  |  |  |   PropertyRNA *prop; | 
					
						
							| 
									
										
										
										
											2018-05-09 15:13:12 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   srna = RNA_def_struct(brna, "ObjectDisplay", NULL); | 
					
						
							|  |  |  |   RNA_def_struct_ui_text(srna, "Object Display", "Object display settings for 3d viewport"); | 
					
						
							|  |  |  |   RNA_def_struct_sdna(srna, "Object"); | 
					
						
							|  |  |  |   RNA_def_struct_nested(brna, srna, "Object"); | 
					
						
							|  |  |  |   RNA_def_struct_path_func(srna, "rna_ObjectDisplay_path"); | 
					
						
							| 
									
										
										
										
											2018-05-09 15:13:12 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   prop = RNA_def_property(srna, "show_shadows", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_negative_sdna(prop, NULL, "dtx", OB_DRAW_NO_SHADOW_CAST); | 
					
						
							|  |  |  |   RNA_def_property_boolean_default(prop, true); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Shadow", "Object cast shadows in the 3d viewport"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, NULL); | 
					
						
							| 
									
										
										
										
											2018-05-09 15:13:12 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-18 19:48:55 +00:00
										 |  |  | static void rna_def_object(BlenderRNA *brna) | 
					
						
							| 
									
										
										
										
											2008-10-31 23:50:02 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   StructRNA *srna; | 
					
						
							|  |  |  |   PropertyRNA *prop; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   static const EnumPropertyItem up_items[] = { | 
					
						
							|  |  |  |       {OB_POSX, "X", 0, "X", ""}, | 
					
						
							|  |  |  |       {OB_POSY, "Y", 0, "Y", ""}, | 
					
						
							|  |  |  |       {OB_POSZ, "Z", 0, "Z", ""}, | 
					
						
							|  |  |  |       {0, NULL, 0, NULL, NULL}, | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   static const EnumPropertyItem drawtype_items[] = { | 
					
						
							|  |  |  |       {OB_BOUNDBOX, "BOUNDS", 0, "Bounds", "Display the bounds of the object"}, | 
					
						
							|  |  |  |       {OB_WIRE, "WIRE", 0, "Wire", "Display the object as a wireframe"}, | 
					
						
							|  |  |  |       {OB_SOLID, | 
					
						
							|  |  |  |        "SOLID", | 
					
						
							|  |  |  |        0, | 
					
						
							|  |  |  |        "Solid", | 
					
						
							|  |  |  |        "Display the object as a solid (if solid drawing is enabled in the viewport)"}, | 
					
						
							|  |  |  |       {OB_TEXTURE, | 
					
						
							|  |  |  |        "TEXTURED", | 
					
						
							|  |  |  |        0, | 
					
						
							|  |  |  |        "Textured", | 
					
						
							|  |  |  |        "Display the object with textures (if textures are enabled in the viewport)"}, | 
					
						
							|  |  |  |       {0, NULL, 0, NULL, NULL}, | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   static const EnumPropertyItem boundtype_items[] = { | 
					
						
							|  |  |  |       {OB_BOUND_BOX, "BOX", 0, "Box", "Display bounds as box"}, | 
					
						
							|  |  |  |       {OB_BOUND_SPHERE, "SPHERE", 0, "Sphere", "Display bounds as sphere"}, | 
					
						
							|  |  |  |       {OB_BOUND_CYLINDER, "CYLINDER", 0, "Cylinder", "Display bounds as cylinder"}, | 
					
						
							|  |  |  |       {OB_BOUND_CONE, "CONE", 0, "Cone", "Display bounds as cone"}, | 
					
						
							|  |  |  |       {OB_BOUND_CAPSULE, "CAPSULE", 0, "Capsule", "Display bounds as capsule"}, | 
					
						
							|  |  |  |       {0, NULL, 0, NULL, NULL}, | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   static int boundbox_dimsize[] = {8, 3}; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   srna = RNA_def_struct(brna, "Object", "ID"); | 
					
						
							|  |  |  |   RNA_def_struct_ui_text(srna, "Object", "Object data-block defining an object in a scene"); | 
					
						
							|  |  |  |   RNA_def_struct_clear_flag(srna, STRUCT_ID_REFCOUNT); | 
					
						
							|  |  |  |   RNA_def_struct_ui_icon(srna, ICON_OBJECT_DATA); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "data", PROP_POINTER, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_struct_type(prop, "ID"); | 
					
						
							|  |  |  |   RNA_def_property_pointer_funcs( | 
					
						
							|  |  |  |       prop, NULL, "rna_Object_data_set", "rna_Object_data_typef", "rna_Object_data_poll"); | 
					
						
							|  |  |  |   RNA_def_property_flag(prop, PROP_EDITABLE | PROP_NEVER_UNLINK); | 
					
						
							| 
									
										
										
										
											2019-06-14 23:16:04 +02:00
										 |  |  |   RNA_def_property_override_flag(prop, PROPOVERRIDE_OVERRIDABLE_LIBRARY); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   RNA_def_property_ui_text(prop, "Data", "Object data"); | 
					
						
							| 
									
										
										
										
											2019-07-09 19:48:38 +02:00
										 |  |  |   RNA_def_property_update(prop, 0, "rna_Object_internal_update_data_dependency"); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "type", PROP_ENUM, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_enum_sdna(prop, NULL, "type"); | 
					
						
							|  |  |  |   RNA_def_property_enum_items(prop, rna_enum_object_type_items); | 
					
						
							|  |  |  |   RNA_def_property_clear_flag(prop, PROP_EDITABLE); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Type", "Type of Object"); | 
					
						
							|  |  |  |   RNA_def_property_translation_context(prop, BLT_I18NCONTEXT_ID_ID); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "mode", PROP_ENUM, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_enum_sdna(prop, NULL, "mode"); | 
					
						
							|  |  |  |   RNA_def_property_enum_items(prop, rna_enum_object_mode_items); | 
					
						
							|  |  |  |   RNA_def_property_clear_flag(prop, PROP_EDITABLE); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Mode", "Object interaction mode"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* for data access */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "bound_box", PROP_FLOAT, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_multi_array(prop, 2, boundbox_dimsize); | 
					
						
							|  |  |  |   RNA_def_property_clear_flag(prop, PROP_EDITABLE); | 
					
						
							|  |  |  |   RNA_def_property_float_funcs(prop, "rna_Object_boundbox_get", NULL, NULL); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, | 
					
						
							|  |  |  |       "Bounding Box", | 
					
						
							|  |  |  |       "Object's bounding box in object-space coordinates, all values are -1.0 when " | 
					
						
							|  |  |  |       "not available"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* parent */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "parent", PROP_POINTER, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_pointer_funcs(prop, NULL, "rna_Object_parent_set", NULL, NULL); | 
					
						
							|  |  |  |   RNA_def_property_flag(prop, PROP_EDITABLE | PROP_ID_SELF_CHECK); | 
					
						
							| 
									
										
										
										
											2019-06-14 23:16:04 +02:00
										 |  |  |   RNA_def_property_override_flag(prop, PROPOVERRIDE_OVERRIDABLE_LIBRARY); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   RNA_def_property_ui_text(prop, "Parent", "Parent Object"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, "rna_Object_dependency_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "parent_type", PROP_ENUM, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_enum_bitflag_sdna(prop, NULL, "partype"); | 
					
						
							|  |  |  |   RNA_def_property_enum_items(prop, parent_type_items); | 
					
						
							|  |  |  |   RNA_def_property_enum_funcs( | 
					
						
							|  |  |  |       prop, NULL, "rna_Object_parent_type_set", "rna_Object_parent_type_itemf"); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Parent Type", "Type of parent relation"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, "rna_Object_dependency_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "parent_vertices", PROP_INT, PROP_UNSIGNED); | 
					
						
							|  |  |  |   RNA_def_property_int_sdna(prop, NULL, "par1"); | 
					
						
							|  |  |  |   RNA_def_property_array(prop, 3); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, "Parent Vertices", "Indices of vertices in case of a vertex parenting relation"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, "rna_Object_internal_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "parent_bone", PROP_STRING, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_string_sdna(prop, NULL, "parsubstr"); | 
					
						
							|  |  |  |   RNA_def_property_string_funcs(prop, NULL, NULL, "rna_Object_parent_bone_set"); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, "Parent Bone", "Name of parent bone in case of a bone parenting relation"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, "rna_Object_dependency_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* Track and Up flags */ | 
					
						
							|  |  |  |   /* XXX: these have been saved here for a bit longer (after old track was removed),
 | 
					
						
							|  |  |  |    *      since some other tools still refer to this */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "track_axis", PROP_ENUM, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_enum_sdna(prop, NULL, "trackflag"); | 
					
						
							|  |  |  |   RNA_def_property_enum_items(prop, rna_enum_object_axis_items); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, | 
					
						
							|  |  |  |       "Track Axis", | 
					
						
							|  |  |  |       "Axis that points in 'forward' direction (applies to InstanceFrame when " | 
					
						
							|  |  |  |       "parent 'Follow' is enabled)"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, "rna_Object_internal_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "up_axis", PROP_ENUM, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_enum_sdna(prop, NULL, "upflag"); | 
					
						
							|  |  |  |   RNA_def_property_enum_items(prop, up_items); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, | 
					
						
							|  |  |  |       "Up Axis", | 
					
						
							|  |  |  |       "Axis that points in the upward direction (applies to InstanceFrame when " | 
					
						
							|  |  |  |       "parent 'Follow' is enabled)"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, "rna_Object_internal_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* proxy */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "proxy", PROP_POINTER, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Proxy", "Library object this proxy object controls"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "proxy_collection", PROP_POINTER, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_pointer_sdna(prop, NULL, "proxy_group"); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, "Proxy Collection", "Library collection duplicator object this proxy object controls"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* materials */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "material_slots", PROP_COLLECTION, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_collection_sdna(prop, NULL, "mat", "totcol"); | 
					
						
							|  |  |  |   RNA_def_property_struct_type(prop, "MaterialSlot"); | 
					
						
							|  |  |  |   RNA_def_property_override_flag(prop, | 
					
						
							| 
									
										
										
										
											2019-06-14 23:16:04 +02:00
										 |  |  |                                  PROPOVERRIDE_OVERRIDABLE_LIBRARY | PROPOVERRIDE_NO_PROP_NAME); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   /* don't dereference pointer! */ | 
					
						
							|  |  |  |   RNA_def_property_collection_funcs( | 
					
						
							|  |  |  |       prop, NULL, NULL, NULL, "rna_iterator_array_get", NULL, NULL, NULL, NULL); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Material Slots", "Material slots in the object"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "active_material", PROP_POINTER, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_struct_type(prop, "Material"); | 
					
						
							|  |  |  |   RNA_def_property_pointer_funcs(prop, | 
					
						
							|  |  |  |                                  "rna_Object_active_material_get", | 
					
						
							|  |  |  |                                  "rna_Object_active_material_set", | 
					
						
							|  |  |  |                                  NULL, | 
					
						
							|  |  |  |                                  "rna_MaterialSlot_material_poll"); | 
					
						
							|  |  |  |   RNA_def_property_flag(prop, PROP_EDITABLE); | 
					
						
							| 
									
										
										
										
											2019-06-14 23:16:04 +02:00
										 |  |  |   RNA_def_property_override_flag(prop, PROPOVERRIDE_OVERRIDABLE_LIBRARY); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   RNA_def_property_editable_func(prop, "rna_Object_active_material_editable"); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Active Material", "Active material being displayed"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, "rna_MaterialSlot_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "active_material_index", PROP_INT, PROP_UNSIGNED); | 
					
						
							|  |  |  |   RNA_def_property_int_sdna(prop, NULL, "actcol"); | 
					
						
							|  |  |  |   RNA_def_property_clear_flag(prop, PROP_ANIMATABLE); | 
					
						
							| 
									
										
										
										
											2019-06-14 23:16:04 +02:00
										 |  |  |   RNA_def_property_override_flag(prop, PROPOVERRIDE_OVERRIDABLE_LIBRARY); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   RNA_def_property_int_funcs(prop, | 
					
						
							|  |  |  |                              "rna_Object_active_material_index_get", | 
					
						
							|  |  |  |                              "rna_Object_active_material_index_set", | 
					
						
							|  |  |  |                              "rna_Object_active_material_index_range"); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Active Material Index", "Index of active material slot"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_MATERIAL | ND_SHADING_LINKS, "rna_MaterialIndex_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* transform */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "location", PROP_FLOAT, PROP_TRANSLATION); | 
					
						
							|  |  |  |   RNA_def_property_float_sdna(prop, NULL, "loc"); | 
					
						
							|  |  |  |   RNA_def_property_editable_array_func(prop, "rna_Object_location_editable"); | 
					
						
							| 
									
										
										
										
											2019-06-14 23:16:04 +02:00
										 |  |  |   RNA_def_property_override_flag(prop, PROPOVERRIDE_OVERRIDABLE_LIBRARY); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   RNA_def_property_ui_text(prop, "Location", "Location of the object"); | 
					
						
							|  |  |  |   RNA_def_property_ui_range(prop, -FLT_MAX, FLT_MAX, 1, RNA_TRANSLATION_PREC_DEFAULT); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_TRANSFORM, "rna_Object_internal_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "rotation_quaternion", PROP_FLOAT, PROP_QUATERNION); | 
					
						
							|  |  |  |   RNA_def_property_float_sdna(prop, NULL, "quat"); | 
					
						
							|  |  |  |   RNA_def_property_editable_array_func(prop, "rna_Object_rotation_4d_editable"); | 
					
						
							| 
									
										
										
										
											2019-06-14 23:16:04 +02:00
										 |  |  |   RNA_def_property_override_flag(prop, PROPOVERRIDE_OVERRIDABLE_LIBRARY); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   RNA_def_property_float_array_default(prop, rna_default_quaternion); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Quaternion Rotation", "Rotation in Quaternions"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_TRANSFORM, "rna_Object_internal_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* XXX: for axis-angle, it would have been nice to have 2 separate fields for UI purposes, but
 | 
					
						
							|  |  |  |    * having a single one is better for Keyframing and other property-management situations... | 
					
						
							|  |  |  |    */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "rotation_axis_angle", PROP_FLOAT, PROP_AXISANGLE); | 
					
						
							|  |  |  |   RNA_def_property_array(prop, 4); | 
					
						
							|  |  |  |   RNA_def_property_float_funcs( | 
					
						
							|  |  |  |       prop, "rna_Object_rotation_axis_angle_get", "rna_Object_rotation_axis_angle_set", NULL); | 
					
						
							|  |  |  |   RNA_def_property_editable_array_func(prop, "rna_Object_rotation_4d_editable"); | 
					
						
							|  |  |  |   RNA_def_property_float_array_default(prop, rna_default_axis_angle); | 
					
						
							| 
									
										
										
										
											2019-06-14 23:16:04 +02:00
										 |  |  |   RNA_def_property_override_flag(prop, PROPOVERRIDE_OVERRIDABLE_LIBRARY); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, "Axis-Angle Rotation", "Angle of Rotation for Axis-Angle rotation representation"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_TRANSFORM, "rna_Object_internal_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "rotation_euler", PROP_FLOAT, PROP_EULER); | 
					
						
							|  |  |  |   RNA_def_property_float_sdna(prop, NULL, "rot"); | 
					
						
							|  |  |  |   RNA_def_property_editable_array_func(prop, "rna_Object_rotation_euler_editable"); | 
					
						
							| 
									
										
										
										
											2019-06-14 23:16:04 +02:00
										 |  |  |   RNA_def_property_override_flag(prop, PROPOVERRIDE_OVERRIDABLE_LIBRARY); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   RNA_def_property_ui_text(prop, "Euler Rotation", "Rotation in Eulers"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_TRANSFORM, "rna_Object_internal_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "rotation_mode", PROP_ENUM, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_enum_sdna(prop, NULL, "rotmode"); | 
					
						
							|  |  |  |   RNA_def_property_enum_items(prop, rna_enum_object_rotation_mode_items); | 
					
						
							|  |  |  |   RNA_def_property_enum_funcs(prop, NULL, "rna_Object_rotation_mode_set", NULL); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Rotation Mode", ""); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_TRANSFORM, "rna_Object_internal_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "scale", PROP_FLOAT, PROP_XYZ); | 
					
						
							|  |  |  |   RNA_def_property_flag(prop, PROP_PROPORTIONAL); | 
					
						
							| 
									
										
										
										
											2019-06-14 23:16:04 +02:00
										 |  |  |   RNA_def_property_override_flag(prop, PROPOVERRIDE_OVERRIDABLE_LIBRARY); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   RNA_def_property_editable_array_func(prop, "rna_Object_scale_editable"); | 
					
						
							|  |  |  |   RNA_def_property_ui_range(prop, -FLT_MAX, FLT_MAX, 1, 3); | 
					
						
							|  |  |  |   RNA_def_property_float_array_default(prop, rna_default_scale_3d); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Scale", "Scaling of the object"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_TRANSFORM, "rna_Object_internal_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "dimensions", PROP_FLOAT, PROP_XYZ_LENGTH); | 
					
						
							|  |  |  |   RNA_def_property_array(prop, 3); | 
					
						
							|  |  |  |   /* Only as convinient helper for py API, and conflicts with animating scale. */ | 
					
						
							|  |  |  |   RNA_def_property_clear_flag(prop, PROP_ANIMATABLE); | 
					
						
							|  |  |  |   RNA_def_property_float_funcs( | 
					
						
							|  |  |  |       prop, "rna_Object_dimensions_get", "rna_Object_dimensions_set", NULL); | 
					
						
							|  |  |  |   RNA_def_property_ui_range(prop, 0.0f, FLT_MAX, 1, RNA_TRANSLATION_PREC_DEFAULT); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, | 
					
						
							|  |  |  |       "Dimensions", | 
					
						
							|  |  |  |       "Absolute bounding box dimensions of the object (WARNING: assigning to it or " | 
					
						
							|  |  |  |       "its members mutiple consecutive times will not work correctly, " | 
					
						
							|  |  |  |       "as this needs up-to-date evaluated data)"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_TRANSFORM, "rna_Object_internal_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* delta transforms */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "delta_location", PROP_FLOAT, PROP_TRANSLATION); | 
					
						
							|  |  |  |   RNA_def_property_float_sdna(prop, NULL, "dloc"); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, "Delta Location", "Extra translation added to the location of the object"); | 
					
						
							|  |  |  |   RNA_def_property_ui_range(prop, -FLT_MAX, FLT_MAX, 1, RNA_TRANSLATION_PREC_DEFAULT); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_TRANSFORM, "rna_Object_internal_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "delta_rotation_euler", PROP_FLOAT, PROP_EULER); | 
					
						
							|  |  |  |   RNA_def_property_float_sdna(prop, NULL, "drot"); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, | 
					
						
							|  |  |  |       "Delta Rotation (Euler)", | 
					
						
							|  |  |  |       "Extra rotation added to the rotation of the object (when using Euler rotations)"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_TRANSFORM, "rna_Object_internal_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "delta_rotation_quaternion", PROP_FLOAT, PROP_QUATERNION); | 
					
						
							|  |  |  |   RNA_def_property_float_sdna(prop, NULL, "dquat"); | 
					
						
							|  |  |  |   RNA_def_property_float_array_default(prop, rna_default_quaternion); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, | 
					
						
							|  |  |  |       "Delta Rotation (Quaternion)", | 
					
						
							|  |  |  |       "Extra rotation added to the rotation of the object (when using Quaternion rotations)"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_TRANSFORM, "rna_Object_internal_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #  if 0 /* XXX not supported well yet... */
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "delta_rotation_axis_angle", PROP_FLOAT, PROP_AXISANGLE); | 
					
						
							|  |  |  |   /* FIXME: this is not a single field any more! (drotAxis and drotAngle) */ | 
					
						
							|  |  |  |   RNA_def_property_float_sdna(prop, NULL, "dquat"); | 
					
						
							|  |  |  |   RNA_def_property_float_array_default(prop, rna_default_axis_angle); | 
					
						
							| 
									
										
										
										
											2019-04-17 08:50:46 +02:00
										 |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, | 
					
						
							|  |  |  |       "Delta Rotation (Axis Angle)", | 
					
						
							|  |  |  |       "Extra rotation added to the rotation of the object (when using Axis-Angle rotations)"); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_TRANSFORM, "rna_Object_internal_update"); | 
					
						
							|  |  |  | #  endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "delta_scale", PROP_FLOAT, PROP_XYZ); | 
					
						
							|  |  |  |   RNA_def_property_float_sdna(prop, NULL, "dscale"); | 
					
						
							|  |  |  |   RNA_def_property_flag(prop, PROP_PROPORTIONAL); | 
					
						
							|  |  |  |   RNA_def_property_ui_range(prop, -FLT_MAX, FLT_MAX, 1, 3); | 
					
						
							|  |  |  |   RNA_def_property_float_array_default(prop, rna_default_scale_3d); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Delta Scale", "Extra scaling added to the scale of the object"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_TRANSFORM, "rna_Object_internal_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* transform locks */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "lock_location", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "protectflag", OB_LOCK_LOCX); | 
					
						
							|  |  |  |   RNA_def_property_array(prop, 3); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Lock Location", "Lock editing of location in the interface"); | 
					
						
							|  |  |  |   RNA_def_property_ui_icon(prop, ICON_UNLOCKED, 1); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_TRANSFORM, "rna_Object_internal_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "lock_rotation", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "protectflag", OB_LOCK_ROTX); | 
					
						
							|  |  |  |   RNA_def_property_array(prop, 3); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Lock Rotation", "Lock editing of rotation in the interface"); | 
					
						
							|  |  |  |   RNA_def_property_ui_icon(prop, ICON_UNLOCKED, 1); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_TRANSFORM, "rna_Object_internal_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* XXX this is sub-optimal - it really should be included above,
 | 
					
						
							|  |  |  |    *     but due to technical reasons we can't do this! */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "lock_rotation_w", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "protectflag", OB_LOCK_ROTW); | 
					
						
							|  |  |  |   RNA_def_property_ui_icon(prop, ICON_UNLOCKED, 1); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, | 
					
						
							|  |  |  |       "Lock Rotation (4D Angle)", | 
					
						
							|  |  |  |       "Lock editing of 'angle' component of four-component rotations in the interface"); | 
					
						
							|  |  |  |   /* XXX this needs a better name */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "lock_rotations_4d", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "protectflag", OB_LOCK_ROT4D); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, | 
					
						
							|  |  |  |       "Lock Rotations (4D)", | 
					
						
							|  |  |  |       "Lock editing of four component rotations by components (instead of as Eulers)"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "lock_scale", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "protectflag", OB_LOCK_SCALEX); | 
					
						
							|  |  |  |   RNA_def_property_array(prop, 3); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Lock Scale", "Lock editing of scale in the interface"); | 
					
						
							|  |  |  |   RNA_def_property_ui_icon(prop, ICON_UNLOCKED, 1); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_TRANSFORM, "rna_Object_internal_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* matrix */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "matrix_world", PROP_FLOAT, PROP_MATRIX); | 
					
						
							|  |  |  |   RNA_def_property_float_sdna(prop, NULL, "obmat"); | 
					
						
							|  |  |  |   RNA_def_property_multi_array(prop, 2, rna_matrix_dimsize_4x4); | 
					
						
							|  |  |  |   RNA_def_property_clear_flag(prop, PROP_ANIMATABLE); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Matrix World", "Worldspace transformation matrix"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_TRANSFORM, "rna_Object_matrix_world_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "matrix_local", PROP_FLOAT, PROP_MATRIX); | 
					
						
							|  |  |  |   RNA_def_property_multi_array(prop, 2, rna_matrix_dimsize_4x4); | 
					
						
							|  |  |  |   RNA_def_property_clear_flag(prop, PROP_ANIMATABLE); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, | 
					
						
							|  |  |  |       "Local Matrix", | 
					
						
							|  |  |  |       "Parent relative transformation matrix - " | 
					
						
							|  |  |  |       "WARNING: Only takes into account 'Object' parenting, so e.g. in case of bone parenting " | 
					
						
							|  |  |  |       "you get a matrix relative to the Armature object, not to the actual parent bone"); | 
					
						
							|  |  |  |   RNA_def_property_float_funcs( | 
					
						
							|  |  |  |       prop, "rna_Object_matrix_local_get", "rna_Object_matrix_local_set", NULL); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_TRANSFORM, "rna_Object_internal_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "matrix_basis", PROP_FLOAT, PROP_MATRIX); | 
					
						
							|  |  |  |   RNA_def_property_multi_array(prop, 2, rna_matrix_dimsize_4x4); | 
					
						
							|  |  |  |   RNA_def_property_clear_flag(prop, PROP_ANIMATABLE); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, | 
					
						
							|  |  |  |                            "Input Matrix", | 
					
						
							|  |  |  |                            "Matrix access to location, rotation and scale (including deltas), " | 
					
						
							|  |  |  |                            "before constraints and parenting are applied"); | 
					
						
							|  |  |  |   RNA_def_property_float_funcs( | 
					
						
							|  |  |  |       prop, "rna_Object_matrix_basis_get", "rna_Object_matrix_basis_set", NULL); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_TRANSFORM, "rna_Object_internal_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /*parent_inverse*/ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "matrix_parent_inverse", PROP_FLOAT, PROP_MATRIX); | 
					
						
							|  |  |  |   RNA_def_property_float_sdna(prop, NULL, "parentinv"); | 
					
						
							|  |  |  |   RNA_def_property_multi_array(prop, 2, rna_matrix_dimsize_4x4); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, "Matrix", "Inverse of object's parent matrix at time of parenting"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_TRANSFORM, "rna_Object_internal_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* modifiers */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "modifiers", PROP_COLLECTION, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_struct_type(prop, "Modifier"); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, "Modifiers", "Modifiers affecting the geometric data of the object"); | 
					
						
							|  |  |  |   RNA_def_property_override_funcs(prop, NULL, NULL, "rna_Object_modifiers_override_apply"); | 
					
						
							| 
									
										
										
										
											2019-06-14 23:16:04 +02:00
										 |  |  |   RNA_def_property_override_flag( | 
					
						
							|  |  |  |       prop, PROPOVERRIDE_OVERRIDABLE_LIBRARY | PROPOVERRIDE_LIBRARY_INSERTION); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   rna_def_object_modifiers(brna, prop); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* Grease Pencil modifiers. */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "grease_pencil_modifiers", PROP_COLLECTION, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_collection_sdna(prop, NULL, "greasepencil_modifiers", NULL); | 
					
						
							|  |  |  |   RNA_def_property_struct_type(prop, "GpencilModifier"); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, "Grease Pencil Modifiers", "Modifiers affecting the data of the grease pencil object"); | 
					
						
							|  |  |  |   rna_def_object_grease_pencil_modifiers(brna, prop); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* Shader FX. */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "shader_effects", PROP_COLLECTION, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_collection_sdna(prop, NULL, "shader_fx", NULL); | 
					
						
							|  |  |  |   RNA_def_property_struct_type(prop, "ShaderFx"); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Shader Effects", "Effects affecting display of object"); | 
					
						
							|  |  |  |   rna_def_object_shaderfxs(brna, prop); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* constraints */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "constraints", PROP_COLLECTION, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_struct_type(prop, "Constraint"); | 
					
						
							| 
									
										
										
										
											2019-06-14 23:16:04 +02:00
										 |  |  |   RNA_def_property_override_flag( | 
					
						
							|  |  |  |       prop, PROPOVERRIDE_OVERRIDABLE_LIBRARY | PROPOVERRIDE_LIBRARY_INSERTION); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, "Constraints", "Constraints affecting the transformation of the object"); | 
					
						
							|  |  |  |   RNA_def_property_override_funcs(prop, NULL, NULL, "rna_Object_constraints_override_apply"); | 
					
						
							| 
									
										
										
										
											2019-04-22 02:48:05 +10:00
										 |  |  | #  if 0
 | 
					
						
							|  |  |  |   RNA_def_property_collection_funcs( | 
					
						
							|  |  |  |       prop, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "constraints__add", "constraints__remove"); | 
					
						
							|  |  |  | #  endif
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   rna_def_object_constraints(brna, prop); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* vertex groups */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "vertex_groups", PROP_COLLECTION, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_collection_sdna(prop, NULL, "defbase", NULL); | 
					
						
							|  |  |  |   RNA_def_property_struct_type(prop, "VertexGroup"); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Vertex Groups", "Vertex groups of the object"); | 
					
						
							|  |  |  |   rna_def_object_vertex_groups(brna, prop); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* face maps */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "face_maps", PROP_COLLECTION, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_collection_sdna(prop, NULL, "fmaps", NULL); | 
					
						
							|  |  |  |   RNA_def_property_struct_type(prop, "FaceMap"); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Face Maps", "Maps of faces of the object"); | 
					
						
							|  |  |  |   rna_def_object_face_maps(brna, prop); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* empty */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "empty_display_type", PROP_ENUM, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_enum_sdna(prop, NULL, "empty_drawtype"); | 
					
						
							|  |  |  |   RNA_def_property_enum_items(prop, rna_enum_object_empty_drawtype_items); | 
					
						
							|  |  |  |   RNA_def_property_enum_funcs(prop, NULL, "rna_Object_empty_display_type_set", NULL); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Empty Display Type", "Viewport display style for empties"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "empty_display_size", PROP_FLOAT, PROP_DISTANCE); | 
					
						
							|  |  |  |   RNA_def_property_float_sdna(prop, NULL, "empty_drawsize"); | 
					
						
							|  |  |  |   RNA_def_property_range(prop, 0.0001f, 1000.0f); | 
					
						
							|  |  |  |   RNA_def_property_ui_range(prop, 0.01, 100, 1, 2); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, "Empty Display Size", "Size of display for empties in the viewport"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "empty_image_offset", PROP_FLOAT, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_float_sdna(prop, NULL, "ima_ofs"); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Origin Offset", "Origin offset distance"); | 
					
						
							|  |  |  |   RNA_def_property_ui_range(prop, -FLT_MAX, FLT_MAX, 0.1f, 2); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "image_user", PROP_POINTER, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_flag(prop, PROP_NEVER_NULL); | 
					
						
							|  |  |  |   RNA_def_property_pointer_sdna(prop, NULL, "iuser"); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, | 
					
						
							|  |  |  |       "Image User", | 
					
						
							|  |  |  |       "Parameters defining which layer, pass and frame of the image is displayed"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "empty_image_depth", PROP_ENUM, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_enum_items(prop, rna_enum_object_empty_image_depth_items); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, "Empty Image Depth", "Determine which other objects will occlude the image"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "show_empty_image_perspective", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_negative_sdna( | 
					
						
							|  |  |  |       prop, NULL, "empty_image_visibility_flag", OB_EMPTY_IMAGE_HIDE_PERSPECTIVE); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, "Display in Perspective Mode", "Display image in perspective mode"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "show_empty_image_orthographic", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_negative_sdna( | 
					
						
							|  |  |  |       prop, NULL, "empty_image_visibility_flag", OB_EMPTY_IMAGE_HIDE_ORTHOGRAPHIC); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, "Display in Orthographic Mode", "Display image in orthographic mode"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "use_empty_image_alpha", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "empty_image_flag", OB_EMPTY_IMAGE_USE_ALPHA_BLEND); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, | 
					
						
							|  |  |  |       "Use Alpha", | 
					
						
							|  |  |  |       "Use alpha blending instead of alpha test (can produce sorting artifacts)"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   static EnumPropertyItem prop_empty_image_side_items[] = { | 
					
						
							|  |  |  |       {0, "DOUBLE_SIDED", 0, "Both", ""}, | 
					
						
							|  |  |  |       {OB_EMPTY_IMAGE_HIDE_BACK, "FRONT", 0, "Front", ""}, | 
					
						
							|  |  |  |       {OB_EMPTY_IMAGE_HIDE_FRONT, "BACK", 0, "Back", ""}, | 
					
						
							|  |  |  |       {0, NULL, 0, NULL, NULL}, | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "empty_image_side", PROP_ENUM, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_enum_bitflag_sdna(prop, NULL, "empty_image_visibility_flag"); | 
					
						
							|  |  |  |   RNA_def_property_enum_items(prop, prop_empty_image_side_items); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Empty Image Side", "Show front/back side"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* render */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "pass_index", PROP_INT, PROP_UNSIGNED); | 
					
						
							|  |  |  |   RNA_def_property_int_sdna(prop, NULL, "index"); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, "Pass Index", "Index number for the \"Object Index\" render pass"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT, "rna_Object_internal_update_draw"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "color", PROP_FLOAT, PROP_COLOR); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, "Color", "Object color and alpha, used when faces have the ObColor mode enabled"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* physics */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "field", PROP_POINTER, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_pointer_sdna(prop, NULL, "pd"); | 
					
						
							|  |  |  |   RNA_def_property_struct_type(prop, "FieldSettings"); | 
					
						
							|  |  |  |   RNA_def_property_pointer_funcs(prop, "rna_Object_field_get", NULL, NULL, NULL); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, "Field Settings", "Settings for using the object as a field in physics simulation"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "collision", PROP_POINTER, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_pointer_sdna(prop, NULL, "pd"); | 
					
						
							|  |  |  |   RNA_def_property_struct_type(prop, "CollisionSettings"); | 
					
						
							|  |  |  |   RNA_def_property_pointer_funcs(prop, "rna_Object_collision_get", NULL, NULL, NULL); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, | 
					
						
							|  |  |  |                            "Collision Settings", | 
					
						
							|  |  |  |                            "Settings for using the object as a collider in physics simulation"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "soft_body", PROP_POINTER, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_pointer_sdna(prop, NULL, "soft"); | 
					
						
							|  |  |  |   RNA_def_property_struct_type(prop, "SoftBodySettings"); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Soft Body Settings", "Settings for soft body simulation"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "particle_systems", PROP_COLLECTION, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_collection_sdna(prop, NULL, "particlesystem", NULL); | 
					
						
							|  |  |  |   RNA_def_property_struct_type(prop, "ParticleSystem"); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Particle Systems", "Particle systems emitted from the object"); | 
					
						
							|  |  |  |   rna_def_object_particle_systems(brna, prop); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "rigid_body", PROP_POINTER, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_pointer_sdna(prop, NULL, "rigidbody_object"); | 
					
						
							|  |  |  |   RNA_def_property_struct_type(prop, "RigidBodyObject"); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Rigid Body Settings", "Settings for rigid body simulation"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "rigid_body_constraint", PROP_POINTER, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_pointer_sdna(prop, NULL, "rigidbody_constraint"); | 
					
						
							|  |  |  |   RNA_def_property_struct_type(prop, "RigidBodyConstraint"); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Rigid Body Constraint", "Constraint constraining rigid bodies"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* restrict */ | 
					
						
							| 
									
										
										
										
											2019-05-11 11:22:41 -03:00
										 |  |  |   prop = RNA_def_property(srna, "hide_viewport", PROP_BOOLEAN, PROP_NONE); | 
					
						
							| 
									
										
										
										
											2019-05-14 17:45:47 -03:00
										 |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "restrictflag", OB_RESTRICT_VIEWPORT); | 
					
						
							| 
									
										
										
										
											2019-06-14 23:16:04 +02:00
										 |  |  |   RNA_def_property_override_flag(prop, PROPOVERRIDE_OVERRIDABLE_LIBRARY); | 
					
						
							| 
									
										
										
										
											2019-05-14 14:28:28 -03:00
										 |  |  |   RNA_def_property_ui_text(prop, "Disable in Viewports", "Globally disable in viewports"); | 
					
						
							| 
									
										
										
										
											2019-05-22 16:18:44 +00:00
										 |  |  |   RNA_def_property_ui_icon(prop, ICON_RESTRICT_VIEW_OFF, -1); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, "rna_Object_hide_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "hide_select", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "restrictflag", OB_RESTRICT_SELECT); | 
					
						
							|  |  |  |   RNA_def_property_clear_flag(prop, PROP_ANIMATABLE); | 
					
						
							| 
									
										
										
										
											2019-06-14 23:16:04 +02:00
										 |  |  |   RNA_def_property_override_flag(prop, PROPOVERRIDE_OVERRIDABLE_LIBRARY); | 
					
						
							| 
									
										
										
										
											2019-05-14 14:28:28 -03:00
										 |  |  |   RNA_def_property_ui_text(prop, "Disable Selection", "Disable selection in viewport"); | 
					
						
							| 
									
										
										
										
											2019-05-22 16:18:44 +00:00
										 |  |  |   RNA_def_property_ui_icon(prop, ICON_RESTRICT_SELECT_OFF, -1); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, "rna_Object_hide_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "hide_render", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "restrictflag", OB_RESTRICT_RENDER); | 
					
						
							| 
									
										
										
										
											2019-06-14 23:16:04 +02:00
										 |  |  |   RNA_def_property_override_flag(prop, PROPOVERRIDE_OVERRIDABLE_LIBRARY); | 
					
						
							| 
									
										
										
										
											2019-05-14 14:28:28 -03:00
										 |  |  |   RNA_def_property_ui_text(prop, "Disable in Renders", "Globally disable in renders"); | 
					
						
							| 
									
										
										
										
											2019-05-22 16:18:44 +00:00
										 |  |  |   RNA_def_property_ui_icon(prop, ICON_RESTRICT_RENDER_OFF, -1); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, "rna_Object_hide_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "show_instancer_for_render", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "duplicator_visibility_flag", OB_DUPLI_FLAG_RENDER); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Render Instancer", "Make instancer visible when rendering"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "show_instancer_for_viewport", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "duplicator_visibility_flag", OB_DUPLI_FLAG_VIEWPORT); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Display Instancer", "Make instancer visible in the viewport"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* anim */ | 
					
						
							|  |  |  |   rna_def_animdata_common(srna); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   rna_def_animviz_common(srna); | 
					
						
							|  |  |  |   rna_def_motionpath_common(srna); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* instancing */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "instance_type", PROP_ENUM, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_enum_bitflag_sdna(prop, NULL, "transflag"); | 
					
						
							|  |  |  |   RNA_def_property_enum_items(prop, instance_items); | 
					
						
							|  |  |  |   RNA_def_property_enum_funcs(prop, NULL, NULL, "rna_Object_instance_type_itemf"); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Instance Type", "If not None, object instancing method to use"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, "rna_Object_dependency_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "use_instance_vertices_rotation", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "transflag", OB_DUPLIROT); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, "Orient with Normals", "Rotate instance according to vertex normal"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "use_instance_faces_scale", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "transflag", OB_DUPLIFACES_SCALE); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Scale to Face Sizes", "Scale instance based on face size"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, "rna_Object_internal_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "instance_faces_scale", PROP_FLOAT, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_float_sdna(prop, NULL, "instance_faces_scale"); | 
					
						
							|  |  |  |   RNA_def_property_range(prop, 0.001f, 10000.0f); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Instance Faces Scale", "Scale the face instance objects"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, "rna_Object_internal_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "instance_collection", PROP_POINTER, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_struct_type(prop, "Collection"); | 
					
						
							|  |  |  |   RNA_def_property_pointer_sdna(prop, NULL, "instance_collection"); | 
					
						
							|  |  |  |   RNA_def_property_flag(prop, PROP_EDITABLE); | 
					
						
							|  |  |  |   RNA_def_property_pointer_funcs(prop, NULL, "rna_Object_dup_collection_set", NULL, NULL); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Instance Collection", "Instance an existing collection"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, "rna_Object_dependency_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "is_instancer", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "transflag", OB_DUPLI); | 
					
						
							|  |  |  |   RNA_def_property_clear_flag(prop, PROP_EDITABLE); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* drawing */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "display_type", PROP_ENUM, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_enum_sdna(prop, NULL, "dt"); | 
					
						
							|  |  |  |   RNA_def_property_enum_items(prop, drawtype_items); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Display As", "How to display object in viewport"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, "rna_Object_internal_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "show_bounds", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "dtx", OB_DRAWBOUNDOX); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Display Bounds", "Display the object's bounds"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "display_bounds_type", PROP_ENUM, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_enum_sdna(prop, NULL, "boundtype"); | 
					
						
							|  |  |  |   RNA_def_property_enum_items(prop, boundtype_items); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Display Bounds Type", "Object boundary display type"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "show_name", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "dtx", OB_DRAWNAME); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Display Name", "Display the object's name"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "show_axis", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "dtx", OB_AXIS); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Display Axes", "Display the object's origin and axes"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "show_texture_space", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "dtx", OB_TEXSPACE); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Display Texture Space", "Display the object's texture space"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "show_wire", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "dtx", OB_DRAWWIRE); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Display Wire", "Add the object's wireframe over solid drawing"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "show_all_edges", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "dtx", OB_DRAW_ALL_EDGES); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Display All Edges", "Display all edges for mesh objects"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "show_transparent", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "dtx", OB_DRAWTRANSP); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, "Display Transparent", "Display material transparency in the object"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "show_in_front", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "dtx", OB_DRAWXRAY); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "In Front", "Make the object draw in front of others"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, NC_OBJECT | ND_DRAW, NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* pose */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "pose_library", PROP_POINTER, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_pointer_sdna(prop, NULL, "poselib"); | 
					
						
							|  |  |  |   RNA_def_property_struct_type(prop, "Action"); | 
					
						
							|  |  |  |   RNA_def_property_flag(prop, PROP_EDITABLE | PROP_ID_REFCOUNT); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Pose Library", "Action used as a pose library for armatures"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "pose", PROP_POINTER, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_pointer_sdna(prop, NULL, "pose"); | 
					
						
							|  |  |  |   RNA_def_property_struct_type(prop, "Pose"); | 
					
						
							| 
									
										
										
										
											2019-06-14 23:16:04 +02:00
										 |  |  |   RNA_def_property_override_flag(prop, PROPOVERRIDE_OVERRIDABLE_LIBRARY); | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   RNA_def_property_ui_text(prop, "Pose", "Current pose for armatures"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* shape keys */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "show_only_shape_key", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "shapeflag", OB_SHAPE_LOCK); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, "Shape Key Lock", "Always show the current Shape for this Object"); | 
					
						
							|  |  |  |   RNA_def_property_ui_icon(prop, ICON_UNPINNED, 1); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, 0, "rna_Object_internal_update_data"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "use_shape_key_edit_mode", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "shapeflag", OB_SHAPE_EDIT_MODE); | 
					
						
							|  |  |  |   RNA_def_property_ui_text( | 
					
						
							|  |  |  |       prop, "Shape Key Edit Mode", "Apply shape keys in edit mode (for Meshes only)"); | 
					
						
							|  |  |  |   RNA_def_property_ui_icon(prop, ICON_EDITMODE_HLT, 0); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, 0, "rna_Object_internal_update_data"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "active_shape_key", PROP_POINTER, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_struct_type(prop, "ShapeKey"); | 
					
						
							|  |  |  |   RNA_def_property_pointer_funcs(prop, "rna_Object_active_shape_key_get", NULL, NULL, NULL); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Active Shape Key", "Current shape key"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "active_shape_key_index", PROP_INT, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_int_sdna(prop, NULL, "shapenr"); | 
					
						
							|  |  |  |   RNA_def_property_flag(prop, PROP_CONTEXT_UPDATE); | 
					
						
							|  |  |  |   RNA_def_property_clear_flag(prop, PROP_ANIMATABLE); /* XXX this is really unpredictable... */ | 
					
						
							|  |  |  |   RNA_def_property_int_funcs(prop, | 
					
						
							|  |  |  |                              "rna_Object_active_shape_key_index_get", | 
					
						
							|  |  |  |                              "rna_Object_active_shape_key_index_set", | 
					
						
							|  |  |  |                              "rna_Object_active_shape_key_index_range"); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Active Shape Key Index", "Current shape key index"); | 
					
						
							|  |  |  |   RNA_def_property_update(prop, 0, "rna_Object_active_shape_update"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* sculpt */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "use_dynamic_topology_sculpting", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_funcs(prop, "rna_Object_use_dynamic_topology_sculpting_get", NULL); | 
					
						
							|  |  |  |   RNA_def_property_clear_flag(prop, PROP_EDITABLE); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Dynamic Topology Sculpting", NULL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* Base Settings */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "is_from_instancer", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "base_flag", BASE_FROM_DUPLI); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Base from Instancer", "Object comes from a instancer"); | 
					
						
							|  |  |  |   RNA_def_property_clear_flag(prop, PROP_EDITABLE); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "is_from_set", PROP_BOOLEAN, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_boolean_sdna(prop, NULL, "base_flag", BASE_FROM_SET); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Base from Set", "Object comes from a background set"); | 
					
						
							|  |  |  |   RNA_def_property_clear_flag(prop, PROP_EDITABLE); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   /* Object Display */ | 
					
						
							|  |  |  |   prop = RNA_def_property(srna, "display", PROP_POINTER, PROP_NONE); | 
					
						
							|  |  |  |   RNA_def_property_flag(prop, PROP_NEVER_NULL); | 
					
						
							|  |  |  |   RNA_def_property_struct_type(prop, "ObjectDisplay"); | 
					
						
							|  |  |  |   RNA_def_property_pointer_funcs(prop, "rna_Object_display_get", NULL, NULL, NULL); | 
					
						
							|  |  |  |   RNA_def_property_ui_text(prop, "Object Display", "Object display settings for 3d viewport"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   RNA_api_object(srna); | 
					
						
							| 
									
										
										
										
											2009-01-01 20:44:40 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | void RNA_def_object(BlenderRNA *brna) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   rna_def_object(brna); | 
					
						
							| 
									
										
										
										
											2013-10-01 04:49:47 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-17 06:17:24 +02:00
										 |  |  |   RNA_define_animate_sdna(false); | 
					
						
							|  |  |  |   rna_def_vertex_group(brna); | 
					
						
							|  |  |  |   rna_def_face_map(brna); | 
					
						
							|  |  |  |   rna_def_material_slot(brna); | 
					
						
							|  |  |  |   rna_def_object_display(brna); | 
					
						
							|  |  |  |   RNA_define_animate_sdna(true); | 
					
						
							| 
									
										
										
										
											2008-10-31 23:50:02 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2002-10-12 11:37:38 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | #endif
 |