projects
/
blender.git
/ history
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Followup to rB8714ae09f894: better not have several RNA properties affect a single...
[blender.git]
/
doc
/
python_api
/
2014-04-24
Campbell Barton
Code cleanup: unused python vars & imports
tree
|
commitdiff
2014-04-15
Campbell Barton
Style cleanup: C & pep8
tree
|
commitdiff
2014-04-02
Campbell Barton
Code cleanup: style
tree
|
commitdiff
2014-04-01
Mitchell Stokes
BGE doc cleanup: Some small cleanups in the BGE docs:
tree
|
commitdiff
2014-02-14
Brecht Van Lommel
Fix T38629: broken links to OpenGL docs from python...
tree
|
commitdiff
2014-02-12
Campbell Barton
Code cleanup: style
tree
|
commitdiff
2014-01-26
Campbell Barton
Code Cleanup: style and correct API class ref
tree
|
commitdiff
2014-01-24
Dalai Felinto
game engine: implement hitMaterial for collision and...
tree
|
commitdiff
2014-01-07
Campbell Barton
Fix bash/ksh specific test syntax
tree
|
commitdiff
2014-01-06
Campbell Barton
Patch D133: Python wrapper for BLI_kdtree (adds mathuti...
tree
|
commitdiff
2014-01-03
Thomas Dinges
Fix T38032, typo in Python API documentation.
tree
|
commitdiff
2013-12-27
Campbell Barton
API Docs: use a simpler example for merging namespaces
tree
|
commitdiff
2013-12-23
Campbell Barton
Syntax correction for gpu docs, D124
tree
|
commitdiff
2013-12-09
James Yonan
Game Engine: Option to record static objects animation
tree
|
commitdiff
2013-12-06
Campbell Barton
BMesh Py API: add bmesh.geometry.intersect_face_point()
tree
|
commitdiff
2013-11-28
Campbell Barton
Python API Docs: update for using git buildinfo and...
tree
|
commitdiff
2013-11-23
Bastien Montagne
Add ctrl-click rename to most lists in Blender UI and...
tree
|
commitdiff
2013-10-15
Campbell Barton
sphinx docgen wasn't including example scripts for...
tree
|
commitdiff
2013-09-29
Bastien Montagne
Fix broken example, reported by Codemanx on IRC, thanks.
tree
|
commitdiff
2013-09-18
Campbell Barton
fixes for python api docs.
tree
|
commitdiff
2013-09-14
Mitchell Stokes
BGE: Adding a Python collision API. The initial patch...
tree
|
commitdiff
2013-08-29
Bastien Montagne
UIList: update examples and templates.
tree
|
commitdiff
2013-08-16
Thomas Dinges
Merged revision(s) 59108-59184 from trunk/blender into...
tree
|
commitdiff
2013-08-15
Sergey Sharybin
Merging r59136 through r59152 from trunk into soc-2013...
tree
|
commitdiff
2013-08-14
Mitchell Stokes
BGE: Finally adding support for additive layer blending.
tree
|
commitdiff
2013-08-13
Sergey Sharybin
Merging r59104 through r59112 from trunk into soc-2013...
tree
|
commitdiff
2013-08-13
Thomas Dinges
Merged revision(s) 59035-59107 from trunk/blender into...
tree
|
commitdiff
2013-08-13
Mitchell Stokes
BGE: Updating the bge.logic.expandPath() documentation...
tree
|
commitdiff
2013-08-12
Sergey Sharybin
Merging r58778 through r59080 from trunk into soc-2013...
tree
|
commitdiff
2013-08-07
Thomas Dinges
Merged revision(s) 58859-58993 from trunk/blender into...
tree
|
commitdiff
2013-08-07
Daniel Stokes
Adding a fov attribute to KX_Camera. This attribute...
tree
|
commitdiff
2013-07-31
Thomas Dinges
Cycles / HSV Separator and Combine node:
tree
|
commitdiff
2013-07-31
Thomas Dinges
Merged revision(s) 58682-58770 from trunk/blender into...
tree
|
commitdiff
2013-07-30
Sergey Sharybin
Merging r58701 through r58746 from trunk into soc-2013...
tree
|
commitdiff
2013-07-29
Mitchell Stokes
BGE: Adding vsync control. Users can enable vsync,...
tree
|
commitdiff
2013-07-09
Mitchell Stokes
Creating a BGE staging branch.
tree
|
commitdiff
2013-06-27
Thomas Dinges
Merged revision(s) 57768-57827 from trunk/blender into...
tree
|
commitdiff
2013-06-27
Sergey Sharybin
Merging r57729 through r57815 from trunk into soc-2013...
tree
|
commitdiff
2013-06-27
Campbell Barton
3d text tool - 'insert lorem' was crashing, also add...
tree
|
commitdiff
2013-06-26
Thomas Dinges
Merged revision(s) 57671-57767 from trunk/blender into...
tree
|
commitdiff
2013-06-24
Sergey Sharybin
Merging r57629 through r57694 from trunk into soc-2013...
tree
|
commitdiff
2013-06-23
Campbell Barton
correct example [#35850] documentation error for mathut...
tree
|
commitdiff
2013-06-01
Campbell Barton
add popup menu to allow python scripts to show popups...
tree
|
commitdiff
2013-05-28
Campbell Barton
rename references to faces in docs.
tree
|
commitdiff
2013-05-14
Bastien Montagne
Moved main part of bpy.app.translations doc out of...
tree
|
commitdiff
2013-05-09
Campbell Barton
update autogenerated changelog. also correct typos...
tree
|
commitdiff
2013-05-05
Brecht Van Lommel
Fix #35216: code examples like simple operator missing...
tree
|
commitdiff
2013-04-29
Campbell Barton
select loose wasn't working very usefully if you only...
tree
|
commitdiff
2013-04-29
Campbell Barton
update sphinx docgen
tree
|
commitdiff
2013-04-19
Bastien Montagne
Py API doc generation: add bpy.app.translations module...
tree
|
commitdiff
2013-04-14
Mitchell Stokes
BGE: Adding mipmapping control to bge.render via bge...
tree
|
commitdiff
2013-04-13
Mitchell Stokes
BGE: Adding a render.setFullScreen() and a render.getFu...
tree
|
commitdiff
2013-04-07
Campbell Barton
use lowercase name for freestyle module (as with all...
tree
|
commitdiff
2013-04-07
Tamito Kajiyama
Missing updates in the doc/ and intern/ folders during...
tree
|
commitdiff
2013-04-06
Tamito Kajiyama
Part I of the Freestyle branch merger: new 'freestyle...
tree
|
commitdiff
2013-04-06
Tamito Kajiyama
Pre-merger changes.
soc-2008-mxcurioni
tree
|
commitdiff
2013-04-06
Sergey Sharybin
svn merge ^/trunk/blender -r55815:55840
tree
|
commitdiff
2013-04-05
Campbell Barton
svn merge ^/trunk/blender -r55813:55815
tree
|
commitdiff
2013-04-05
Campbell Barton
svn merge ^/trunk/blender -r55776:55813
tree
|
commitdiff
2013-04-04
Brecht Van Lommel
Fix #34863: bge.render.makeScreenshot from Blender...
tree
|
commitdiff
2013-04-04
Campbell Barton
svn merge ^/trunk/blender -r55700:55776
tree
|
commitdiff
2013-04-01
Tamito Kajiyama
Merged changes in the trunk up to revision 55700.
tree
|
commitdiff
2013-03-27
Campbell Barton
svn merge ^/trunk/blender -r55594:55635
tree
|
commitdiff
2013-03-26
Sergey Sharybin
Merging r55547 through r55594 from trunk into soc-2008...
tree
|
commitdiff
2013-03-26
Sergey Sharybin
Freestyle: fix crash unlinking object
tree
|
commitdiff
2013-03-24
Tamito Kajiyama
Merged changes in the trunk up to revision 55546.
tree
|
commitdiff
2013-03-19
Mitchell Stokes
BGE: Adding docs for bge.logic.getProfileInfo().
tree
|
commitdiff
2013-03-18
Campbell Barton
svn merge ^/trunk/blender -r55372:55392
tree
|
commitdiff
2013-03-18
Campbell Barton
svn merge ^/trunk/blender -r55357:55372
tree
|
commitdiff
2013-03-18
Lukas Toenne
Merge ... the PyNodes branch (aka "custom nodes") into...
tree
|
commitdiff
2013-03-18
Tamito Kajiyama
Merged changes in the trunk up to revision 55357.
tree
|
commitdiff
2013-03-03
Tamito Kajiyama
Merged changes in the trunk up to revision 54992.
tree
|
commitdiff
2013-02-28
Dalai Felinto
rst doc update: adding a link to Joystick class from...
tree
|
commitdiff
2013-02-25
Sergey Sharybin
code cleanup: remove unused and unsupported functions...
tree
|
commitdiff
2013-02-25
Sergey Sharybin
Camera tracking: libmv distortion API now also uses...
tree
|
commitdiff
2013-02-24
Tamito Kajiyama
Merged changes in the trunk up to revision 54802.
tree
|
commitdiff
2013-02-20
Campbell Barton
edits to document uploading script so the latest releas...
tree
|
commitdiff
2013-02-16
Tamito Kajiyama
Merged changes in the trunk up to revision 54594.
tree
|
commitdiff
2013-02-10
Tamito Kajiyama
Merged changes in the trunk up to revision 54421.
tree
|
commitdiff
2013-02-10
Mitchell Stokes
BGE: Splitting up the bge.types docs so they are not...
tree
|
commitdiff
2013-02-08
Bastien Montagne
Fix uilists showing data names translated (reported...
tree
|
commitdiff
2013-02-05
Campbell Barton
add python api docstring for 'bpy.types.Operator.bl_pro...
tree
|
commitdiff
2013-01-30
Mitchell Stokes
BGE: Some various changes to make moving the character...
tree
|
commitdiff
2013-01-29
Tamito Kajiyama
Merged changes in the trunk up to revision 54171.
tree
|
commitdiff
2013-01-28
Campbell Barton
BGE Py API docs: correct references to bge.keys
tree
|
commitdiff
2013-01-26
Tamito Kajiyama
Merged changes in the trunk up to revision 54110.
tree
|
commitdiff
2013-01-22
Campbell Barton
correct addon tutorial section on keymap register/unreg...
tree
|
commitdiff
2013-01-15
Campbell Barton
code cleanup:
tree
|
commitdiff
2013-01-14
Campbell Barton
code cleanup: use BMW_begin insode for loops body.
tree
|
commitdiff
2013-01-12
Tamito Kajiyama
Merged changes in the trunk up to revision 53729.
tree
|
commitdiff
2013-01-05
Tamito Kajiyama
Merged changes in the trunk up to revision 53584.
tree
|
commitdiff
2013-01-05
Lukas Toenne
Added some python API examples for the new get/set...
tree
|
commitdiff
2013-01-05
Bastien Montagne
Adding some example for new UIList...
tree
|
commitdiff
2012-12-29
Campbell Barton
patch [#33609] Syntax highlighting for OSL in Text...
tree
|
commitdiff
2012-12-29
Campbell Barton
example use of addon preferences.
tree
|
commitdiff
2012-12-29
Mitchell Stokes
BGE: Adding a jumpCount to KX_CharacterWrapper. This...
tree
|
commitdiff
2012-12-26
Mitchell Stokes
BGE: Adding a maxJumps to the character controller...
tree
|
commitdiff
2012-12-23
Tamito Kajiyama
Merged changes in the trunk up to revision 53280.
tree
|
commitdiff
2012-12-22
Mitchell Stokes
BGE: Committing async LibLoad from Swiss. This does...
tree
|
commitdiff
2012-12-21
Mitchell Stokes
BGE: Adding a Python interface for handling joysticks...
tree
|
commitdiff
next