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-10-30svn merge -r41335:41371Campbell Barton
2011-10-30Modifier compilation tweaks (Blender conference commit) Thomas Dinges
2011-10-28svn merge -r41329:41335 ^/trunk/blenderCampbell Barton
2011-10-28replace VECCOPY and QUATCOPY with inline funcs.Campbell Barton
2011-10-28BMEditMesh.mirror_cdlayer wasnt being set anywhere, adding any other type of ...Campbell Barton
2011-10-28svn merge -r41310:41329 ^/trunk/blenderCampbell Barton
2011-10-28use generic path remapping when making all library data local, previously onl...Campbell Barton
2011-10-27use const for readonly strings and set some functions to staticCampbell Barton
2011-10-27..and now fix linux build since my windows build fix had a lowercase typoAndrew Wiggin
2011-10-27Fix windows build (__func__ macro needs definition from BLI_utildefines.h on ...Andrew Wiggin
2011-10-27Fix "[#29036] Crash on solidify" and a few misc subsurf and derived mesh bugs...Andrew Wiggin
2011-10-27svn merge -r41287:41310 ^/trunk/blender note, mirror modifier had slow, per v...Campbell Barton
2011-10-27fix [#29044] applying mirror modifier causes crash; something with vertex gro...Campbell Barton
2011-10-27use path remapping for all make local functions, patch from Alex Fraser with ...Campbell Barton
2011-10-27pass image description to image loading functions for more useful error than ...Campbell Barton
2011-10-27- remove bpath iterator and replace all uses with visitor.Campbell Barton
2011-10-27Support more kinds of paths for path re-writing / traversing, patch from Alex...Campbell Barton
2011-10-27quiet -Wempty-body and unused warningsCampbell Barton
2011-10-27edits ontop of Alex's patch from r41292.Campbell Barton
2011-10-26Fix #29030: render operator only used scene property if layers was used, now itBrecht Van Lommel
2011-10-26Fix 28960: if BM_free_data_layer[_n] removed the last layer, we didn't clear ...Andrew Wiggin
2011-10-26Fix [#28772] Filepaths are not remmaped after making a library item localAlex Fraser
2011-10-26svn merge -r41266:41287 ^/trunk/blenderCampbell Barton
2011-10-25cmake macro to set less strict flags per file - remove_strict_flags_file(file...Campbell Barton
2011-10-25remove $Id from headersCampbell Barton
2011-10-25svn merge ^/trunk/blender -r41230:41266Campbell Barton
2011-10-24Remove currently unused IMB_cache_limiter_* function.Sergey Sharybin
2011-10-24Some small fixes and changes:Sergey Sharybin
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-24fix [#28961] FCurves.range() returns wrong values for one-point curves (sic!)Campbell Barton
2011-10-24Fix #28949: can't render video to FlashSergey Sharybin
2011-10-24svn merge ^/trunk/blender -r41200:41226 .Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41175:41200 --- will need to apply fix afterCampbell Barton
2011-10-24svn merge ^/trunk/blender -r41150:41175Campbell Barton
2011-10-24added function BKE_library_filepath_set which sync's the libraries absolute p...Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41100:41150Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-23fix some typo'sCampbell Barton
2011-10-23committing 'a' to merge into the tagCampbell Barton
2011-10-22Code cleanup: file operations merged into single header, some function namesBrecht Van Lommel
2011-10-22BLI_utildefine minor editsCampbell Barton
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-22Code cleanup: remove BLI_exist, now there is only BLI_exists. One function justBrecht Van Lommel
2011-10-21Code cleanup: don't use btempdir/bprogdir/bprogname globals anymore, but wrapBrecht Van Lommel
2011-10-21misc cleanupCampbell Barton
2011-10-21- add convenience functions BLI_split_dir_part / BLI_split_file_part, which j...Campbell Barton
2011-10-21replace BLF's blf_utf8_next() with BLI_str_utf8_as_unicode_step(),Campbell Barton
2011-10-21- minor edits to font drawing/utf8, was needlessly casting int/unsigned int.Campbell Barton
2011-10-20Version cycle:Thomas Dinges
2011-10-20BLI_ghash.h was including BLI_blenlib.h, remove from ghash header and include...Campbell Barton