[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38361] branches/soc-2011-garlic: complete space outliner, space node, space nla, etc.

xiao xiangquan xiaoxiangquan at gmail.com
Wed Jul 13 16:41:13 CEST 2011


Revision: 38361
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38361
Author:   xiaoxiangquan
Date:     2011-07-13 14:41:12 +0000 (Wed, 13 Jul 2011)
Log Message:
-----------
complete space outliner, space node, space nla, etc.

Modified Paths:
--------------
    branches/soc-2011-garlic/po/POTFILES.in
    branches/soc-2011-garlic/po/ar.po
    branches/soc-2011-garlic/po/bg.po
    branches/soc-2011-garlic/po/blender.pot
    branches/soc-2011-garlic/po/ca.po
    branches/soc-2011-garlic/po/cs.po
    branches/soc-2011-garlic/po/de.po
    branches/soc-2011-garlic/po/el.po
    branches/soc-2011-garlic/po/es.po
    branches/soc-2011-garlic/po/fi.po
    branches/soc-2011-garlic/po/fr.po
    branches/soc-2011-garlic/po/hr.po
    branches/soc-2011-garlic/po/it.po
    branches/soc-2011-garlic/po/ja.po
    branches/soc-2011-garlic/po/ko.po
    branches/soc-2011-garlic/po/nl.po
    branches/soc-2011-garlic/po/pl.po
    branches/soc-2011-garlic/po/pt_BR.po
    branches/soc-2011-garlic/po/ro.po
    branches/soc-2011-garlic/po/ru.po
    branches/soc-2011-garlic/po/sr.po
    branches/soc-2011-garlic/po/sr at Latn.po
    branches/soc-2011-garlic/po/sv.po
    branches/soc-2011-garlic/po/uk.po
    branches/soc-2011-garlic/po/zh_CN.po
    branches/soc-2011-garlic/release/scripts/startup/bl_operators/sequencer.py
    branches/soc-2011-garlic/release/scripts/startup/bl_ui/space_dopesheet.py
    branches/soc-2011-garlic/release/scripts/startup/bl_ui/space_graph.py
    branches/soc-2011-garlic/release/scripts/startup/bl_ui/space_image.py
    branches/soc-2011-garlic/release/scripts/startup/bl_ui/space_logic.py
    branches/soc-2011-garlic/release/scripts/startup/bl_ui/space_nla.py
    branches/soc-2011-garlic/release/scripts/startup/bl_ui/space_node.py
    branches/soc-2011-garlic/release/scripts/startup/bl_ui/space_sequencer.py
    branches/soc-2011-garlic/source/blender/editors/animation/anim_channels_edit.c
    branches/soc-2011-garlic/source/blender/editors/datafiles/bunifont.ttf.c
    branches/soc-2011-garlic/source/blender/editors/interface/interface_templates.c
    branches/soc-2011-garlic/source/blender/editors/render/render_shading.c
    branches/soc-2011-garlic/source/blender/editors/space_action/action_edit.c
    branches/soc-2011-garlic/source/blender/editors/space_image/image_ops.c
    branches/soc-2011-garlic/source/blender/editors/space_nla/nla_edit.c
    branches/soc-2011-garlic/source/blender/editors/space_node/node_header.c
    branches/soc-2011-garlic/source/blender/editors/space_sequencer/sequencer_add.c
    branches/soc-2011-garlic/source/blender/editors/space_sequencer/sequencer_edit.c
    branches/soc-2011-garlic/source/blender/makesrna/RNA_access.h
    branches/soc-2011-garlic/source/blender/makesrna/intern/rna_ID.c
    branches/soc-2011-garlic/source/blender/makesrna/intern/rna_access.c
    branches/soc-2011-garlic/source/blender/makesrna/intern/rna_action.c
    branches/soc-2011-garlic/source/blender/makesrna/intern/rna_fcurve.c
    branches/soc-2011-garlic/source/blender/makesrna/intern/rna_object.c
    branches/soc-2011-garlic/source/blender/makesrna/intern/rna_scene.c
    branches/soc-2011-garlic/source/blender/makesrna/intern/rna_space.c

