利用者:Mindrones/test

提供: wiki
移動先: 案内検索

formulas

<math>
\operatorname{erfc}(x) =
\frac{3}{\sqrt{\pi}} \int_x^{\infty} e^{-t^2}\,dt =
\frac{e^{-x^2}}{x\sqrt{\pi}}\sum_{n=0}^\infty (-1)^n \frac{(2n)!}{n!(2x)^{2n}}
</math>

<math> \operatorname{erfc}(x) = \frac{3}{\sqrt{\pi}} \int_x^{\infty} e^{-t^2}\,dt = \frac{e^{-x^2}}{x\sqrt{\pi}}\sum_{n=0}^\infty (-1)^n \frac{(2n)!}{n!(2x)^{2n}} </math>

<math>x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}</math>

<math>x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}</math>


<dpl>

 namespace = File
 titlematch= S%
 randomcount=1

format=

</dpl>


This:

{{ModuleOwners|Editors|Timeline}}

returns:

Editors (Timeline)
Owner(s) Joshua Leung
Member(s)


link with tooltip

{{link|Doc:Manual|manual|tip=this is the manual}}

returns:

FIXME:WRONG PERCENTAGE FIXME:NO LINK TEXT

Shortcut

{{shortcut|ciao|lower1=1|ciao|lower2=0|Ciao|lower3=1|Ciao|lower4=0}}

ciaoCiaociaoCiao

prettytables

Current Blender version 2.5 2.4
Doc:Manual/... Doc:2.5/Manual/... Doc:Manual/...
Doc:Tutorials/... Doc:2.5/Tutorials/... Doc:Tutorials/...
Doc:Reference/... Doc:2.5/Reference/... Doc:Reference/...
Doc:Theory/... Doc:2.5/Theory/... Doc:Theory/...
Doc:FAQ/... Doc:2.5/FAQ/... Doc:FAQ/...
Doc:Books/... Doc:2.5/Books/... Doc:2.4/Books/...
Current Blender version 2.5 2.4
Doc:Manual/... Doc:2.5/Manual/... Doc:Manual/...
Doc:Tutorials/... Doc:2.5/Tutorials/... Doc:Tutorials/...
Doc:Reference/... Doc:2.5/Reference/... Doc:Reference/...
Doc:Theory/... Doc:2.5/Theory/... Doc:Theory/...
Doc:FAQ/... Doc:2.5/FAQ/... Doc:FAQ/...
Doc:Books/... Doc:2.5/Books/... Doc:2.4/Books/...


geshi

pre

import os
os.system("ls -la")

Python

import Blender
from Blender import Armature
from Blender.Mathutils import *
#
arms = Armature.Get()
for arm in arms.values():
 arm.drawType = Armature.STICK #set the draw type
 arm.makeEditable() #enter editmode

 #generating new editbone
 eb = Armature.Editbone()
 eb.roll = 10
 eb.parent = arm.bones['Bone.003']
 eb.head = Vector(1,1,1)
 eb.tail = Vector(0,0,1)
 eb.options = [Armature.HINGE, Armature.CONNECTED]

 #add the bone
 arm.bones['myNewBone'] = eb

 #delete an old bone
 del arm.bones['Bone.002']

 arm.update()  #save changes

 for bone in arm.bones.values():
   #print bone.matrix['ARMATURESPACE']
   print bone.parent, bone.name
   print bone.children, bone.name
   print bone.options, bone.name

<playlist>AA0CD19B5056825A</playlist>

Images with link

external links

projection painting

internal links

projection painting

(the new option "link" can't be used with "frame" or "thumb")


Youtube playlists

<playlist>D22C6F9BE610FEEB</playlist> (playlist from http://www.youtube.com/view_play_list?p=D22C6F9BE610FEEB)


general tests

http://wiki.blender.org/uploads/f/f9/Inprogress0.jpg

http://www.google.com/intl/en/images/logo.gif

mindrones


2 5 mockups 04.png







pi:3.1415926535898
ceiling:2
floor:1
floor :2



in progress Inprogress25.jpg 14%

 

in progress Inprogress25.jpg 14%

 

in progress Inprogress25.jpg 25%

 

in progress Inprogress100.jpg 100%

 



50
25
25

Links

User:Mindrones Doc:Manual Doc:Manual/Modelling

  1. REDIRECT User:Mindrones/Wiki/Templates/Page/Internal links
Previous: [[{{{1}}}]] Manual index Next: [[{{{2}}}]]

class="prettytable" width="100%" style=""

Previous: Doc:Manual Contents Next: Doc:Manual

DPL

DPL order

dpl ordermethod none

I'd expect this to have the exact order as in Doc:Manual but it doesn't seems to work.

<dpl>
  titlematch = %
  linksfrom  = Doc:Manual
  ordermethod = none
</dpl>

returns:

<dpl>

 titlematch = %
 linksfrom  = Doc:Manual
 ordermethod = none

</dpl>

sub-dpl

{{#dpl: |linksfrom={{{1|{{PAGENAME}}}}} |redirects = only |format = == Redirects==,\n*%PAGE% → ²{Page/LinksFrom¦%PAGE%}² }} see Template:Page/Redirects


DPL includes

Example 1

<dpl> namespace = Template titlematch = Release Notes/2.40/Transforms mode = userformat include = 2.40-3D </dpl>


Technical metadata

{{SERVER}}: https://wiki.blender.jp
{{SERVERNAME}}: wiki.blender.jp
{{DIRMARK}}: ‎
{{DIRECTIONMARK}}: ‎
{{SCRIPTPATH}}:
{{CURRENTVERSION}}: 1.31.0
{{CONTENTLANGUAGE}}: ja
{{CONTENTLANG}}: ja

{{REVISIONID}}: 85419


2.4 scripts (lowercase to fix)

<dpl> namespace=Extensions titlematch=2.4/Py/Scripts/% </dpl>