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-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
2010-03-20Yet another try to get NaN working on MSVC.Joerg Mueller
2010-03-20Hopefully another fix for MSVC...Joerg Mueller
2010-03-20remove unused includes for blenlib, left ifdef's for non linux os's alone.Campbell Barton
2010-03-20merge own commits into render branch into trunk since 27560Campbell Barton
2010-03-20Fix [#21658] file browser "hide invisible" doesn't hide anythingAndrea Weikert
2010-03-16Fixes for thread related render / compositing crashes:Brecht Van Lommel
2010-03-13[#21580] -- argument tries to load as a blend fileMartin Poirier
2010-03-12Fix crash in compositing nodes, due to threading problem.Brecht Van Lommel
2010-03-10OSX compile fix, for Scons, provided by Jens.Ton Roosendaal
2010-03-09rename some functions to use easier to understand names.Campbell Barton
2010-03-09Mac + OpenMP + pthreads workaround: recent commit broke compile, justBrecht Van Lommel
2010-03-08image re-project now uses offscreen render function and has input for render ...Campbell Barton
2010-03-06reprojectCampbell Barton
2010-03-05Fix #21458: tangent space normal maps didn't work correct in someBrecht Van Lommel
2010-03-03fix for minor errors/warningsCampbell Barton
2010-02-28Fix include path for GHOST include.Guillermo S. Romero
2010-02-27System dependent standard directory retrieval functions update : return const...Damien Plisson
2010-02-27fix in commit today using strnlen, which is only available for gcc.Ton Roosendaal
2010-02-27bugfix [#20694] Copy Paste to buffer missing in Console editorCampbell Barton
2010-02-26remove rna functions image.get_export_path() and image.get_abs_filename(), fi...Campbell Barton
2010-02-22Fix dual quaternions flipping in case of stretched (not scaled) bones.Brecht Van Lommel
2010-02-20Mathutils API: Euler support for rotation order.Campbell Barton
2010-02-17remove duplicate function.Campbell Barton