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-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
2010-01-29Fix for lack of basic error checking in writing compressed .blend filesBrecht Van Lommel
2010-01-28- change max threads from 8 to 64, need to keep an eye on stack memory use here.Campbell Barton
2010-01-28Multires displacement files are now also part of absolute/relative pathBrecht Van Lommel
2010-01-28* Mathutils attributes documented - http://www.blender.org/documentation/250P...Campbell Barton
2010-01-27support for #'s for output animation pathsCampbell Barton
2010-01-26Drag and drop 2.5 integration! Finally, slashdot regulars can useTon Roosendaal
2010-01-26Use #include "BLI_math.h" instead of _USE_MATH_DEFINES to get M_PI defined.Brecht Van Lommel
2010-01-23Small fixes for particles.Janne Karhu
2010-01-23Thread queue: use _ftime to get current time on windows, same asBrecht Van Lommel
2010-01-23compile fixJoseph Eagar
2010-01-23accidentally commited a patch that modifies wait_timeout, which I've not thou...Joseph Eagar
2010-01-23Initial results of my profiling of the animation system. Joseph Eagar
2010-01-23bugfix [#20767] Particle edit mode crashesCampbell Barton
2010-01-22Math Lib:Brecht Van Lommel
2010-01-22Threads: added queue for passing data between threads. Includes a functionBrecht Van Lommel
2010-01-21Added a new notifyer, NC_SPACE_CHANGED, to signal an editor thatJoseph Eagar
2010-01-20Durian request: Added 'Color Balance' node to compositor. uses Lift/Gamma/Gain Matt Ebb
2010-01-14spelling errors, no real changes to code.Campbell Barton