blender/release/ui
Brecht Van Lommel 26ef6da24b 2.5
* Objects now support up to 32767 material slots. It's easy to
  increase this further, but I prefer not to increase the memory
  usage of mesh faces, it seems unlikely that someone would
  create 32767 distinct materials?
* Forward compatibility: the only thing you can potentially lose
  reading a 2.5 file in 2.4 is object linking (instead of default
  data), though usually that will go fine too. Reading files with
  > 32 material slots in 2.4 can start giving issues.

* The ob->colbits variable is deprecated by the array ob->matbits
  but I didn't remove the ob->colbits updates in very few places
  it is set.
* I hope I changed all the relevant things, various places just
  hardcoded the number 16 instead of using the MAXMAT define.

* Join Objects operator back. This is using the version from the
  animsys2 branch coded by Joshua, which means it now supports
  joining of shape keys.

* Fix for crash reading file saved during render.
2009-07-13 00:40:20 +00:00
..
buttons_data_armature.py 2.5: Buttons Window 2009-07-09 19:45:27 +00:00
buttons_data_bone.py 2.5: Buttons Window 2009-07-09 19:45:27 +00:00
buttons_data_camera.py 2.5: Buttons Window 2009-07-09 19:45:27 +00:00
buttons_data_curve.py 2.5: Buttons Window 2009-07-09 19:45:27 +00:00
buttons_data_empty.py UI: 2009-06-18 14:20:25 +00:00
buttons_data_lamp.py 2.5 Buttons: 2009-07-10 19:11:22 +00:00
buttons_data_lattice.py 2.5: Buttons Window 2009-07-09 19:45:27 +00:00
buttons_data_mesh.py 2.5: Buttons Window 2009-07-09 19:45:27 +00:00
buttons_data_modifier.py Added a particle instance modifier option to use particle size. 2009-07-05 12:36:20 +00:00
buttons_data_text.py 2.5: Buttons Window 2009-07-09 19:45:27 +00:00
buttons_material.py 2.5 2009-07-13 00:40:20 +00:00
buttons_object_constraint.py 2.5 - Made more operators for constraint buttons 2009-07-11 12:54:17 +00:00
buttons_objects.py 2.5: Buttons Window 2009-07-09 19:45:27 +00:00
buttons_particle.py Keyed physics refresh: 2009-07-12 23:38:47 +00:00
buttons_physic_cloth.py 2.5 Physic Buttons: 2009-07-03 14:11:00 +00:00
buttons_physics_field.py 2.5 Physic Buttons: 2009-07-04 08:50:41 +00:00
buttons_physics_fluid.py 2.5 Physic Buttons: 2009-07-03 19:12:59 +00:00
buttons_physics_softbody.py 2.5: Various Fixes 2009-07-08 15:34:41 +00:00
buttons_scene.py 2.5 2009-07-10 16:56:20 +00:00
buttons_texture.py 2.5: Buttons Window 2009-07-09 19:45:27 +00:00
buttons_world.py 2.5: Buttons Window 2009-07-09 19:45:27 +00:00
space_buttons.py 2.5 2009-06-30 19:20:45 +00:00
space_filebrowser.py 2.5 filebrowser: previous/next + bugfix + elubie's changes and cleanup 2009-07-07 07:25:44 +00:00
space_image.py 2.5: Mesh and Various Fixes 2009-07-08 21:31:28 +00:00
space_info.py 2.5 2009-06-30 19:20:45 +00:00
space_logic.py small changes... 2009-06-23 12:36:15 +00:00
space_outliner.py UI: some API functions don't require explicit context passing anymore. 2009-06-23 00:19:10 +00:00
space_sequencer.py RNA 2009-07-10 19:56:13 +00:00
space_text.py python console in ~80 lines 2009-07-12 12:47:34 +00:00
space_view3d_toolbar.py 2.5: 2009-07-08 21:41:35 +00:00
space_view3d.py 2.5: 2009-07-11 13:32:20 +00:00