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
2012-03-01Spelling CleanupCampbell Barton
2012-02-28move bmesh wiki docs into bmesh header and update doxygen.Campbell Barton
also have doxygen ignore *.py files and fix some warnings.
2012-02-08Correct mathutils documentation, also correct some python spelling errors ↵Campbell Barton
and add makefile target `check_spelling`
2011-11-23minor changesCampbell Barton
- avoid duplicate image enum definitions. - move image UI format & bw/rgb/rgba onto 1 line. - add 'make config' convenience target to run ccmake or cmake-gui
2011-11-13allow passing vars to cmake from our makefileCampbell Barton
2011-11-05remove po/ since the workflow for translations uses branches which isnt that ↵Campbell Barton
useful to have within blenders source dir. For now treat translations as binary files - just access from 'release/datafiles/locale'
2011-11-05update path loactions for external po/ Campbell Barton
2011-11-05misc doc editsCampbell Barton
- remove recently added sphinx reference workaround. - tested doxygen, correct some warnings, set tab width and added pymathutils group. - added convenience target 'make doc_doxy'
2011-10-23Another set of UI messages fixes and tweaks! No functional changes.Bastien Montagne
2011-10-23Remove the svn:keywords property.Guillermo S. Romero
2011-10-23remove $Id: tags after discussion on the mailign list: ↵Campbell Barton
http://markmail.org/message/fp7ozcywxum3ar7n
2011-10-20pass -noaudio when running blender for various utilities - doc-gen and tests.Campbell Barton
2011-10-16allow passing BUILD_DIR to convenience makefile as an argument incase you ↵Campbell Barton
dont want to build in the default path.
2011-10-16convenience targets for make doc_py, doc_dna, doc_manCampbell Barton
2011-10-15- add template for defining custom driver functions.Campbell Barton
- comment unused assignments.
2011-10-13py docs - gpu module wasn't included in docs.Campbell Barton
also added convenience target to build sphinx api docs: make doc_py
2011-09-30fix for crash generating messages.txt, I wasn't getting this crash because I ↵Campbell Barton
had 'WITH_PYTHON_SAFETY' enabled which was using different iterators (which dont crash), now there on by default. made headless and no-python configurations work again and added --factory-startup to doc building command.
2011-09-20move message.txt generator out of wm.py (which was loaded with blender ↵Campbell Barton
always), into it own py script which runs on its own, also added this to 'make translations' target.
2011-09-20- translation scripts now run with py3.xCampbell Barton
- added convenience make target 'make translations' - some MEM_malloc strings were not unique enough, expanded them.
2011-09-20committed change to transforms THRESHOLD by accident, also update ↵Campbell Barton
convenience makefile to regenerate real makefiles before static checking.
2011-09-16new convenience makefile targets for static source code cheching: ↵Campbell Barton
check_splint/check_sparse/check_cppcheck
2011-08-16turns out recent commit made 'make' on its own fail.Campbell Barton
2011-08-16Convenience targets for project files:Campbell Barton
Project Files for IDE's * project_qtcreator - QtCreator Project Files * project_netbeans - NetBeans Project Files * project_eclipse - Eclipse CDT4 Project Files
2011-08-16'make help' message for the convenience makefile which lists optional targets.Campbell Barton
2011-08-16added cmake configureation presets, so on *nix systems you can do...Campbell Barton
# minal blender with debug info make debug lite # blender with no ui make headless # blender as a python module make bpy
2011-07-20patch [#28031] Minor typo in BlenlibCampbell Barton
from Scott Giese (sgiese)
2011-07-18script to report deprecated functions of text and their age in days.Campbell Barton
2011-06-27initialize cmake's CMAKE_BUILD_TYPE to 'Release'Campbell Barton
add reference to cmake cache for convenience GNUMakefile
2011-06-06avoid cd'ing with the makefile stubCampbell Barton
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-03-21CMake package_archive target to create a .zip/.tar.bz2 package on mac/unix,Brecht Van Lommel
to be used by buildbot.
2011-03-16Mac OS X cmake changes and bundle fixesBrecht Van Lommel
For cmake users, you should now use "make install" instead of "make". This was already changed for Linux and Windows. Same for Xcode, use the install target. Changes: * CMake install mechanism, resulting bundle was verified to be indentical here. * For cmake, include Info.plist in bundle using builtin mechanism for that. There was some code in packaging.cmake, but it wasn't correct as these properties need to be set on the executable. * For scons, fix app bundle version, was still using removed release/VERSION. * Remove unused blendercreator.app and blenderpublisher.app. * Fix Info.plist being set as a binary file in svn, should be plain text.
2011-03-14GNUmakefile: do number of cores detection same as BSD, system_profiler ↵Brecht Van Lommel
apparently changed between versions.
2011-03-14Fixes for GNUmakefile on Mac:Brecht Van Lommel
* Don't use "make install", doesn't work yet. * Use total number of cores rather than number of processors. * Quicker number of cores query, by not asking for all system info.
2011-03-06update 'make' GNUmakefile stub to run 'make install'Campbell Barton
update packman and debian for to disable portable install option.
2011-02-22part of a patch from Dan Eicher with some edits.Campbell Barton
- clean svn string: 35042:35051M -> 35051 - debian and pacman build with threads by default.
2011-02-19add 'make debug' option for stub cmake makefile.Campbell Barton
2011-02-14convenience targets for makefileCampbell Barton
clean, test, package_debian, package_pacman
2011-02-07Type checks for internal ID-Property UI min/max/tip & use defines to get ↵Campbell Barton
values from ID-Props. Probably wouldn't cause a problem but manually editing these types through python could easily crash blender. also changed cmake, stub-makefile default build dir to be lower case and leave out architecture string, easier for documentation. Use ../build/linux/ rather then ../build/Linux_i686/
2011-02-07- own error with sound unpack operator using NULL pointerCampbell Barton
- make stub now creates 'Release' build by default.
2011-02-04fix for make stub, readlink was used incorrectly and building didn't work on ↵Campbell Barton
BSD because of CPU detection.
2011-02-03SVN maintenance.Guillermo S. Romero
2011-02-03Makefile for convenience on *nix systems.Campbell Barton
Running 'make' starts an out of source build with CMake in ../build/OS_CPU, creating the dir and configuring CMake if necessary. So casual users can just run this without changing dirs: 'svn up ; make'