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
2016-06-28Cleanup: use bool for writefileCampbell Barton
2016-06-28writefile: replace most struct lookups /w constantsCampbell Barton
2016-06-28Cleanup: code-styleCampbell Barton
2016-06-28Fix T48753: VSE must restart for international fontsCampbell Barton
2016-06-28RNA: resolve assert w/ no languages availableCampbell Barton
2016-06-28RNA: perform reverse search on operatorsCampbell Barton
2016-06-28Fix MSVC error, co_return now a reserved wordCampbell Barton
2016-06-27Fix (unreported) wrong ID type check in Text editor's ID remap callback.Bastien Montagne
2016-06-27Bendy Bones Instability Fix - Second AttemptJoshua Leung
2016-06-27Bendy Bones: Temporary workaround for instability caused by D2001 when using ...Joshua Leung
2016-06-27Fix T48740: User could remap indirect libdata usages from outliner.Bastien Montagne
2016-06-27FCurve Auto Colours: "XYZ to RGB" works for Quaternions too nowJoshua Leung
2016-06-27Partial fix for T48734Joshua Leung
2016-06-27Code Cleanup: Use bools not shortsJoshua Leung
2016-06-27Ctrl-Shift-C: Made it easier to add constraints between bones in different ar...Joshua Leung
2016-06-27Fix (unreported) potential buffer overflow with BLO_library_path_explode() us...Bastien Montagne
2016-06-27Fix T48741: File browser back button doesn't work from inside Blend (library)...Bastien Montagne
2016-06-27Fix T48717: Modal operators called from Py omit reports from the UICampbell Barton
2016-06-27Fix T48733: World background fails in 3d-viewCampbell Barton
2016-06-27Fix T48743: Broken menu key acceleratorsCampbell Barton
2016-06-27Cleanup: unnecessary NULL checkCampbell Barton
2016-06-27Docs: arg namesCampbell Barton
2016-06-27Docs: minor edits to writefile commentsCampbell Barton
2016-06-25Cleanup: Get rid of remaining 'BKE_<id>_unlink()' functions, no more used any...Bastien Montagne
2016-06-25Cleanup: get rid of BKE_text_unlink(), replace by usage of generic BKE_libblo...Bastien Montagne
2016-06-25Cleanup: remove RNA's `ID.destroy()` function.Bastien Montagne
2016-06-25Cleanup/refactor RNA IDs' `remove` functions.Bastien Montagne
2016-06-25Cleanup: remove bad-level callCampbell Barton
2016-06-25GPU: move select index code out of WMCampbell Barton
2016-06-25Fix T48723: Curve bevel creates invalid geometryCampbell Barton
2016-06-25Cleanup: use BLI_bitmap for bevel-splitCampbell Barton
2016-06-24Fix T48725: UI message typo.Bastien Montagne
2016-06-24BMesh: avoid redundant calculations comparing anglesCampbell Barton
2016-06-24Fix T48716: Knife cut creates inverted normalsCampbell Barton
2016-06-24BKE_blender: Add own atexit functionsCampbell Barton
2016-06-24Cleanup: use return argument prefixCampbell Barton
2016-06-23Cycles: Add multi-scattering, energy-conserving GGX as an option to the Gloss...Lukas Stockner
2016-06-23GPencil: Eraser respects "Selection Mask" when in EditModeJoshua Leung
2016-06-23Fix minor typo - Was m[3][4] instead of m[4][4] for a 4x4 matrixJoshua Leung
2016-06-23DopeSheet Mask Mode: Circle/Lasso supportJoshua Leung
2016-06-23DopeSheet: GPencil-Mode supports Circle and Lasso SelectJoshua Leung
2016-06-23Dopesheet: Lasso and Circle Select tools work for selecting keyframesJoshua Leung
2016-06-23Code Cleanup - Circle/Lasso select in the Graph EditorJoshua Leung
2016-06-23GPencil: Added a new version of the "delete active frame" operator which dele...Joshua Leung
2016-06-23Fix T48689: Transform proportional size was not seriously clamped.Bastien Montagne
2016-06-23Fix T48707: Edit-mesh intersect crashCampbell Barton
2016-06-23Correct recent change to edge-netCampbell Barton
2016-06-23Fix T48710: 'velocity' particle settings were incorrectly using 'speed' in th...Bastien Montagne
2016-06-23Use hard min/max for view clippingCampbell Barton
2016-06-23Correct assertCampbell Barton