[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22599] branches/blender2.5/blender: 2.5:

Brecht Van Lommel brecht at blender.org
Tue Aug 18 14:58:51 CEST 2009


Revision: 22599
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22599
Author:   blendix
Date:     2009-08-18 14:58:51 +0200 (Tue, 18 Aug 2009)

Log Message:
-----------
2.5:

* Split Info and User preferences into two separate spaces.
* Renamed Buttons Window to Properties also in RNA identifiers.

Modified Paths:
--------------
    branches/blender2.5/blender/release/io/engine_render_pov.py
    branches/blender2.5/blender/release/ui/buttons_data_armature.py
    branches/blender2.5/blender/release/ui/buttons_data_bone.py
    branches/blender2.5/blender/release/ui/buttons_data_camera.py
    branches/blender2.5/blender/release/ui/buttons_data_curve.py
    branches/blender2.5/blender/release/ui/buttons_data_empty.py
    branches/blender2.5/blender/release/ui/buttons_data_lamp.py
    branches/blender2.5/blender/release/ui/buttons_data_lattice.py
    branches/blender2.5/blender/release/ui/buttons_data_mesh.py
    branches/blender2.5/blender/release/ui/buttons_data_metaball.py
    branches/blender2.5/blender/release/ui/buttons_data_modifier.py
    branches/blender2.5/blender/release/ui/buttons_data_text.py
    branches/blender2.5/blender/release/ui/buttons_game.py
    branches/blender2.5/blender/release/ui/buttons_material.py
    branches/blender2.5/blender/release/ui/buttons_object.py
    branches/blender2.5/blender/release/ui/buttons_object_constraint.py
    branches/blender2.5/blender/release/ui/buttons_particle.py
    branches/blender2.5/blender/release/ui/buttons_physics_cloth.py
    branches/blender2.5/blender/release/ui/buttons_physics_field.py
    branches/blender2.5/blender/release/ui/buttons_physics_fluid.py
    branches/blender2.5/blender/release/ui/buttons_physics_smoke.py
    branches/blender2.5/blender/release/ui/buttons_physics_softbody.py
    branches/blender2.5/blender/release/ui/buttons_scene.py
    branches/blender2.5/blender/release/ui/buttons_texture.py
    branches/blender2.5/blender/release/ui/buttons_world.py
    branches/blender2.5/blender/release/ui/space_buttons.py
    branches/blender2.5/blender/release/ui/space_info.py
    branches/blender2.5/blender/release/ui/space_time.py
    branches/blender2.5/blender/source/blender/blenkernel/BKE_context.h
    branches/blender2.5/blender/source/blender/blenkernel/intern/context.c
    branches/blender2.5/blender/source/blender/blenloader/intern/writefile.c
    branches/blender2.5/blender/source/blender/editors/Makefile
    branches/blender2.5/blender/source/blender/editors/SConscript
    branches/blender2.5/blender/source/blender/editors/include/ED_space_api.h
    branches/blender2.5/blender/source/blender/editors/interface/interface_panel.c
    branches/blender2.5/blender/source/blender/editors/interface/resources.c
    branches/blender2.5/blender/source/blender/editors/screen/area.c
    branches/blender2.5/blender/source/blender/editors/space_api/spacetypes.c
    branches/blender2.5/blender/source/blender/editors/space_buttons/buttons_context.c
    branches/blender2.5/blender/source/blender/editors/space_buttons/buttons_ops.c
    branches/blender2.5/blender/source/blender/editors/space_info/info_intern.h
    branches/blender2.5/blender/source/blender/editors/space_userpref/Makefile
    branches/blender2.5/blender/source/blender/editors/space_userpref/SConscript
    branches/blender2.5/blender/source/blender/makesdna/DNA_space_types.h
    branches/blender2.5/blender/source/blender/makesdna/DNA_userdef_types.h
    branches/blender2.5/blender/source/blender/makesrna/RNA_access.h
    branches/blender2.5/blender/source/blender/makesrna/intern/rna_space.c
    branches/blender2.5/blender/source/blender/makesrna/intern/rna_userdef.c
    branches/blender2.5/blender/source/blender/windowmanager/intern/wm_window.c

Added Paths:
-----------
    branches/blender2.5/blender/release/ui/space_userpref.py
    branches/blender2.5/blender/source/blender/editors/space_userpref/
    branches/blender2.5/blender/source/blender/editors/space_userpref/space_userpref.c
    branches/blender2.5/blender/source/blender/editors/space_userpref/userpref_intern.h
    branches/blender2.5/blender/source/blender/editors/space_userpref/userpref_ops.c