Modified: branches/soc-2011-garlic/po/POTFILES.in
===================================================================
--- branches/soc-2011-garlic/po/POTFILES.in	2011-07-13 12:44:00 UTC (rev 38360)
+++ branches/soc-2011-garlic/po/POTFILES.in	2011-07-13 14:41:12 UTC (rev 38361)
@@ -11,8 +11,15 @@
 release/scripts/startup/bl_ui/properties_texture.py
 
 release/scripts/startup/bl_ui/space_console.py
+release/scripts/startup/bl_ui/space_dopesheet.py
+release/scripts/startup/bl_ui/space_graph.py
+release/scripts/startup/bl_ui/space_image.py
 release/scripts/startup/bl_ui/space_info.py
+release/scripts/startup/bl_ui/space_logic.py
+release/scripts/startup/bl_ui/space_nla.py
+release/scripts/startup/bl_ui/space_node.py
 release/scripts/startup/bl_ui/space_outliner.py
+release/scripts/startup/bl_ui/space_sequencer.py 
 release/scripts/startup/bl_ui/space_text.py
 release/scripts/startup/bl_ui/space_time.py
 release/scripts/startup/bl_ui/space_userpref.py
@@ -73,6 +80,7 @@
 
 source/blender/editors/render/render_internal.c
 source/blender/editors/render/render_opengl.c
+source/blender/editors/render/render_shading.c
 source/blender/editors/render/render_view.c
 
 source/blender/editors/screen/area.c
@@ -119,6 +127,7 @@
 
 source/blender/editors/space_node/node_buttons.c
 source/blender/editors/space_node/node_edit.c
+source/blender/editors/space_node/node_header.c
 source/blender/editors/space_node/node_ops.c
 source/blender/editors/space_node/node_select.c
 source/blender/editors/space_node/node_state.c
@@ -153,9 +162,12 @@
 source/blender/editors/uvedit/uvedit_ops.c
 source/blender/editors/uvedit/uvedit_unwrap_ops.c
 
+source/blender/makesrna/intern/rna_ID.c
+source/blender/makesrna/intern/rna_action.c
 source/blender/makesrna/intern/rna_color.c
 source/blender/makesrna/intern/rna_curve.c
-source/blender/makesrna/intern/rna_ID.c
+source/blender/makesrna/intern/rna_fcurve.c
+source/blender/makesrna/intern/rna_material.c
 source/blender/makesrna/intern/rna_object.c
 source/blender/makesrna/intern/rna_object_force.c
 source/blender/makesrna/intern/rna_render.c

Modified: branches/soc-2011-garlic/po/ar.po
===================================================================
--- branches/soc-2011-garlic/po/ar.po	2011-07-13 12:44:00 UTC (rev 38360)
+++ branches/soc-2011-garlic/po/ar.po	2011-07-13 14:41:12 UTC (rev 38361)
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: Blender\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-07-02 04:05+0800\n"
+"POT-Creation-Date: 2011-07-13 22:15+0800\n"
 "PO-Revision-Date: 2006-11-14 15:33+0300\n"
 "Last-Translator: M. Bashir Al-Noimi <bashir.storm at gmail.com>\n"
 "Language-Team: arabeyes.org <bashir.storm at gmail.com>\n"
@@ -43,6 +43,9 @@
 
 #: release/scripts/startup/bl_operators/object.py:34
 #: release/scripts/startup/bl_operators/object.py:109
+#: release/scripts/startup/bl_ui/space_dopesheet.py:312
+#: release/scripts/startup/bl_ui/space_graph.py:245
+#: release/scripts/startup/bl_ui/space_nla.py:190
 #: source/blender/editors/animation/anim_markers.c:1113
 #: source/blender/editors/armature/editarmature.c:1593
 #: source/blender/editors/armature/editarmature.c:1689
@@ -97,6 +100,7 @@
 #: release/scripts/startup/bl_ui/space_view3d.py:872
 #: release/scripts/startup/bl_ui/space_view3d.py:1987
 #: source/blender/editors/object/object_select.c:359
+#: source/blender/makesrna/intern/rna_object.c:1817
 msgid "Parent"
 msgstr ""
 
@@ -116,6 +120,7 @@
 #: source/blender/editors/mesh/editmesh_tools.c:6775
 #: source/blender/editors/mesh/editmesh_tools.c:6811
 #: source/blender/editors/screen/screen_ops.c:1514
+#: source/blender/editors/uvedit/uvedit_unwrap_ops.c:761
 msgid "Direction"
 msgstr ""
 
