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-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
2010-02-17fix for negative frames messing up image sequence name.Campbell Barton
2010-02-16minor adjustment to BLI_uniquename, the last extension is used so "A.B.001" ...Campbell Barton
2010-02-16bugfix [#20480] crash/lock-up for certain aspect ratiosCampbell Barton
2010-02-12typo in zeroing a vectorCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-09fix for uninitialized mempool variable.Campbell Barton
2010-02-09Warning fixesDamien Plisson
2010-02-08Warning fixes, one actual bug found in sequencer sound wave drawing. AlsoBrecht Van Lommel
2010-02-07while info wont sho in the menu, use this.Campbell Barton
2010-02-07Fun stuff: conflict detection in argument parsing library (could have been us...Martin Poirier
2010-02-06[#20994] seem that -F flags is not honored any more on linux ubuntu 9.10Martin Poirier
2010-02-04ghash tweak to not do so much preallocationJoseph Eagar
2010-02-03avoid nan tangents which happen with cubes that have generated UVsCampbell Barton
2010-02-03bugfix [#20943] Solidify Modifier working incorrectlyCampbell Barton
2010-02-03vertex group sort operator, access from the vgroup panel, sintels mesh has 14...Campbell Barton
2010-02-01this restores building on mingw with Collada support, also it restores cross ...Tom Musgrove
2010-02-01Fix #20420: grab brush + subsurf modifier crash. Previously the PBVH nodesBrecht Van Lommel
2010-02-01New argument parsing library supporting multiple passes, case sensitive and i...Martin Poirier
2010-01-31- hash characters in the path would confuse the output file name and not add ...Campbell Barton
2010-01-30utility functions is_negative_m3 & is_negative_m4, added python Mathutils acc...Campbell Barton