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
2013-11-19Buildbot: fix path got pack stepSergey Sharybin
2013-11-19Buildbot: tweaks for source directorySergey Sharybin
Need this so checkout of existing svn does not interferes with new git checkout which would need to be done.
2013-11-19Initial tweaks to buildbot configurationSergey Sharybin
Pretty much sure more tweaks would be needed, but need this to get started.
2013-11-17OSX/scons: using ditto autocreates dirs, spares 2 steps of mkdir iterating ↵Jens Verwiebe
over .mo files, faster bundling
2013-11-17OSX/scons: small reorder and spellingJens Verwiebe
2013-11-17OSX/scons: fix msgfmt binary linking and locale files distributionJens Verwiebe
2013-11-16Fix compilation error with SCons when using BUILDINFO and git is not foundSergey Sharybin
Fallback to "no buildinfo" mode in this case.
2013-11-16Fixes for buildinfo of exported source treeSergey Sharybin
- Better to set branch/hash to "unknown" so it's clear build is done from exported tree. - SCons used to reference undefined variable.
2013-11-16Remove nested check for .git folder exists in buildinfo.cmakeSergey Sharybin
Title says it all :) Pointer by IRIE Shinsuke in the ML, thanks!
2013-11-15Further tweaks to buildinfoSergey Sharybin
Summary: Old idea with changes since previous release tag didn't work good enough. In most of the cases tag was done in a branch hence not actually reachable from the master branch. Now change since release is gone, and date of the latest commit is used instead. The date is displayed in format YYYY-MM-DD HH:mm in the splash. New bpy.app fields: - build_commit_timestamp is an unix timestamp of the commit blender was build from. - build_commit_date is a date of that commit. - build_commit_time is a time of that commit. Reviewers: campbellbarton Differential Revision: http://developer.blender.org/D5
2013-11-15Remove debug-only print from cmake macrosSergey Sharybin
Left it there by an accident.
2013-11-09Be ready for changes in bf-translations repositorySergey Sharybin
Made it so if there's release/datafiles/locale/po folder, then all the .po files will be converted to .mo at blender compile time and installed to an appropriate location. Uses small own implementation msgfmt which is based on msgfmt.py from Python project, but also supports contexts. There's no functional changes for until we've switched to use source .po files instead of pre-compiled .mo. P.S. Well, there's one change which is msgfmt.cc being compiled even if it's not used, but would rather not clutter code with checks since pretty soon we'll use this program anyway.
2013-11-08OSX/scons: make MACOSX_SDK_CHECK a local var is sconstruct and remove from ↵Jens Verwiebe
env, also fix a longstanding misuse of MACOSX_SDK_CHECK in ceres, use MACOSX_SDK instead
2013-11-07OSX/buildbot: after scons refactor we only need the vars to changeJens Verwiebe
2013-11-07OSX/scons: make gcc version detection more futureproofJens Verwiebe
2013-11-07OSX/scons: ARCH_FLAGS where not prperly added to CPPFLAGSJens Verwiebe
2013-11-07OSX/scons: for completeness, added WITH_BF_OPENMP switchJens Verwiebe
2013-11-07OSX/scons: huge change, now you can set a user-config.py just with the ↵Jens Verwiebe
desired variables changed
2013-11-06OSX/scons: remove obsolete compile flagJens Verwiebe
2013-11-06OSX/scons: remove obsolete compile flags and silence warnings same timeJens Verwiebe
2013-11-06OSX/scons: remove another outdated conditionalJens Verwiebe
2013-11-06OSX/scons: remove local MAC_MIN_VERS var and use the always identical ↵Jens Verwiebe
MACOSX_DEPLOYMENT_TARGET instead
2013-11-06OSX/scons: more cleanup of redundant vars, preparation to remove local vars ↵Jens Verwiebe
to not need to cp whole config as user-config later
2013-11-06OSX/scons: simplification for getting the system version ( major, minor ), ↵Jens Verwiebe
use sw_vers -productVersion instead of uname -r, we must not redine it then from darwin version -> osx version
2013-11-06Quicktime: remove backend with the old quicktime API, and keep the QTKit ↵Brecht Van Lommel
backend. This means that if you have WITH_BF_QUICKTIME or WITH_CODEC_QUICKTIME enabled, it will always use QTKit. The old backend was only used on 32 bit OS X builds, now 32 and 64 bit builds will give consistent input/output. On Windows or Linux quicktime isn't being used.
2013-11-05OSX/scons: buildbot cleanup following darwin-configJens Verwiebe
2013-11-05OSX/scons: make 10.5 our lowest env and remove older conditionalsJens Verwiebe
2013-11-05OSX: also remove USE_QTKIT option from configs, leave env var for later use ↵Jens Verwiebe
( always True )
2013-11-05OSX: buildbot cleanups after carbon removalJens Verwiebe
2013-11-05OSX: complety remove the cocoa options, definitions and conditionals nowJens Verwiebe
2013-11-05OSX/scons: remove obsolete cocoa conditionals from configJens Verwiebe
2013-11-05OSX: preparing carbon and quicktime dropping, make QTKit also default for i386Jens Verwiebe
2013-11-05OSX: preparing carbon and quicktime dropping, make 64bit and QTKit default, ↵Jens Verwiebe
make 10.8sdk default for xcode >= 4.4
2013-11-04Made buildinfo aware of builds from GITSergey Sharybin
- Use commit number since last annotated tag as a revision number replacement. It'll eb followed by 'M' symbol if there're local modification in the source tree. - Commit short SHA1 is included. Helps getting information about commit used to build blender with much faster. - If build is not done from master branch, this also will be noticed in the splash screen. This commit also replaces revision stored in the files with git-specific fields (change and hash). This is kind of breaks compatibility, meaning files which were saved before this change wouldn't display any information about which revision they were saved with. When we'll finally switch to git, we'll see proper hash and change number since previous release in the files, for until then svn version will be used as a change number and hash will be empty. Not a huge deal, since this field was only used by developers to help torubleshooting things and isn't needed for blender itself. Some additional tweaks are probably needed :)
2013-10-31Minor update to r60953.Bastien Montagne
2013-10-28OSX/codesigning: add the signing rules used for releasesJens Verwiebe
2013-10-27Update OpenEXR to 2.0.1, this seems to fix some issues.Bastien Montagne
I *really* have to go back over all our patches in this script and try to port them back in respective projects!
2013-10-27fix [#37195] particles crash with viewport renderCampbell Barton
2013-10-25add check for cmake that source files are not included multiple timesCampbell Barton
2013-10-12code cleanup: use const's for vector args.Campbell Barton
2013-10-11scons file for OIIO (needed for psd)Dalai Felinto
based on patch by Shinsuke Irie note: scons is not working for me at the moment so I did not test this patch. It should work fine though.
2013-10-07Fix for conf instructions for scons...Bastien Montagne
2013-09-28OSX/Scons/OMP: 1. Allow for compile with gnu gcc 4.8.1, 2. fix compiling ↵Jens Verwiebe
with sdk > 10.7 by using libgomp dynamic, which includes proper errorhandling vs. static. Before xtra linking to system libstdc++.6.dylib was needed, which then caused incompatibilities
2013-09-27install_deps.sh fix: add explicit OGG lib handling, we need it to pass ↵Bastien Montagne
correct values for ffmpeg libraries (at least for static builds). I’m not close to understand why this has worked fine until today... :/ Only tested with Debian, but I would not expect any issue with Fedora/Suse/Arch, this is a quite simple change!
2013-09-25rename LLVM_LIB_DIR to LLVM_LIBPATH to match other cmake vars.Campbell Barton
2013-09-20code cleanup: quiet rna warnings, remove remove_strict_flags() for cmake/rna.Campbell Barton
also set_source_files_properties() wasn't working for rna_*_gen.c files, set dna.c and generated data files with generated property too.
2013-09-20Fix own stupid error in previous commit... :/Bastien Montagne
2013-09-19Potential fix for install_deps.sh OSL build issues reported by users: run ↵Bastien Montagne
ldconfig immediately after lib compile (looks like OSL compile process needs boost libs...).
2013-09-17Fix py/numpy build under Suse, and minor other fixes/enhancements.Bastien Montagne
Also switch to python3.3.2
2013-09-17Somplify one-liner for CPU cores detection and make it aware of multi-CPU ↵Sergey Sharybin
computers