Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2011-06-13BGE Patch: [#27425] Allow to change the damping of the camera actuatorDalai Felinto
########## original name: "Allow to change the strenght of the "go behind" constraint of the camera actuator" The camera actuator is an actuator that drive the camera to follow an object, with a set of constraint. Currently, when the object followed rotate on himself (like a person, or an helicopter), the camera is really slow to go behind (at least 10 seconds). This patch gives the UI to tweak the strenght of the 'go behind'[named damping] constraint. ########### epydocs (rst) updated too
2011-06-04quiet 2 compiler warnings and update man pageCampbell Barton
2011-05-28move load_image into image_utils and add some docstrings to bpy_extras module.Campbell Barton
2011-05-28- generate sphinx docs for bpy_extras moduleCampbell Barton
- add in support to doc generator for automatically generating docs for submodules.
2011-05-26correct spelling error and some pep8 changes.Campbell Barton
2011-05-24use PyDoc_STRVAR macro, so its possible to build without docstrings.Campbell Barton
2011-05-24loading data with bpy.data.libraries.load(), now swaps out the strings in ↵Campbell Barton
the list to load with the actual datablocks, this is convenient because it saves the script author having to find them after. also raise warnings rather then errors if the datablock can't be found.
2011-05-11Code cleanup: remove readblenfile module, only contained some utility functionsBrecht Van Lommel
to read .blend files from runtimes, folded those into blenloader.
2011-05-07Code cleanup: remove source/kernel module, this wasn't really the kernel ofBrecht Van Lommel
anything, only contained a hash map and functions to pass command line args to the game engine. Moved those to container and BlenderRoutines modules.
2011-05-05sphinx api docs: fix for addons linking to the wrong operator SVN url's.Campbell Barton
also change from blender from 'release' back to beta so new docs don't overwrite the 2.57b release docs.
2011-04-29spelling corrections.Campbell Barton
2011-04-13minor improvements to sphinx doc main pageCampbell Barton
2011-04-13Version bump for doxygen.Nathan Letwory
2011-04-12reference the release PDF correctlyCampbell Barton
2011-04-12less alarming warnings about the python api not being stable in online docs ↵Campbell Barton
and remove from interactive console.
2011-04-10- background job style cleanup.Campbell Barton
- assert if material assignment is called with lib. (so the callers can be corrected). - correct example docs
2011-04-10minor pep8 edits, also added 'test_pep8' & 'test_cmake' to the GNUmakefile ↵Campbell Barton
for convenience.
2011-04-08can't include titles in function examples.Campbell Barton
2011-04-07Sphinx RNA API changelog generator.Campbell Barton
- lists added and removed functions and properties. - lists renamed properties (does fuzzy comparison using min/max, description, type) - lists functions with arguments changed. Committed change log from 2.56 -> 2.57: http://www.blender.org/documentation/250PythonDoc/change_log.html
2011-04-07Updating BGE dynamic loading docs:Mitchell Stokes
* Adding load_action and verbose keyword args for LibLoad() * Adding LibList()
2011-04-05quiet warning & minor pep8 edits.Campbell Barton
2011-04-04[#26768] 2.57 - sys.path not initialized properlyCampbell Barton
we should document this properly (we only have general design docs atm), for now just correct the tooltip. also update api example docs.
2011-04-01modification to api docs so release point to:Campbell Barton
http://www.blender.org/documentation/blender_python_api_2_57b_release Development versions point to: http://www.blender.org/documentation/blender_python_api_2_57_0 This way updates to api docs after release wont overwrite release docs.
2011-04-01while looking into adding back brush tool keys found mixed texture/image ↵Campbell Barton
paint rna vars, using 'image paint' internally.
2011-03-31examples for keyframing nested paths. based on report from user der_On's ↵Campbell Barton
report [#25746]
2011-03-27pep8 cleanupCampbell Barton
2011-03-26optparse module is deprecated, use new argparse module in background job ↵Campbell Barton
template. correction to example in doc too.
2011-03-22fix [#25688] undocumted functions in pyapiCampbell Barton
expose collection function docs.
2011-03-18add sphinx api reference note that menu's layout.operator_context defaults ↵Campbell Barton
to EXEC_REGION_WIN rather then INVOKE_DEFAULT.
2011-03-14bpy.types.libraries.load sphinx doc & examples (doc system needed some updates).Campbell Barton
http://www.blender.org/documentation/blender_python_api_2_56_3/bpy.types.BlendDataLibraries.html#bpy.types.BlendDataLibraries.load
2011-02-28Cleanup paths after move to dir.Nathan Letwory
2011-02-27move doxygen files into own subdir.Nathan Letwory
2011-02-27doxygen: update for tagged modules.Nathan Letwory
2011-02-27doxygen: blender/readblenfile tagged.Nathan Letwory
2011-02-25add NDEBUG to scons release flags + some pep8 cleanup for examples.Campbell Barton
2011-02-25doxygen: kernel/ groups added.Nathan Letwory
2011-02-25doxygen: add missing group definitions.Nathan Letwory
2011-02-25doxygen: add bsp groupNathan Letwory
2011-02-25doxygen: update Doxyfile and split doxygen.mainNathan Letwory
2011-02-22doxygen: bge scenegraph and videotextureNathan Letwory
2011-02-22doxygen: add bullet to extern libs, some small changes in page names, and ↵Nathan Letwory
fixes around license blocks
2011-02-22doxygen: BGE Network, Physics, RasterizerNathan Letwory
2011-02-22doxygen: entries for blenderroutines, converter, expressions, gamelogic, ↵Nathan Letwory
gameplayer, ketsji
2011-02-22make doc generation close files (py3.2 complains about this),Campbell Barton
minor formatting changes for C docstrings.
2011-02-22correct exampleCampbell Barton
2011-02-21remove BGE's PyObjectPlus.isA method docs, was removed in favor of built-in ↵Campbell Barton
isinstance(), report [#26080].
2011-02-21doxygen: add guardedalloc and AVINathan Letwory
2011-02-21doxygen: footer templateNathan Letwory
2011-02-21doxygen: editor entryNathan Letwory
2011-02-21doxygen: entry for gpu, modifiers, nodes, python and renderNathan Letwory