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
2014-06-26Code cleanup: remove MAT3/4_UNITY defines, just call unit_m3/4Campbell Barton
2014-06-26Code cleanup: casts, dead assignment & arg order.Campbell Barton
2014-06-26Reverted part of my previous commit causing a crash.Tamito Kajiyama
2014-06-26Freestyle: code cleanup: removed unused (outdated) static variables.Tamito Kajiyama
2014-06-26Whitespace fixJoshua Leung
2014-06-26Bugfix T40801: Select grouped objects by Keying Set not working with builtin ...Joshua Leung
2014-06-26BGE: New Mouse ActuatorJorge Bernal
2014-06-25Fix T40759: "Add Shortcut" operator was leaving new keymap items onLukas Tönne
2014-06-25Fix T40757: Video Texture - Video frames dropped from beginning and endSergey Sharybin
2014-06-25Fix T40776: Crash when using empty curve as a deformation targetSergey Sharybin
2014-06-25Fix T40800: Crash when editing material nodesSergey Sharybin
2014-06-25Use api function for flipping button list & rename to BLI_listbase_reverseCampbell Barton
2014-06-25Use fill function for setting origindexCampbell Barton
2014-06-25Speedup for skin modifier, avoid calculating normals many timesCampbell Barton
2014-06-25Fix T40786: Crash setting negative sound offsetCampbell Barton
2014-06-24Correction to last commitCampbell Barton
2014-06-24Use gnu-libc arg order for BLI_sort_rCampbell Barton
2014-06-24Make main library safe(er) for the threaded usageSergey Sharybin
2014-06-24Fix own error in recent tooltip commitCampbell Barton
2014-06-24Freestyle: use mathutils_array_parse() instead of its own helper functions.Tamito Kajiyama
2014-06-24Freestyle: use bool instead of int.Tamito Kajiyama
2014-06-24move STACK_* macros into BLI_stackdefines.hCampbell Barton
2014-06-24Add MEMCPY_STRUCT_OFS macro for copying values after a struct memberCampbell Barton
2014-06-24add STACK_REMOVE macroCampbell Barton
2014-06-24Code Cleanup - Using the enum types in more API signatures instead of relying...Joshua Leung
2014-06-24Code Cleanup - Replacing shorts with bools and enum typesJoshua Leung
2014-06-24Update the design of tooltipsCampbell Barton
2014-06-24Freestyle: Progress bar updates during mesh loading.Tamito Kajiyama
2014-06-24Followup for the previous commitSergey Sharybin
2014-06-24Fix compilation on OSX after own rB414c70435dcd...Bastien Montagne
2014-06-24Ctrl-F now activates the filter-by-name functionality for Animation EditorsJoshua Leung
2014-06-24Improve doxygen comment to include some type info to make it more usefulJoshua Leung
2014-06-24Polyfill2d: Correct boundbox check (Fix T40777)Campbell Barton
2014-06-23Fix own typo in temp_data patch, (windows-only)Bastien Montagne
2014-06-23BMesh: we actually can set loop indices too while converting from Mesh to BMe...Bastien Montagne
2014-06-23Add ED_paint.h, split out ED_sculpt.hCampbell Barton
2014-06-23T39690: Modifications to Blender's 'temp dir' system.Bastien Montagne
2014-06-23Fix T40764: Keyframed Render Layers Don't Work as IntendedSergey Sharybin
2014-06-23Fix T40756 Select Linked by Particle System matches ignores selectedLukas Tönne
2014-06-23D605: Fixes for proper handling of wchar_t paths in MinGW.Tamito Kajiyama
2014-06-22Apply fix for T40745 to extrude_face_region tooCampbell Barton
2014-06-22SpellingCampbell Barton
2014-06-22Editmesh: extruding end-point verts now maintains edge-directionCampbell Barton
2014-06-22Code cleanup: styleCampbell Barton
2014-06-22Code cleanup: de-duplicate widget_num_tria, widget_scroll_circleCampbell Barton
2014-06-22Remove unused functionCampbell Barton
2014-06-22WM: set circle select minimum radius to 1Campbell Barton
2014-06-21Fix T40567 Crash when returing to object mode from dyntopo.Antony Riakiotakis
2014-06-21Fix T40727: Renaming nodes did not correctly fix animation paths.Lukas Tönne
2014-06-20BLI_md5: add a utility function to 'translate' raw 16bytes digest into a nice...Bastien Montagne