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-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
2010-04-17bugfix and cleanupCampbell Barton
2010-04-17move camera lens/angle conversion to BLI_mathCampbell Barton
2010-04-16fix for uv project modifier, broke when angle was removed.Campbell Barton
2010-04-16SVN maintenance.Guillermo S. Romero
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-04-15Fix [#22029] Camera in degree mode doesn't updateMatt Ebb
2010-04-14used private mutexes to avoid deadlocksJoseph Eagar
2010-04-13prevent images from freeing gpu buffers if not run within the main thread, in...Joseph Eagar
2010-04-06Patch [#21750] Add luma waveform and vectorscope to image viewMatt Ebb
2010-04-06Fix compile error, missing semicolon.Brecht Van Lommel
2010-04-06Making sure updates are not lost.Guillermo S. Romero
2010-03-31cleanupAndrea Weikert