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
AgeCommit message (Collapse)Author
2016-07-25Call to python3 for stand-alone scriptsCampbell Barton
Needed since Debian & FreeBSD both move away from keeping a synlink to `python`.
2015-01-29cleanup: shebang linesCampbell Barton
D888 by @sambler
2014-07-22Cleanup: pep8 & redundant varsCampbell Barton
2014-06-13Automatically generate blender.1 man page during build processCampbell Barton
Patch T40418 by Lawrence D'Oliveiro
2014-03-05Bump version to Blender2.70rc and new splashCampbell Barton
Splash concept art & paint-over: David Revoy. 3D artwork by Mathieu Auvray.
2014-02-20Docs: update man page script based on D251Campbell Barton
2013-05-25code cleanup: typo and stop manpage turning '$' into italic.Campbell Barton
2013-02-14misc changesCampbell Barton
- update man page for new additions since last release. - note that --start-console argument is windows only. - correct own assertion in own recent commit.
2012-12-04osl style cleanup and update man-page.Campbell Barton
2012-10-04style cleanup: comment blocksCampbell Barton
2012-07-19print names of nodes/sockets when cycles complains about only being able to ↵Campbell Barton
connect a closure to another closure.
2012-04-26Release commit, 2.63!Sergey Sharybin
Special thanks to Mango team for awesome splash screen! And everybody else who made this release! :)
2012-04-05updated man pageCampbell Barton
2011-12-10picky edits & regen man pageCampbell Barton
2011-11-17pass encoding to uses of decode() incase the default isnt utf-8. ignore ↵Campbell Barton
decode errors in some cases. This should fix an error with generated qtcreator projects. also replace decoded bytes for unicode escape sequences in the VIEW3D_MT_edit_text_chars menu.
2011-10-17update man before ahoyCampbell Barton
2011-10-16convenience targets for make doc_py, doc_dna, doc_manCampbell Barton
2011-09-22remove redundant code & use GL_LINE_STRIP for object spiral drawing.Campbell Barton
2011-06-04quiet 2 compiler warnings and update man pageCampbell Barton
2011-04-05quiet warning & minor pep8 edits.Campbell Barton
2011-01-26option for blender --addons rigify,io_scene_fbx,add_mesh_gearsCampbell Barton
needed so ctest unit testing can be done on addons that are not enabled by default.
2011-01-20Command line options to set blender system environment variables.Campbell Barton
Added because CTest has no convenient way to set environment vars for commands it runs. --env-system-config -> BLENDER_SYSTEM_CONFIG --env-system-datafiles -> BLENDER_SYSTEM_DATAFILES --env-system-scripts -> BLENDER_SYSTEM_SCRIPTS --env-system-plugins -> BLENDER_SYSTEM_PLUGINS --env-system-python -> BLENDER_SYSTEM_PYTHON
2011-01-19new command line option '--factory-startup' to skip reading startup.blend. ↵Campbell Barton
useful for testing with a predictable environment. also commented python benchmark prints on exit, can enable when profiling later.
2010-12-31update UI introspect function & man pageCampbell Barton
2010-11-09update the man page from blenders --help messageCampbell Barton
2010-10-13== docs ==Luca Bonavita
- moved files in proper directories and adapted paths where needed - deleted doc/oldbugs.txt (asked confirmation to jesterking a week ago in irc) - still working on doxygen files, for now I'll leave them in doc/ - NOTE: while checking if other files were referring to these files, I noted that "GPL-license.txt" is also used in the files below: - release/windows/installer/00.sconsblender.nsi - release/windows/specific.sh but these files should't be affected by this commit, but please check :)