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-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-04SVN maintenance.Guillermo S. Romero
2010-07-04Fix for paths commit from Andrea:Ton Roosendaal
2010-07-04Fix cmake/OSX build after path changes.Brecht Van Lommel
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-07-01Fix for crash with PBVH in background mode, patch by Campbell.Brecht Van Lommel
2010-07-01adding a new sequence strip uses the active strips path when available.Campbell Barton
2010-06-30[#22699] "--" fails to stop processing cmd line arguments (incl. patch)Martin Poirier
2010-06-28remove some warningsCampbell Barton
2010-06-24Attempt to fix compiling SSE detection on 32 bit linux.Brecht Van Lommel
2010-06-24Runtime detection of SSE support for raytracing. Also enabled rayoptimizationBrecht Van Lommel
2010-06-22Merge a few small blenlib changes from the render25 branch:Brecht Van Lommel
2010-06-22BLI_init_threads/BLI_end_threads with NULL listbase now raises thread levelBrecht Van Lommel
2010-06-22[#22262] Sculpting shape keys using the Smooth brush switches the shape to th...Sergey Sharybin
2010-06-17sequencer numpad keys for zoom levelsCampbell Barton
2010-06-16Fix Bug #22324Diego Borghetti
2010-06-16scale option was only working for panoramic camerasCampbell Barton
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-06-02Sculpt & modifiers: patch by Sergey Sharybin, with modifications by me.Brecht Van Lommel
2010-06-02rename some rna properties filename --> filepathCampbell Barton
2010-06-02quiet warnings in screw modifier, also fix bad args for lookat_m4 and polarvi...Campbell Barton
2010-05-27Fix #22401: BLI_thread_is_main function does not work properly onBrecht Van Lommel
2010-05-24BLI_args cleanupMartin Poirier
2010-05-24sound sequence strip wasnt handled by path functions correctly.Campbell Barton
2010-05-24GNU style long arguments. see help menu.Campbell Barton
2010-05-11 bpy.utils.blend_paths(absolute=False) (was Blender.GetPaths in 2.4x)Campbell Barton
2010-05-10remove usless ../../ with 'Make Paths Absolute' operatorCampbell Barton
2010-05-08revert own commit 28662.Campbell Barton
2010-05-08remove BLI_strnlen, use _strnlen as strnlen on windows.Campbell Barton
2010-05-08bugfix [#22276] filemanager autocompleate based on current pathCampbell Barton
2010-05-07Merge image related changes from the render branch. This includes the imageBrecht Van Lommel
2010-05-07ghash alloc string from render branchCampbell Barton
2010-05-03merge multires changes into trunkJoseph Eagar
2010-04-26Two bugfixes from the render branch:Brecht Van Lommel
2010-04-25correct typo'sCampbell Barton
2010-04-25Fix #22123 and #22124: some problems with mutex locks, also tweak toBrecht Van Lommel
2010-04-25minor mathutils updateCampbell Barton
2010-04-24warning cleanup, also made voxel.c and volumetric.c use BM_INLINE define rath...Campbell Barton
2010-04-24string number decoding didnt check for win32 slash & minor adjustments to som...Campbell Barton
2010-04-24unix style outliner name wildcards *.*, Any.???, etc (using fnmatch), also re...Campbell Barton
2010-04-22Fix for bug in r28320, sizeof(pointer) was breaking path functionsMatt Ebb
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
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