Removed Paths:
-------------
    branches/blender2.5/blender/source/blender/editors/space_userpref/info_intern.h
    branches/blender2.5/blender/source/blender/editors/space_userpref/info_ops.c
    branches/blender2.5/blender/source/blender/editors/space_userpref/space_info.c

Modified: branches/blender2.5/blender/release/io/engine_render_pov.py
===================================================================
--- branches/blender2.5/blender/release/io/engine_render_pov.py	2009-08-18 12:56:43 UTC (rev 22598)
+++ branches/blender2.5/blender/release/io/engine_render_pov.py	2009-08-18 12:58:51 UTC (rev 22599)
@@ -791,7 +791,7 @@
 del buttons_material
 
 class RenderButtonsPanel(bpy.types.Panel):
-	__space_type__ = "BUTTONS_WINDOW"
+	__space_type__ = "PROPERTIES"
 	__region_type__ = "WINDOW"
 	__context__ = "scene"
 	# COMPAT_ENGINES must be defined in each subclass, external engines can add themselves here

Modified: branches/blender2.5/blender/release/ui/buttons_data_armature.py
===================================================================
--- branches/blender2.5/blender/release/ui/buttons_data_armature.py	2009-08-18 12:56:43 UTC (rev 22598)
+++ branches/blender2.5/blender/release/ui/buttons_data_armature.py	2009-08-18 12:58:51 UTC (rev 22599)
@@ -2,7 +2,7 @@
 import bpy
  
 class DataButtonsPanel(bpy.types.Panel):
-	__space_type__ = "BUTTONS_WINDOW"
+	__space_type__ = "PROPERTIES"
 	__region_type__ = "WINDOW"
 	__context__ = "data"
 	

Modified: branches/blender2.5/blender/release/ui/buttons_data_bone.py
===================================================================
--- branches/blender2.5/blender/release/ui/buttons_data_bone.py	2009-08-18 12:56:43 UTC (rev 22598)
+++ branches/blender2.5/blender/release/ui/buttons_data_bone.py	2009-08-18 12:58:51 UTC (rev 22599)
@@ -2,7 +2,7 @@
 import bpy
  
 class BoneButtonsPanel(bpy.types.Panel):
-	__space_type__ = "BUTTONS_WINDOW"
+	__space_type__ = "PROPERTIES"
 	__region_type__ = "WINDOW"
 	__context__ = "bone"
 	

Modified: branches/blender2.5/blender/release/ui/buttons_data_camera.py
===================================================================
--- branches/blender2.5/blender/release/ui/buttons_data_camera.py	2009-08-18 12:56:43 UTC (rev 22598)
+++ branches/blender2.5/blender/release/ui/buttons_data_camera.py	2009-08-18 12:58:51 UTC (rev 22599)
@@ -2,7 +2,7 @@
 import bpy
 
 class DataButtonsPanel(bpy.types.Panel):
-	__space_type__ = "BUTTONS_WINDOW"
+	__space_type__ = "PROPERTIES"
 	__region_type__ = "WINDOW"
 	__context__ = "data"
 

Modified: branches/blender2.5/blender/release/ui/buttons_data_curve.py
===================================================================
--- branches/blender2.5/blender/release/ui/buttons_data_curve.py	2009-08-18 12:56:43 UTC (rev 22598)
+++ branches/blender2.5/blender/release/ui/buttons_data_curve.py	2009-08-18 12:58:51 UTC (rev 22599)
@@ -2,7 +2,7 @@
 import bpy
 
 class DataButtonsPanel(bpy.types.Panel):
-	__space_type__ = "BUTTONS_WINDOW"
+	__space_type__ = "PROPERTIES"
 	__region_type__ = "WINDOW"
 	__context__ = "data"
 	

Modified: branches/blender2.5/blender/release/ui/buttons_data_empty.py
===================================================================
--- branches/blender2.5/blender/release/ui/buttons_data_empty.py	2009-08-18 12:56:43 UTC (rev 22598)
+++ branches/blender2.5/blender/release/ui/buttons_data_empty.py	2009-08-18 12:58:51 UTC (rev 22599)
@@ -2,7 +2,7 @@
 import bpy
 
 class DataButtonsPanel(bpy.types.Panel):
-	__space_type__ = "BUTTONS_WINDOW"
+	__space_type__ = "PROPERTIES"
 	__region_type__ = "WINDOW"
 	__context__ = "data"
 	

