tornavis/source/blender/makesrna/intern
Bastien Montagne 7bae9ee6b6 Mesh validate: add an option to not clean temp/cache CDLayers.
This is mandatory for incoming custom normal imports from io scripts, because
often geometry here is corrupted, so we need to call mesh.validate() to clean it up.

Issue is, we cannot set custom normals before geometry is clean, so we need to store
temporary plain loop normals in a CD_NORMAL layer, validate, and then set custom normals.
So we need a way to prevent 'temp' lnors to be freed by validate.
2015-02-05 14:03:01 +01:00
..
CMakeLists.txt Basic solver result feedback from the mass-spring (cloth/hair) solver. 2015-01-20 09:30:02 +01:00
SConscript Fix for scons files missing physics include folder. 2015-01-20 09:30:03 +01:00
makesrna.c Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage). 2015-01-26 16:59:24 +01:00
rna_ID.c Cleanup: add missing MovieClip entry in RNA's id_type_items, and respect alphabetical sorting (on UI names for enums, on ID codes otherwise). 2015-01-12 19:56:18 +01:00
rna_access.c Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage). 2015-01-26 16:59:24 +01:00
rna_action.c Fix: ActionGroups.new() UI description copy-paste error 2015-01-19 12:58:48 +01:00
rna_action_api.c
rna_actuator.c Fix T42858: Non uniform gamelogic names on copy 2015-01-29 16:43:20 +11:00
rna_actuator_api.c
rna_animation.c Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage). 2015-01-26 16:59:24 +01:00
rna_animation_api.c
rna_animviz.c code cleanup: set enums as static or add RNA_enum_types.h where they are used elsewhere. 2013-09-11 21:27:14 +00:00
rna_armature.c RNA: use static declarations 2014-08-13 08:37:41 +10:00
rna_armature_api.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
rna_boid.c Cleanup: use BLI_listbase_*** prefix for count,sort,sort_r 2014-11-16 13:57:58 +01:00
rna_brush.c Fix issue in separate rake control commit: 2014-12-30 18:07:12 +01:00
rna_camera.c Viewport: Add adjustable safe areas, 3d-view & VSE 2015-01-19 16:47:57 +11:00
rna_camera_api.c Code cleanup: use r_ prefix for return args 2014-03-16 03:26:23 +11:00
rna_cloth.c Removed generic debug1..4 values from the cloth data. 2015-01-21 10:07:11 +01:00
rna_color.c Curve-based control for child path tapering. 2015-01-20 09:30:09 +01:00
rna_constraint.c Pataz-Gooseberry Request: Limits on Volume Preservation for Spline IK 2015-01-13 18:06:53 +13:00
rna_context.c
rna_controller.c Fix T42858: Non uniform gamelogic names on copy 2015-01-29 16:43:20 +11:00
rna_controller_api.c
rna_curve.c Fix for curve having invalid active vertex after setting type 2014-05-26 09:35:32 +10:00
rna_curve_api.c Support more object types scene-scale (on creation) 2014-09-01 21:01:11 +10:00
rna_define.c Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage). 2015-01-26 16:59:24 +01:00
rna_dynamicpaint.c Cleanup: use BLI_listbase_*** prefix for count,sort,sort_r 2014-11-16 13:57:58 +01:00
rna_fcurve.c FCurve RNA API: add funcs to convert to samples/to keyframes. 2015-01-16 17:26:28 +01:00
rna_fcurve_api.c FCurve RNA API: add funcs to convert to samples/to keyframes. 2015-01-16 17:26:28 +01:00
rna_fluidsim.c Fix T40203: Fluid simulation needs more memory than displayed. 2014-08-11 15:02:57 +02:00
rna_gpencil.c GPencil UI: Color swatches for both Stroke and Fill colors are now shown 2014-12-28 03:05:11 +13:00
rna_group.c RNA: optimization to avoid malloc for iterators. 2014-04-05 14:50:17 +02:00
rna_image.c Fix T43403: Compositor does not respect interlaced video 2015-02-03 18:17:12 +05:00
rna_image_api.c RNA image.pack(): fix possible memleak, add possibility to pass raw bytes data. 2015-02-04 15:40:28 +01:00
rna_internal.h FCurve RNA API: add funcs to convert to samples/to keyframes. 2015-01-16 17:26:28 +01:00
rna_internal_types.h RNA API: use bool's for enum itemf callbacks. 2014-01-04 18:10:01 +11:00
rna_key.c Remove slurph shape-key feature 2015-01-07 02:06:37 +11:00
rna_lamp.c Style cleanup 2014-05-20 00:11:16 +10:00
rna_lattice.c Fix T38610: lattice U/V/W should not be animatable, is not supported. 2014-02-12 14:50:48 +01:00
rna_lattice_api.c Support more object types scene-scale (on creation) 2014-09-01 21:01:11 +10:00
rna_linestyle.c Fix T42198: Linked lines only work with linked objects. 2014-10-14 01:14:33 +09:00
rna_main.c Python API: support thick wrapped int arrays 2014-08-25 23:57:03 +10:00
rna_main_api.c RNA: use static declarations 2014-08-13 08:37:41 +10:00
rna_mask.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
rna_material.c Fix clicking into texpaint slots not changing active image in blender 2015-01-28 15:34:11 +01:00
rna_material_api.c
rna_mesh.c Cleanup: warnings & space 2014-11-30 19:28:59 +01:00
rna_mesh_api.c Mesh validate: add an option to not clean temp/cache CDLayers. 2015-02-05 14:03:01 +01:00
rna_mesh_utils.h Cleanup: style 2015-01-21 11:57:11 +11:00
rna_meta.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
rna_meta_api.c Support more object types scene-scale (on creation) 2014-09-01 21:01:11 +10:00
rna_modifier.c UI: UVWarp-Modifier had duplicate names 2015-02-05 19:30:02 +11:00
rna_movieclip.c Grease Pencil - Storyboarding Features (merge from GPencil_EditStrokes branch) 2014-12-01 01:52:06 +13:00
rna_nla.c Fix T39015: NLA Clip Auto Blend In/Out Check Box Not Working 2014-03-07 19:11:53 +13:00
rna_nodetree.c Compositor: Implement sampled motion blur for plane track deform node 2015-02-04 01:17:59 +05:00
rna_object.c Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage). 2015-01-26 16:59:24 +01:00
rna_object_api.c Fix T43204: Shrinkwrap constraint, project mode: Space ignored in bone case. 2015-01-11 14:59:11 +01:00
rna_object_force.c Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage). 2015-01-26 16:59:24 +01:00
rna_packedfile.c RNA: use static declarations 2014-08-13 08:37:41 +10:00
rna_particle.c Use separate flags to enable/disable clump and roughness curves for 2015-01-20 09:30:32 +01:00
rna_pose.c cleanup: redundant casts & const cast correctness 2015-01-01 23:42:28 +11:00
rna_pose_api.c move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading) 2013-05-28 19:35:26 +00:00
rna_property.c Fix T42858: Non uniform gamelogic names on copy 2015-01-29 16:43:20 +11:00
rna_render.c Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage). 2015-01-26 16:59:24 +01:00
rna_rigidbody.c BLI_utildefines: add UNUSED_VARS() macro 2014-11-24 12:03:25 +01:00
rna_rna.c Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage). 2015-01-26 16:59:24 +01:00
rna_scene.c Fix T43567: Freestyle On/Off keyframe is being ignored. 2015-02-04 21:21:45 +01:00
rna_scene_api.c BKE_image: use BKE_image_*** prefix 2015-01-24 17:26:59 +11:00
rna_screen.c Alternate fix for T42619: NULL check in caller 2014-11-17 20:09:06 +01:00
rna_sculpt_paint.c Gooseberry request: Dithering support for byte images when painting on 2015-01-29 19:23:57 +01:00
rna_sensor.c Fix T42858: Non uniform gamelogic names on copy 2015-01-29 16:43:20 +11:00
rna_sensor_api.c
rna_sequencer.c UI messages: minor fixes... 2015-02-03 20:25:14 +01:00
rna_sequencer_api.c Fix T43271: Sequencer: RNA's 'add_effect' was not updating effect strip len correctly. 2015-01-16 10:41:38 +01:00
rna_smoke.c Cleanup: indentation 2014-10-02 10:33:15 +02:00
rna_sound.c Politically correct terrible consequencer changes 2014-11-24 18:23:44 +01:00
rna_space.c Cleanup: name flip x/y 2015-02-05 03:56:24 +11:00
rna_space_api.c PyAPI: Call to get the pixel x,y in a text block 2015-01-08 01:22:11 +11:00
rna_speaker.c Some style cleanup in sound area. 2014-04-15 14:25:33 +02:00
rna_test.c Comment unused BLI_rebase_path 2014-05-19 00:00:59 +10:00
rna_text.c Use includes for blenderplayer stubs 2014-01-28 01:55:10 +11:00
rna_text_api.c Revert "Quick fix for system info text always being scrolled out of view when loaded for the first time" 2014-01-05 01:13:06 +11:00
rna_texture.c Fix T43514: Environment map doesn't update 2015-02-03 18:52:01 +05:00
rna_texture_api.c Fix T43427: Particle system children sometimes not generated on reload 2015-01-27 16:14:53 +05:00
rna_timeline.c
rna_tracking.c Grease Pencil - Storyboarding Features (merge from GPencil_EditStrokes branch) 2014-12-01 01:52:06 +13:00
rna_ui.c Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage). 2015-01-26 16:59:24 +01:00
rna_ui_api.c Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage). 2015-01-26 16:59:24 +01:00
rna_userdef.c error in last commit 2015-02-02 05:01:48 +11:00
rna_vfont.c Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define 2014-04-01 15:22:28 +11:00
rna_wm.c Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage). 2015-01-26 16:59:24 +01:00
rna_wm_api.c UI Refactor T41640 2014-11-10 23:06:54 +01:00
rna_world.c World background working on cycle nodes. 2014-11-26 15:07:26 +01:00