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
2011-06-27initialize cmake's CMAKE_BUILD_TYPE to 'Release'Campbell Barton
2011-06-27fix for editmode option toggleCampbell Barton
2011-06-27Bugfix #27768Ton Roosendaal
2011-06-27fix [#27778] Set Bone Flags - No Scale - Toggle seems not to work.Campbell Barton
2011-06-27remove some unused flags and correct aud example headingCampbell Barton
2011-06-27basic sound playback example for audspace moduleDalai Felinto
2011-06-27fix for a leak in sound_read_sound_buffer(), used when drawing the sequencer ...Campbell Barton
2011-06-27print the help message if running from python directly.Campbell Barton
2011-06-27moved modules added to changelog (this isn't detected by the changelog genera...Campbell Barton
2011-06-27scenes now adjust brush usercounts on copying and freeing, pointed out by Jas...Campbell Barton
2011-06-27== Multires ==Nicholas Bishop
2011-06-27Minor warning cleanup & fixCampbell Barton
2011-06-26fix for building with msvc/cmake take 2 (think its correct this time)Campbell Barton
2011-06-26more compact code for recent sphere/line intersection functions.Campbell Barton
2011-06-26Putting back blender.org and release number in info header.Ton Roosendaal
2011-06-262d version of line/circle intersec function.Campbell Barton
2011-06-26Fix in texts for Mesh.materials.pop()Dalai Felinto
2011-06-26This solves the issue of having symlinks in the LIBDIR path (CMAKE Windows). ...Mitchell Stokes
2011-06-26renamed math functions and made publicCampbell Barton
2011-06-26math func to find the intersection(s) between a segment and a sphere for C/py...Campbell Barton
2011-06-26Allow the lib dir to be a symlink, pointed out by Mitchell Stokes.Campbell Barton
2011-06-25fix incorrect ui text for is_runtimeCampbell Barton
2011-06-25Bugfix #27765Ton Roosendaal
2011-06-25fix for building with MSVC release, some edits I made didnt work as I expecte...Campbell Barton
2011-06-25Bugfix #27761Ton Roosendaal
2011-06-25wrong rna func type usedCampbell Barton
2011-06-25GHOST Cocoa: some changes to Y coordinate conversion in previous commit,Brecht Van Lommel
2011-06-25Fix [#27748] undeterministic behaviour of volumetric rendererMatt Ebb
2011-06-25SVN maintenance.Guillermo S. Romero
2011-06-24own patch [#27752] Python Callback (Scriptlink functionality)Campbell Barton
2011-06-24move callbacks file out of intern (only contains 1 function but re-using it f...Campbell Barton
2011-06-24First commit to make "Style" settings saved in startup.blendTon Roosendaal
2011-06-24free_bvhtree_from_mesh was incorrectly useing sizeof() when clearing memory.Campbell Barton
2011-06-24fix [#27742] Smart UV project no longer works in 2.58Campbell Barton
2011-06-24fix [#27747] Modal operator in Special Menu (W) ignores continues grabCampbell Barton
2011-06-24fix [#27746] Black and White Render doesn't work and/or Saves as a Blank screenCampbell Barton
2011-06-24W special menu for changing orthographic camera lens scale was missingDaniel Salazar
2011-06-24revert commit 27133: Committing patch [#27133] "Fix for for Object Color in B...Dalai Felinto
2011-06-23GHOST Cocoa: move y origin top/bottom conversions out of windowmanager moduleBrecht Van Lommel
2011-06-23Fix typo in addon user preferences menu.Brecht Van Lommel
2011-06-23More flexible size options for particle billboards. This adds scale factors f...Lukas Toenne
2011-06-23Remove unnecessary check. OpenAL, SDL, JACK don't depend on samplerate.Nathan Letwory
2011-06-23fix for building mingw in debug modeCampbell Barton
2011-06-23allow building with ffmpeg but not audCampbell Barton
2011-06-23correction to recent commit & made ffmpeg includes only add when enabled.Campbell Barton
2011-06-23mistake in own commit.Campbell Barton
2011-06-23cmake option to build without an audio library.Campbell Barton
2011-06-23fix for function before definition in own recent commit.Campbell Barton
2011-06-23checks in rna range functions that the max value cant be less than the min.Campbell Barton
2011-06-23fix for building on arch linux with ffmpeg version:Campbell Barton