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-12-23svn merge ^/trunk/blender -r42778:42839Campbell Barton
2011-12-22patch [#29667] Fix for potential memory corruption in path_util.cCampbell Barton
2011-12-21Code refactoring: move MD5 out of imbuf into blenlib.Brecht Van Lommel
2011-12-21BLI_array.h: improve BLI_array_growitems so its not calling BLI_array_growone...Campbell Barton
2011-12-21BLI_array_growone wasn't always returning the new size. also some formatting ...Campbell Barton
2011-12-21svn merge ^/trunk/blender -r42759:42761Campbell Barton
2011-12-20move topology mirror out into its own functions - needed for bmesh branch so ...Campbell Barton
2011-12-20svn merge ^/trunk/blender -r42742:42757Campbell Barton
2011-12-20patch [#29651] Add a __str__ Method to Matutils Matrices so print(matrix) Sho...Campbell Barton
2011-12-19svn merge ^/trunk/blender -r42680:42722Campbell Barton
2011-12-19change BLI_assert() so it can be included in other defines.Campbell Barton
2011-12-18cleanup of weight paint color setting code, no functional changesCampbell Barton
2011-12-18Support for arbitrary sized vectors - (was limited by 2-4 previously)Campbell Barton
2011-12-17svn merge ^/trunk/blender -r42670:42680Campbell Barton
2011-12-17style edit only - move parenthesis onto second line of function definition (i...Campbell Barton
2011-12-17Fix #29640: make duplicates release keep hierarchy and parent properties notBrecht Van Lommel
2011-12-17svn merge ^/trunk/blender -r42669:42670Campbell Barton
2011-12-17svn merge ^/trunk/blender -r42660:42669Campbell Barton
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-12-16static functions for getting power of 2 values were being copied about too mu...Campbell Barton
2011-12-16svn merge ^/trunk/blender -r42617:42655Campbell Barton
2011-12-15vertex group changes,Campbell Barton
2011-12-13svn merge ^/trunk/blender -r42564:42586Campbell Barton
2011-12-12fix [#29537] file/save crashes when target path isnt foundCampbell Barton
2011-12-07remove BMEMSET define, use memset insteadCampbell Barton
2011-12-07optimization for BLI_array_growitems (better put - improve inefficient method...Campbell Barton
2011-12-07added mesh_calc_normals_ex() which is mesh_calc_normals() with an option to s...Campbell Barton
2011-12-05make use of axis_dominant_v3() function for is_quad_convex_v3()Campbell Barton
2011-12-05manual sync with trunk - pulling in changes where the issues are not bmesh sp...Campbell Barton
2011-12-05syncing some minor formatting edits from bmesh branch.Campbell Barton
2011-12-04svn merge ^/trunk/blender -r42372:42416Campbell Barton
2011-12-04Fix for movie clips weren't remapped properly on file saveSergey Sharybin
2011-12-04add a new object member to store the dsize, since with my recent commit broke...Campbell Barton
2011-12-03svn merge ^/trunk/blender -r42333:42361Campbell Barton
2011-12-03de-duplicate dominant axis calculation, exact same checks were in 6 different...Campbell Barton
2011-11-29svn merge ^/trunk/blender -r42245:42261Campbell Barton
2011-11-29Allow scanfill caller to specify boundary edges and use to fix knifetool extr...Howard Trickey
2011-11-29macro for defining a fixed size array which may be heap or stack allocated, r...Campbell Barton
2011-11-28svn merge ^/trunk/blender -r42182:42194Campbell Barton
2011-11-28BLI_mempool_findelem() only worked when no elements were freed, use the itera...Campbell Barton
2011-11-27svn merge ^/trunk/blender -r42172:42182Campbell Barton
2011-11-27mempool utility function to get the element at an index BLI_mempool_findelem(...Campbell Barton
2011-11-26svn merge ^/trunk/blender -r42139:42172Campbell Barton
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-25svn merge ^/trunk/blender -r42116:42139Campbell Barton
2011-11-24(See http://codereview.appspot.com/5431064/ for review of patch)Konrad Kleine
2011-11-24Fix #29384: Mesh without polygons + Modifier crashes when switching to sculpt...Sergey Sharybin
2011-11-24svn merge ^/trunk/blender -r42095:42116Campbell Barton
2011-11-24patch: [#29382] Arbitrary Length Array Function Additions and ModificationsCampbell Barton
2011-11-22Fix for [#28528] Disappearing FacesAndrew Wiggin