Home
last modified time | relevance | path

Searched refs:RNA_def_property_int_funcs (Results 1 – 25 of 43) sorted by relevance

12

/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_test.c130 RNA_def_property_int_funcs(prop, "rna_Test_iarr_get", "rna_Test_iarr_set", NULL); in RNA_def_test()
157 RNA_def_property_int_funcs(prop, "rna_Test_idarr_get", "rna_Test_idarr_set", NULL); in RNA_def_test()
173 RNA_def_property_int_funcs(prop, "rna_Test_imarr_get", "rna_Test_imarr_set", NULL); in RNA_def_test()
194 RNA_def_property_int_funcs(prop, "rna_Test_idmarr_get", "rna_Test_idmarr_set", NULL); in RNA_def_test()
H A Drna_text.c269 RNA_def_property_int_funcs( in rna_def_text()
274 RNA_def_property_int_funcs( in rna_def_text()
288 RNA_def_property_int_funcs( in rna_def_text()
298 RNA_def_property_int_funcs( in rna_def_text()
H A Drna_image.c775 RNA_def_property_int_funcs(prop, in rna_def_render_slots()
815 RNA_def_property_int_funcs(prop, NULL, "rna_UDIMTile_tile_number_set", NULL); in rna_def_udim_tile()
834 RNA_def_property_int_funcs(prop, in rna_def_udim_tiles()
1043 RNA_def_property_int_funcs(prop, "rna_Image_bindcode_get", NULL, NULL); in rna_def_image()
1070 RNA_def_property_int_funcs(prop, "rna_Image_depth_get", NULL, NULL); in rna_def_image()
1085 RNA_def_property_int_funcs(prop, "rna_Image_size_get", NULL, NULL); in rna_def_image()
1094 RNA_def_property_int_funcs(prop, "rna_Image_frame_duration_get", NULL, NULL); in rna_def_image()
1111 RNA_def_property_int_funcs(prop, "rna_Image_channels_get", NULL, NULL); in rna_def_image()
H A Drna_hair.c155 RNA_def_property_int_funcs(prop, "rna_HairPoint_index_get", NULL, NULL); in rna_def_hair_point()
192 RNA_def_property_int_funcs(prop, "rna_HairCurve_index_get", NULL, NULL); in rna_def_hair_curve()
H A Drna_lattice.c323 RNA_def_property_int_funcs(prop, NULL, "rna_Lattice_points_u_set", NULL); in rna_def_lattice()
333 RNA_def_property_int_funcs(prop, NULL, "rna_Lattice_points_v_set", NULL); in rna_def_lattice()
343 RNA_def_property_int_funcs(prop, NULL, "rna_Lattice_points_w_set", NULL); in rna_def_lattice()
H A Drna_mesh.c1684 RNA_def_property_int_funcs(prop, "rna_MeshVertex_index_get", NULL, NULL); in rna_def_mvert()
1759 RNA_def_property_int_funcs(prop, "rna_MeshEdge_index_get", NULL, NULL); in rna_def_medge()
1853 RNA_def_property_int_funcs(prop, "rna_MeshLoop_index_get", NULL, NULL); in rna_def_mloop()
2503 RNA_def_property_int_funcs(prop, in rna_def_loop_colors()
2556 RNA_def_property_int_funcs(prop, in rna_def_vert_colors()
2606 RNA_def_property_int_funcs(prop, in rna_def_uv_layers()
2999 RNA_def_property_int_funcs(prop, in rna_def_mesh()
3013 RNA_def_property_int_funcs(prop, in rna_def_mesh()
3393 RNA_def_property_int_funcs(prop, "rna_Mesh_tot_vert_get", NULL, NULL); in rna_def_mesh()
3398 RNA_def_property_int_funcs(prop, "rna_Mesh_tot_edge_get", NULL, NULL); in rna_def_mesh()
[all …]
H A Drna_animviz.c269 RNA_def_property_int_funcs(prop, NULL, "rna_AnimViz_path_start_frame_set", NULL); in rna_def_animviz_paths()
279 RNA_def_property_int_funcs(prop, NULL, "rna_AnimViz_path_end_frame_set", NULL); in rna_def_animviz_paths()
H A Drna_ID.c1191 RNA_def_property_int_funcs( in rna_def_image_preview()
1199 RNA_def_property_int_funcs( in rna_def_image_preview()
1224 RNA_def_property_int_funcs( in rna_def_image_preview()
1232 RNA_def_property_int_funcs( in rna_def_image_preview()
1256 RNA_def_property_int_funcs(prop, "rna_ImagePreview_icon_id_get", NULL, NULL); in rna_def_image_preview()
1676 RNA_def_property_int_funcs(prop, "rna_Library_version_get", NULL, NULL); in rna_def_library()
H A Drna_rna.c2959 RNA_def_property_int_funcs(prop, "rna_IntProperty_default_get", NULL, NULL); in rna_def_number_property()
2995 RNA_def_property_int_funcs(prop, "rna_Property_array_length_get", NULL, NULL); in rna_def_number_property()
3001 RNA_def_property_int_funcs(prop, "rna_Property_array_dimensions_get", NULL, NULL); in rna_def_number_property()
3016 RNA_def_property_int_funcs(prop, "rna_IntProperty_hard_min_get", NULL, NULL); in rna_def_number_property()
3026 RNA_def_property_int_funcs(prop, "rna_IntProperty_hard_max_get", NULL, NULL); in rna_def_number_property()
3036 RNA_def_property_int_funcs(prop, "rna_IntProperty_soft_min_get", NULL, NULL); in rna_def_number_property()
3046 RNA_def_property_int_funcs(prop, "rna_IntProperty_soft_max_get", NULL, NULL); in rna_def_number_property()
3056 RNA_def_property_int_funcs(prop, "rna_IntProperty_step_get", NULL, NULL); in rna_def_number_property()
3067 RNA_def_property_int_funcs(prop, "rna_FloatProperty_precision_get", NULL, NULL); in rna_def_number_property()
3084 RNA_def_property_int_funcs(prop, "rna_StringProperty_max_length_get", NULL, NULL); in rna_def_string_property()
[all …]
H A Drna_pointcloud.c128 RNA_def_property_int_funcs(prop, "rna_Point_index_get", NULL, NULL); in rna_def_point()
H A Drna_sequencer.c1778 RNA_def_property_int_funcs( in rna_def_sequence()
1795 RNA_def_property_int_funcs( in rna_def_sequence()
1810 RNA_def_property_int_funcs(prop, NULL, "rna_Sequence_start_frame_final_set", NULL); in rna_def_sequence()
1821 RNA_def_property_int_funcs(prop, NULL, "rna_Sequence_end_frame_final_set", NULL); in rna_def_sequence()
1830 RNA_def_property_int_funcs( in rna_def_sequence()
1838 RNA_def_property_int_funcs( in rna_def_sequence()
1855 RNA_def_property_int_funcs(prop, NULL, "rna_Sequence_frame_still_end_set", NULL); in rna_def_sequence()
2024 RNA_def_property_int_funcs( in rna_def_editor()
2221 RNA_def_property_int_funcs(prop, in rna_def_input()
2232 RNA_def_property_int_funcs(prop, in rna_def_input()
[all …]
H A Drna_volume.c255 RNA_def_property_int_funcs(prop, "rna_VolumeGrid_channels_get", NULL, NULL); in rna_def_volume_grid()
297 RNA_def_property_int_funcs(prop, in rna_def_volume_grids()
H A Drna_main.c463 RNA_def_property_int_funcs(prop, "rna_Main_version_get", NULL, NULL); in RNA_def_main()
H A Drna_boid.c534 RNA_def_property_int_funcs(prop, in rna_def_boidstate()
599 RNA_def_property_int_funcs(prop, in rna_def_boid_settings()
H A Drna_mask.c1127 RNA_def_property_int_funcs(prop, in rna_def_mask()
1139 RNA_def_property_int_funcs(prop, NULL, "rna_Mask_start_frame_set", NULL); in rna_def_mask()
1147 RNA_def_property_int_funcs(prop, NULL, "rna_Mask_end_frame_set", NULL); in rna_def_mask()
H A Drna_depsgraph.c569 RNA_def_property_int_funcs(prop, "rna_DepsgraphObjectInstance_persistent_id_get", NULL, NULL); in rna_def_depsgraph_instance()
575 RNA_def_property_int_funcs(prop, "rna_DepsgraphObjectInstance_random_id_get", NULL, NULL); in rna_def_depsgraph_instance()
H A Drna_workspace.c280 RNA_def_property_int_funcs(prop, "rna_WorkSpaceTool_index_get", NULL, NULL); in rna_def_workspace_tool()
H A Drna_movieclip.c360 RNA_def_property_int_funcs(prop, "rna_MovieClip_size_get", NULL, NULL); in rna_def_movieclip()
H A Drna_object.c2080 RNA_def_property_int_funcs(prop, "rna_VertexGroup_index_get", NULL, NULL); in rna_def_vertex_group()
2138 RNA_def_property_int_funcs(prop, "rna_FaceMap_index_get", NULL, NULL); in rna_def_face_map()
2454 RNA_def_property_int_funcs(prop, in rna_def_object_particle_systems()
2492 RNA_def_property_int_funcs(prop, in rna_def_object_vertex_groups()
2545 RNA_def_property_int_funcs(prop, in rna_def_object_face_maps()
2763 RNA_def_property_int_funcs(prop, in rna_def_object()
3316 RNA_def_property_int_funcs(prop, in rna_def_object()
H A Drna_tracking.c1344 RNA_def_property_int_funcs(prop, NULL, "rna_trackingMarker_frame_set", NULL); in rna_def_trackingMarker()
1735 RNA_def_property_int_funcs(prop, NULL, "rna_trackingPlaneMarker_frame_set", NULL); in rna_def_trackingPlaneMarker()
1947 RNA_def_property_int_funcs(prop, in rna_def_trackingStabilization()
1975 RNA_def_property_int_funcs(prop, in rna_def_trackingStabilization()
2589 RNA_def_property_int_funcs(prop, in rna_def_tracking()
H A Drna_light.c304 RNA_def_property_int_funcs(prop, NULL, "rna_Light_buffer_size_set", NULL); in rna_def_light_shadow()
H A Drna_curve.c1216 RNA_def_property_int_funcs(prop, NULL, NULL, "rna_Curve_active_textbox_index_range"); in rna_def_font()
1377 RNA_def_property_int_funcs(prop, in rna_def_charinfo()
2041 RNA_def_property_int_funcs(prop, NULL, NULL, "rna_Curve_material_index_range"); in rna_def_curve_nurb()
H A Drna_attribute.c648 RNA_def_property_int_funcs(prop, in rna_def_attribute_group()
H A Drna_scene.c3573 RNA_def_property_int_funcs(prop, NULL, "rna_UnifiedPaintSettings_size_set", NULL); in rna_def_unified_paint_settings()
4415 RNA_def_property_int_funcs(prop, in rna_def_freestyle_linesets()
5153 RNA_def_property_int_funcs(prop, in rna_def_render_views()
5960 RNA_def_property_int_funcs(prop, "rna_RenderSettings_threads_get", NULL, NULL); in rna_def_scene_render_data()
6650 RNA_def_property_int_funcs(prop, in rna_def_scene_keying_sets()
6684 RNA_def_property_int_funcs(prop, in rna_def_scene_keying_sets_all()
7419 RNA_def_property_int_funcs(prop, NULL, "rna_Scene_frame_current_set", NULL); in RNA_def_scene()
7446 RNA_def_property_int_funcs(prop, NULL, "rna_Scene_start_frame_set", NULL); in RNA_def_scene()
7454 RNA_def_property_int_funcs(prop, NULL, "rna_Scene_end_frame_set", NULL); in RNA_def_scene()
7500 RNA_def_property_int_funcs(prop, NULL, "rna_Scene_preview_range_start_frame_set", NULL); in RNA_def_scene()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/
H A DRNA_define.h405 void RNA_def_property_int_funcs(PropertyRNA *prop,

12