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 (Expand)Author
2010-10-18Use DEBUG instead of NDEBUGNathan Letwory
2010-10-04changes to path searchingCampbell Barton
2010-10-04bugfix [#24087] Blender can not install add-ons unless running with root priv...Campbell Barton
2010-10-03build systems have been updated, remove use of ~/.blender/ directly, ~/.blen...Campbell Barton
2010-09-28Move copying of %TEMP% to U.tempdir after slash adding. Otherwise path is han...Nathan Letwory
2010-09-28Use content of %TEMP% also in U.temp_dir instead of /tmp/ on Windows. Interna...Nathan Letwory
2010-09-24new utility function BLI_testextensie_globCampbell Barton
2010-09-17bugfix [#23783] /../ prefix stops going up a dirCampbell Barton
2010-08-12bugfix [#23263] Changing view crashes blenderCampbell Barton
2010-08-10Bugfix for:[23234] Blender File Browser - Back Button does work with first di...Dalai Felinto
2010-08-03minor cleanup, minimal functional change.Campbell Barton
2010-07-21== installation paths ==Andrea Weikert
2010-07-172.5: installation paths, local directories (in the same folder as executable)Brecht Van Lommel
2010-07-16== installation paths ==Andrea Weikert
2010-07-16== installation paths ==Andrea Weikert
2010-07-16== installation paths ==Andrea Weikert
2010-07-15== installation paths ==Andrea Weikert
2010-07-15Fix for use of path environment variables, was not appending subfolder.Brecht Van Lommel
2010-07-15change some references to .B.blend, .Blog to new namesCampbell Barton
2010-07-14Fix for #22818: blender doesn't find a systemwide installed python.Brecht Van Lommel
2010-07-11== installation paths ==Andrea Weikert
2010-07-10Ensure that local installations (also known as portable installations) are po...Nathan Letwory
2010-07-06give an actually existing buffer instead of potential NULLNathan Letwory
2010-07-05* use blender_decimal_version() in places where '.blender/' was still being usedNathan Letwory
2010-07-05Patch [#22339] File/installation paths changesAndrea Weikert
2010-07-04fix for 2 bugs in own recent commits, Campbell Barton
2010-07-04fairly sure this is a typo, matt/elubie please checkCampbell Barton
2010-07-04Fix for paths commit from Andrea:Ton Roosendaal
2010-07-04Patch [#22339] File/installation paths changesAndrea Weikert
2010-07-03- changes to the sequencer so new strips use the data name.Campbell Barton
2010-06-17sequencer numpad keys for zoom levelsCampbell Barton
2010-06-16Fix Bug #22324Diego Borghetti
2010-06-06- WITH_CXX_GUARDEDALLOC working againCampbell Barton
2010-06-06- [#22492] [29159] commit breaks importing of script file that has a reload t...Campbell Barton
2010-06-03search for scripts in the release directory relative to the blender binary.Campbell Barton
2010-06-03fix for buffer overrun with making a path relative.Campbell Barton
2010-05-07Merge image related changes from the render branch. This includes the imageBrecht Van Lommel
2010-04-25correct typo'sCampbell Barton
2010-04-24string number decoding didnt check for win32 slash & minor adjustments to som...Campbell Barton
2010-04-22Fix for bug in r28320, sizeof(pointer) was breaking path functionsMatt Ebb
2010-04-21bugfix [#22098] Binreloc buffer overrunCampbell Barton
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-03-31cleanupAndrea Weikert
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-20remove unused includes for blenlib, left ifdef's for non linux os's alone.Campbell Barton
2010-03-09rename some functions to use easier to understand names.Campbell Barton
2010-03-08image re-project now uses offscreen render function and has input for render ...Campbell Barton
2010-02-26remove rna functions image.get_export_path() and image.get_abs_filename(), fi...Campbell Barton
2010-02-17fix for negative frames messing up image sequence name.Campbell Barton
2010-02-16minor adjustment to BLI_uniquename, the last extension is used so "A.B.001" ...Campbell Barton