Modified: branches/blender2.5/blender/release/ui/buttons_data_lamp.py
===================================================================
--- branches/blender2.5/blender/release/ui/buttons_data_lamp.py	2009-08-18 12:56:43 UTC (rev 22598)
+++ branches/blender2.5/blender/release/ui/buttons_data_lamp.py	2009-08-18 12:58:51 UTC (rev 22599)
@@ -2,7 +2,7 @@
 import bpy
 
 class DataButtonsPanel(bpy.types.Panel):
-	__space_type__ = "BUTTONS_WINDOW"
+	__space_type__ = "PROPERTIES"
 	__region_type__ = "WINDOW"
 	__context__ = "data"
 	
@@ -319,4 +319,4 @@
 bpy.types.register(DATA_PT_area)
 bpy.types.register(DATA_PT_spot)
 bpy.types.register(DATA_PT_shadow)
-bpy.types.register(DATA_PT_sunsky)
\ No newline at end of file
+bpy.types.register(DATA_PT_sunsky)

Modified: branches/blender2.5/blender/release/ui/buttons_data_lattice.py
===================================================================
--- branches/blender2.5/blender/release/ui/buttons_data_lattice.py	2009-08-18 12:56:43 UTC (rev 22598)
+++ branches/blender2.5/blender/release/ui/buttons_data_lattice.py	2009-08-18 12:58:51 UTC (rev 22599)
@@ -2,7 +2,7 @@
 import bpy
 
 class DataButtonsPanel(bpy.types.Panel):
-	__space_type__ = "BUTTONS_WINDOW"
+	__space_type__ = "PROPERTIES"
 	__region_type__ = "WINDOW"
 	__context__ = "data"
 	

Modified: branches/blender2.5/blender/release/ui/buttons_data_mesh.py
===================================================================
--- branches/blender2.5/blender/release/ui/buttons_data_mesh.py	2009-08-18 12:56:43 UTC (rev 22598)
+++ branches/blender2.5/blender/release/ui/buttons_data_mesh.py	2009-08-18 12:58:51 UTC (rev 22599)
@@ -2,7 +2,7 @@
 import bpy
 
 class DataButtonsPanel(bpy.types.Panel):
-	__space_type__ = "BUTTONS_WINDOW"
+	__space_type__ = "PROPERTIES"
 	__region_type__ = "WINDOW"
 	__context__ = "data"
 	

Modified: branches/blender2.5/blender/release/ui/buttons_data_metaball.py
===================================================================
--- branches/blender2.5/blender/release/ui/buttons_data_metaball.py	2009-08-18 12:56:43 UTC (rev 22598)
+++ branches/blender2.5/blender/release/ui/buttons_data_metaball.py	2009-08-18 12:58:51 UTC (rev 22599)
@@ -1,7 +1,7 @@
 import bpy
 
 class DataButtonsPanel(bpy.types.Panel):
-	__space_type__ = "BUTTONS_WINDOW"
+	__space_type__ = "PROPERTIES"
 	__region_type__ = "WINDOW"
 	__context__ = "data"
 	

Modified: branches/blender2.5/blender/release/ui/buttons_data_modifier.py
===================================================================
--- branches/blender2.5/blender/release/ui/buttons_data_modifier.py	2009-08-18 12:56:43 UTC (rev 22598)
+++ branches/blender2.5/blender/release/ui/buttons_data_modifier.py	2009-08-18 12:58:51 UTC (rev 22599)
@@ -2,7 +2,7 @@
 import bpy
 
 class DataButtonsPanel(bpy.types.Panel):
-	__space_type__ = "BUTTONS_WINDOW"
+	__space_type__ = "PROPERTIES"
 	__region_type__ = "WINDOW"
 	__context__ = "modifier"
 	

Modified: branches/blender2.5/blender/release/ui/buttons_data_text.py
===================================================================
--- branches/blender2.5/blender/release/ui/buttons_data_text.py	2009-08-18 12:56:43 UTC (rev 22598)
+++ branches/blender2.5/blender/release/ui/buttons_data_text.py	2009-08-18 12:58:51 UTC (rev 22599)
@@ -2,7 +2,7 @@
 import bpy
 
 class DataButtonsPanel(bpy.types.Panel):
-	__space_type__ = "BUTTONS_WINDOW"
+	__space_type__ = "PROPERTIES"
 	__region_type__ = "WINDOW"
 	__context__ = "data"
 	

