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-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
2010-03-31[#21762] BLI_dynamiclist is never usedCampbell Barton
2010-03-31Patch from Xavier Thomas: Matt Ebb
2010-03-30* Multiply for panorama camerasBrecht Van Lommel
2010-03-24- Use vector interpolation functions from math_vector module inSergey Sharybin
2010-03-24xaspect and yaspect were not working with uv project modifier & panorama, als...Campbell Barton
2010-03-23Panorama camera support for UV project modifierCampbell Barton
2010-03-23SVN maintenance.Guillermo S. Romero
2010-03-23move uv project functions into their own files to be more re-usable.Campbell Barton
2010-03-22Fix #20548: flat shading not drawing right in sculpt mode.Brecht Van Lommel
2010-03-22Math Lib: make some more vector functions use const arguments.Brecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-22rotate_m4 was using degrees rather then radians.Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-21OK, compiling doesn't mean it runs, now it should really be fixed, as I don't...Joerg Mueller
2010-03-21Finally, this should really fix the msvc and old ubuntu compiler problems wit...Joerg Mueller