@@ -258,6 +263,41 @@
 msgid "Plays back rendered frames/movies using an external player."
 msgstr ""
 
+#: release/scripts/startup/bl_operators/sequencer.py:31
+msgid "Crossfade sounds"
+msgstr ""
+
+#: release/scripts/startup/bl_operators/sequencer.py:82
+msgid "Cut multicam"
+msgstr ""
+
+#: release/scripts/startup/bl_operators/sequencer.py:85
+#: release/scripts/startup/bl_ui/properties_render.py:426
+#: release/scripts/startup/bl_ui/space_info.py:289
+#: release/scripts/startup/bl_ui/space_view3d.py:288
+#: source/blender/editors/animation/anim_markers.c:1115
+#: source/blender/editors/space_view3d/view3d_edit.c:2302
+#: source/blender/makesrna/intern/rna_ID.c:53
+#: source/blender/makesrna/intern/rna_material.c:408
+#: source/blender/makesrna/intern/rna_object.c:117
+#: source/blender/makesrna/intern/rna_scene.c:2024
+#: source/blender/makesrna/intern/rna_scene.c:3193
+#: source/blender/makesrna/intern/rna_space.c:1098
+#: source/blender/makesrna/intern/rna_space.c:1170
+#: source/blender/makesrna/intern/rna_space.c:1180
+msgid "Camera"
+msgstr "آلة التصوير"
+
+#: release/scripts/startup/bl_operators/sequencer.py:120
+#, fuzzy
+msgid "Deinterlace Movies"
+msgstr "عرض اعدادات الحواف"
+
+#: release/scripts/startup/bl_operators/sequencer.py:122
+#, fuzzy
+msgid "Deinterlace all selected movie sources."
+msgstr "قائمة موصولة"
+
 #: release/scripts/startup/bl_operators/wm.py:30
 msgid "Delete Edge Loop"
 msgstr ""
@@ -319,6 +359,7 @@
 #: release/scripts/startup/bl_operators/wm.py:427
 #: source/blender/editors/space_graph/graph_edit.c:638
 #: source/blender/editors/space_graph/graph_ops.c:183
+#: source/blender/makesrna/intern/rna_material.c:74
 #: source/blender/makesrna/intern/rna_wm.c:1772
 msgid "Value"
 msgstr ""
@@ -533,6 +574,7 @@
 msgstr "ثابت الصورة"
 
 #: release/scripts/startup/bl_operators/wm.py:849
+#: source/blender/makesrna/intern/rna_space.c:1508
 msgid "Context"
 msgstr ""
 
@@ -600,14 +642,23 @@
 #: release/scripts/startup/bl_ui/properties_render.py:58
 #: release/scripts/startup/bl_ui/space_info.py:326
 #: source/blender/editors/render/render_internal.c:606
+#: source/blender/makesrna/intern/rna_space.c:1477
 msgid "Render"
 msgstr "اخراج"
 
 #: release/scripts/startup/bl_ui/properties_render.py:67
+#: release/scripts/startup/bl_ui/space_image.py:104
+#: release/scripts/startup/bl_ui/space_image.py:356
+#: release/scripts/startup/bl_ui/space_image.py:414
+#: release/scripts/startup/bl_ui/space_image.py:672
+#: release/scripts/startup/bl_ui/space_sequencer.py:187
 #: release/scripts/startup/bl_ui/space_userpref_keymap.py:74
 #: source/blender/editors/mesh/editmesh_mods.c:728
 #: source/blender/editors/sculpt_paint/paint_image.c:5537
 #: source/blender/makesrna/intern/rna_ID.c:58
+#: source/blender/makesrna/intern/rna_object.c:1709
+#: source/blender/makesrna/intern/rna_space.c:1107
+#: source/blender/makesrna/intern/rna_space.c:1550
 #, fuzzy
 msgid "Image"
 msgstr "تكبير الصورة"
@@ -627,24 +678,30 @@
 msgstr "نافذة الاخراج"
 
 #: release/scripts/startup/bl_ui/properties_render.py:70
+#: release/scripts/startup/bl_ui/space_image.py:574
 #: release/scripts/startup/bl_ui/space_view3d.py:2080
+#: source/blender/makesrna/intern/rna_scene.c:2762
 #, fuzzy
 msgid "Display"
 msgstr "عرض اعدادات الحواف"
 
 #: release/scripts/startup/bl_ui/properties_render.py:74
 #: source/blender/editors/space_view3d/view3d_header.c:257
