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
2017-05-30Move GHash/GSet/LinkList iterators to BLI filesSergey Sharybin
2017-04-09ListBase: Add insert-replace functionCampbell Barton
2016-09-18BLI_listbase: Add/use utility to move link (BLI_listbase_link_move)Julian Eisel
2015-06-11BLI_listbase: match arg order with BLI_qsort_rCampbell Barton
2014-11-16BLI_listbase: Add BLI_listbase_count_ex (sets a limit)Campbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-10-21ListBase: use BLI_listbase_ for new api callsCampbell Barton
2014-10-21BLI_listbase: add `BLI_swaplinks` which swaps given links' positions in given...Bastien Montagne
2014-09-24Cleanup: const correctness for BLI_sortlistCampbell Barton
2014-07-30missed last commitCampbell Barton
2014-07-30BLI_listbase: consistent name prefixCampbell Barton
2014-06-25Use api function for flipping button list & rename to BLI_listbase_reverseCampbell Barton
2014-02-13ListBase: add attributes to api functionsCampbell Barton
2014-02-13ListBase: add BLI_sortlist_r api function, remove check for NULL callbackCampbell Barton
2014-02-08some systems didnt define NULLCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2013-09-05add function for rotating linked list so at item is last.Campbell Barton
2013-08-27ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it ...Campbell Barton
2013-07-15fix [#36107] Moving origin of instanced objects doesn't work properlyCampbell Barton
2013-05-11utility functions to reverse and rotate linklists.Campbell Barton
2013-03-29fix [#34804] Only timeline_markers[0] is selectable if multiple markers at sa...Campbell Barton
2013-02-22patch [#34103] - listbase.patch, insertlinkbefore.patchCampbell Barton
2012-12-15add checks to style checker script for 'a . b' and 'a []'Campbell Barton
2012-08-18utility functions: BLI_findptr, BLI_rfindptr --- use for finding an item in a...Campbell Barton
2012-03-04bmesh py apiCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-05-02reverse string lookup listbase function BLI_findstring counterparts, added BL...Campbell Barton
2011-02-18doxygen: add blenlib under core as module.Nathan Letwory
2010-12-21rename addlisttolist() to BLI_movelisttolist()Campbell Barton
2010-08-13minor changes to rna/python.Campbell Barton
2010-03-31[#21762] BLI_dynamiclist is never usedCampbell Barton
2010-03-20merge own commits into render branch into trunk since 27560Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-03vertex group sort operator, access from the vgroup panel, sintels mesh has 14...Campbell Barton
2009-12-29* speedup for animating bones, in one scene with sintel and a dragon animated...Campbell Barton
2009-11-24- added rna api function scene.update(), needed for rig generation to update ...Campbell Barton
2009-09-172.5 - Animation Utility FunctionJoshua Leung
2009-06-23SVN maintenance.Guillermo S. Romero
2009-01-14Removed a second declaration for BLI_uniquename.Nicholas Bishop
2008-12-202.5 BLI_blenlib cleanupAndrea Weikert