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-06fix for crash opening the file selector twice with multiple windows open (whe...Campbell Barton
2011-06-05fixed warning, signed/unsigned mismatch, blo/readfile.c line 1742Jason Wilkins
2011-06-05with the new scalable UI. hard coded values were still used for resizing the ...Campbell Barton
2011-06-02Fix related to #27309: group nodes with a linked datablock that was missing w...Brecht Van Lommel
2011-06-02fix for [#27410] Manual save kills actual .blend file if disk space is lowAndrea Weikert
2011-06-01Fix #27541: f-curve generator modifier file read missed endian switch,Brecht Van Lommel
2011-05-31cmake maintenanceCampbell Barton
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-27remove BLI_streq() since it was hardly used, also replace string search with ...Campbell Barton
2011-05-27split BLO_library_append_named_part into 2 function, one that adds objects in...Campbell Barton
2011-05-26Fix #27465: used light groups did not get linked in with materials automatica...Brecht Van Lommel
2011-05-24BLO_library_append_named_part now returns the newly linked/appended datablock.Campbell Barton
2011-05-23remove unused code, comment some that may be useful (maintainers can remove).Campbell Barton
2011-05-23fix own mistake [#27451] Flip to Top / Flip to Bottom menuitems on right clic...Campbell Barton
2011-05-21fix [#27437] Appending armatures with custom bone shapes brings no custom obj...Campbell Barton
2011-05-21no functional changes, make give_base_to_objects() arguments less confusing.Campbell Barton
2011-05-21Bugfix [#27452] Wrong linking of character groupsJoshua Leung
2011-05-19fix [#27437] Appending armatures with custom bone shapes brings no custom obj...Campbell Barton
2011-05-18fix [#27158] Appending crash with preview.Andrea Weikert
2011-05-18- check paths are not empty strings before making blend file paths absolute o...Campbell Barton
2011-05-18cleanup onlyCampbell Barton
2011-05-18fix [#27405] Append objects with linked materials they dissapears after saveCampbell Barton
2011-05-16code cleanup: icon creationAndrea Weikert
2011-05-13* Enabled rna access to fluid sim velocity vectorsMatt Ebb
2011-05-11Code cleanup: remove readblenfile module, only contained some utility functionsBrecht Van Lommel
2011-05-03remove player runtime writing functions, this is now an addon.Campbell Barton
2011-05-01warp modifier, added in the render branch for durian.Campbell Barton
2011-05-01Style CleanupCampbell Barton
2011-05-01fix for r36399Campbell Barton
2011-05-01=trunk=Joseph Eagar
2011-04-27fix for fix, was incorrectly looping over regions.Campbell Barton
2011-04-27fix [#27164] uv unwrap stretchingCampbell Barton
2011-04-24fix crash [#27158] Appending crash with preview.Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-20avoid calling newdataadr() on NULL vertex groups, gives a small speedup on lo...Campbell Barton
2011-04-20tested with a very large blend file 600mb. - from [#27002].Campbell Barton
2011-04-19Bugfix [#25960] Action/NLA Editor issues with animdata contextJoshua Leung
2011-04-18Fix for [#26949] problems opening 2.49 files with audio (relative path proble...Joerg Mueller
2011-04-13fix [#26904] Crush while open file !Campbell Barton
2011-04-08fix [#26830] Blender crashes when opening this fileCampbell Barton
2011-04-06fix [#26803] Libs paths are case sensitive in windowsCampbell Barton
2011-04-04Revert mesh recalculation change that gives different vertex normals basedBrecht Van Lommel
2011-04-04remove unused DNA from mesh, effects list & cubemap size.Campbell Barton
2011-04-03quiet warnings.Campbell Barton
2011-03-31library linked modifiers were not having their ID linked expanded properly.Campbell Barton
2011-03-30Fix for [#26646] Hair particle density texture prevents strand render on link...Janne Karhu
2011-03-27imbuf, mathutils & readfile: floats were being implicitly promoted to doubles...Campbell Barton
2011-03-27Fix for [26631] relative blur decimal value from 2.49 is not correctly conver...Lukas Toenne
2011-03-26Fix #26582, #26586, #26613: recent normal calculation changes didn't takeBrecht Van Lommel