Modified: branches/blender2.5/blender/release/ui/buttons_game.py
===================================================================
--- branches/blender2.5/blender/release/ui/buttons_game.py	2009-08-18 12:56:43 UTC (rev 22598)
+++ branches/blender2.5/blender/release/ui/buttons_game.py	2009-08-18 12:58:51 UTC (rev 22599)
@@ -2,7 +2,7 @@
 import bpy
  
 class PhysicsButtonsPanel(bpy.types.Panel):
-	__space_type__ = "BUTTONS_WINDOW"
+	__space_type__ = "PROPERTIES"
 	__region_type__ = "WINDOW"
 	__context__ = "physics"
 
@@ -171,7 +171,7 @@
 bpy.types.register(PHYSICS_PT_game_collision_bounds)
 
 class SceneButtonsPanel(bpy.types.Panel):
-	__space_type__ = "BUTTONS_WINDOW"
+	__space_type__ = "PROPERTIES"
 	__region_type__ = "WINDOW"
 	__context__ = "scene"
 
@@ -276,7 +276,7 @@
 bpy.types.register(SCENE_PT_game_stereo)
 
 class WorldButtonsPanel(bpy.types.Panel):
-	__space_type__ = "BUTTONS_WINDOW"
+	__space_type__ = "PROPERTIES"
 	__region_type__ = "WINDOW"
 	__context__ = "world"
 

Modified: branches/blender2.5/blender/release/ui/buttons_material.py
===================================================================
--- branches/blender2.5/blender/release/ui/buttons_material.py	2009-08-18 12:56:43 UTC (rev 22598)
+++ branches/blender2.5/blender/release/ui/buttons_material.py	2009-08-18 12:58:51 UTC (rev 22599)
@@ -2,7 +2,7 @@
 import bpy
 
 class MaterialButtonsPanel(bpy.types.Panel):
-	__space_type__ = "BUTTONS_WINDOW"
+	__space_type__ = "PROPERTIES"
 	__region_type__ = "WINDOW"
 	__context__ = "material"
 	# COMPAT_ENGINES must be defined in each subclass, external engines can add themselves here

Modified: branches/blender2.5/blender/release/ui/buttons_object.py
===================================================================
--- branches/blender2.5/blender/release/ui/buttons_object.py	2009-08-18 12:56:43 UTC (rev 22598)
+++ branches/blender2.5/blender/release/ui/buttons_object.py	2009-08-18 12:58:51 UTC (rev 22599)
@@ -2,7 +2,7 @@
 import bpy
 
 class ObjectButtonsPanel(bpy.types.Panel):
-	__space_type__ = "BUTTONS_WINDOW"
+	__space_type__ = "PROPERTIES"
 	__region_type__ = "WINDOW"
 	__context__ = "object"
 

Modified: branches/blender2.5/blender/release/ui/buttons_object_constraint.py
===================================================================
--- branches/blender2.5/blender/release/ui/buttons_object_constraint.py	2009-08-18 12:56:43 UTC (rev 22598)
+++ branches/blender2.5/blender/release/ui/buttons_object_constraint.py	2009-08-18 12:58:51 UTC (rev 22599)
@@ -2,7 +2,7 @@
 import bpy
 
 class ConstraintButtonsPanel(bpy.types.Panel):
-	__space_type__ = "BUTTONS_WINDOW"
+	__space_type__ = "PROPERTIES"
 	__region_type__ = "WINDOW"
 	__context__ = "constraint"
 

Modified: branches/blender2.5/blender/release/ui/buttons_particle.py
===================================================================
--- branches/blender2.5/blender/release/ui/buttons_particle.py	2009-08-18 12:56:43 UTC (rev 22598)
+++ branches/blender2.5/blender/release/ui/buttons_particle.py	2009-08-18 12:58:51 UTC (rev 22599)
@@ -11,7 +11,7 @@
 	return psys.settings.type in ('EMITTER', 'REACTOR', 'HAIR')
 
 class ParticleButtonsPanel(bpy.types.Panel):
-	__space_type__ = "BUTTONS_WINDOW"
+	__space_type__ = "PROPERTIES"
 	__region_type__ = "WINDOW"
 	__context__ = "particle"
 

Modified: branches/blender2.5/blender/release/ui/buttons_physics_cloth.py
===================================================================
--- branches/blender2.5/blender/release/ui/buttons_physics_cloth.py	2009-08-18 12:56:43 UTC (rev 22598)
+++ branches/blender2.5/blender/release/ui/buttons_physics_cloth.py	2009-08-18 12:58:51 UTC (rev 22599)
@@ -2,7 +2,7 @@
 import bpy
 

@@ Diff output truncated at 10240 characters. @@




More information about the Bf-blender-cvs mailing list