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-26patch from debian from Kevin 'kiniou' RoyCampbell 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-20move topology mirror out into its own functions - needed for bmesh branch so ...Campbell Barton
2011-12-20patch [#29651] Add a __str__ Method to Matutils Matrices so print(matrix) Sho...Campbell 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-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-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-15vertex group changes,Campbell Barton
2011-12-12fix [#29537] file/save crashes when target path isnt foundCampbell Barton
2011-12-05syncing some minor formatting edits from bmesh branch.Campbell 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-03de-duplicate dominant axis calculation, exact same checks were in 6 different...Campbell Barton
2011-11-28BLI_mempool_findelem() only worked when no elements were freed, use the itera...Campbell Barton
2011-11-27mempool utility function to get the element at an index BLI_mempool_findelem(...Campbell Barton
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell 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-24patch: [#29382] Arbitrary Length Array Function Additions and ModificationsCampbell Barton
2011-11-21fix [#29337] Duplicate long shapekey names crash BlenderCampbell Barton
2011-11-20- pyapi mathutils.geometry.intersect_plane_planeCampbell Barton
2011-11-19replace fabs with fabsf where both input and output are floats.Campbell Barton
2011-11-17Fixed comment in BLI_dlrbTree_search_exactKonrad Kleine
2011-11-17BLI_mempool redefined causing compile time error, removing duplicate typedefAntony Riakiotakis
2011-11-16merge mempool changes from bmesh (adds mempool iterator).Campbell Barton
2011-11-16minor edits, move mempool stack vars into the nested scope when they aren't l...Campbell Barton
2011-11-15fix for own error, BLI_replace_extension would strip the filename if there wa...Campbell Barton
2011-11-14minor cleanup Campbell Barton
2011-11-13new math utility function isect_plane_plane_v3Campbell Barton
2011-11-13add the ocean modifier to bpath visitorCampbell Barton
2011-11-12mathutils.geometry.distance_point_to_plane(pt, plane_co, plane_no) - utility ...Campbell Barton
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-11quiet -Wdouble-promotion warningsCampbell Barton
2011-11-10SVN maintenance.Guillermo S. Romero
2011-11-10Dynamic Paint merge:Miika Hamalainen
2011-11-07Merge with trunk r41625Miika Hamalainen
2011-11-07use macro for access to library filepathCampbell Barton
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-07replace VECCOPY with copy_v3_v3, same for 2d copy, also added vec copy functi...Campbell Barton
2011-11-06more macro --> BLI math lib, mainly replace VECCOPY in render and blenkernel.Campbell Barton
2011-11-06use BLI math functions for kdopbvh (no functional change)Campbell Barton
2011-11-05Merge with trunk r41545Miika Hamalainen
2011-11-05GPU BuffersNicholas Bishop
2011-11-04Configurable sensor size:Sergey Sharybin
2011-11-03patch [#28947] Patches for #28943 (Support for XDG Base Directory Specification)Campbell Barton