+#: source/blender/makesrna/intern/rna_object.c:1796
 #: source/blender/makesrna/intern/rna_scene.c:3236
 msgid "Layers"
 msgstr ""
 
 #: release/scripts/startup/bl_ui/properties_render.py:100
 #: release/scripts/startup/bl_ui/properties_render.py:425
+#: release/scripts/startup/bl_ui/space_sequencer.py:640
 #: source/blender/editors/animation/anim_markers.c:1410
 #: source/blender/editors/object/object_relations.c:1335
 #: source/blender/editors/render/render_internal.c:620
+#: source/blender/editors/space_sequencer/sequencer_add.c:295
 #: source/blender/makesrna/intern/rna_ID.c:69
 #: source/blender/makesrna/intern/rna_scene.c:3185
+#: source/blender/makesrna/intern/rna_space.c:1476
 msgid "Scene"
 msgstr ""
 
@@ -655,10 +712,17 @@
 
 #: release/scripts/startup/bl_ui/properties_render.py:103
 #: release/scripts/startup/bl_ui/space_userpref.py:356
+#: source/blender/editors/interface/interface_templates.c:1195
 #: source/blender/editors/mesh/editmesh_mods.c:727
 #: source/blender/editors/mesh/editmesh_tools.c:7342
 #: source/blender/editors/object/object_select.c:177
 #: source/blender/makesrna/intern/rna_ID.c:63
+#: source/blender/makesrna/intern/rna_material.c:1847
+#: source/blender/makesrna/intern/rna_material.c:1603
+#: source/blender/makesrna/intern/rna_material.c:909
+#: source/blender/makesrna/intern/rna_space.c:1485
+#: source/blender/makesrna/intern/rna_space.c:1497
+#: source/blender/makesrna/intern/rna_space.c:2415
 msgid "Material"
 msgstr ""
 
@@ -700,6 +764,7 @@
 msgstr ""
 
 #: release/scripts/startup/bl_ui/properties_render.py:177
+#: source/blender/makesrna/intern/rna_object.c:1932
 msgid "Dimensions"
 msgstr ""
 
@@ -713,6 +778,7 @@
 msgstr ""
 
 #: release/scripts/startup/bl_ui/properties_render.py:205
+#: source/blender/makesrna/intern/rna_scene.c:2657
 #, fuzzy
 msgid "Border"
 msgstr "تحديد الاطار"
@@ -731,6 +797,10 @@
 # ##
 # ##########################################################
 #: release/scripts/startup/bl_ui/properties_render.py:213
+#: release/scripts/startup/bl_ui/space_image.py:457
+#: release/scripts/startup/bl_ui/space_sequencer.py:589
+#: release/scripts/startup/bl_ui/space_sequencer.py:594
+#: release/scripts/startup/bl_ui/space_sequencer.py:635
 #: release/scripts/startup/bl_ui/space_time.py:46
 #: release/scripts/startup/bl_ui/space_time.py:49
 #: release/scripts/startup/bl_ui/space_view3d.py:2041
@@ -739,6 +809,10 @@
 msgstr "بدء اللعبة"
 
 #: release/scripts/startup/bl_ui/properties_render.py:214
+#: release/scripts/startup/bl_ui/space_image.py:458
+#: release/scripts/startup/bl_ui/space_sequencer.py:590
+#: release/scripts/startup/bl_ui/space_sequencer.py:595
+#: release/scripts/startup/bl_ui/space_sequencer.py:636
 #: release/scripts/startup/bl_ui/space_time.py:47
 #: release/scripts/startup/bl_ui/space_time.py:50
 #: release/scripts/startup/bl_ui/space_view3d.py:2042
@@ -773,11 +847,16 @@
 # ##########################################################
 #: release/scripts/startup/bl_ui/properties_render.py:240
 #: release/scripts/startup/bl_ui/space_info.py:107
+#: source/blender/editors/interface/interface_templates.c:427
+#: source/blender/editors/interface/interface_templates.c:431
 #: source/blender/editors/screen/screen_ops.c:3243
+#: source/blender/editors/space_text/text_ops.c:196
 msgid "New"
 msgstr "جديد"
 
 #: release/scripts/startup/bl_ui/properties_render.py:244

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-blender-cvs mailing list