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-08-28== Sequencer ==Peter Schlaile
2011-08-27- use %u rather tham %d for unsigned ints in string formatting funcs.Campbell Barton
2011-08-24fix [#28352] Deleting group name in particle system -> panel: Render crashes ...Campbell Barton
2011-08-22rename NAN_BUILDINFO --> WITH_BUILDINFOCampbell Barton
2011-08-20floats were being promoted to doubles in quite a few cases (using gcc's -Wdou...Campbell Barton
2011-08-06KEYMAP REFACTORINGBrecht Van Lommel
2011-08-05change BLO_library_append_begin to take a main argument rather then a context...Campbell Barton
2011-08-04remove append to cursor code, wasnt used and made some naive assumptions abou...Campbell Barton
2011-08-04when appending with a NULL context dont print warnigns about scene not being ...Campbell Barton
2011-07-31Bug fix: loading a file that had particles using a dupligroup from a liblinke...Janne Karhu
2011-07-19cleanup of scene->gamedata DNADalai Felinto
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-15Fix for [#26712] Particle group instance 'Use Count' value gets reset on file...Janne Karhu
2011-07-08Fix #27900: file browser filter, sort, .. parameters were not saved. This isBrecht Van Lommel
2011-06-27== Multires ==Nicholas Bishop
2011-06-24First commit to make "Style" settings saved in startup.blendTon Roosendaal
2011-06-23More flexible size options for particle billboards. This adds scale factors f...Lukas Toenne
2011-06-15Fix #27654: vertex parenting not working with constructive modifiers.Brecht Van Lommel
2011-06-13BGE Patch: [#27425] Allow to change the damping of the camera actuatorDalai Felinto
2011-06-09fix for own mistake & fix some comments.Campbell Barton
2011-06-09fix [#27616] Appending an object from a file brings all existing group links ...Campbell Barton
2011-06-09add foreachIDLink function for cloth, remove cloth specific newlibadr calls i...Campbell Barton
2011-06-08fix for own error r35918, generalizing looping over modifier ID linksCampbell Barton
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