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-04-28Fix T47715: EXCEPTION_ACCESS_VIOLATION crash when removing modifiers or rende...Sergey Sharybin
2016-03-05Fix for missing update changing VFont.filepathCampbell Barton
2016-02-15Cleanup: reorganize BKE ID tagging functions.Bastien Montagne
2016-02-03Fix T47266: Blender crashes from Scripted Expression in DriverSergey Sharybin
2016-01-24Depsgraph: Add missing relations between driver and particle settingsSergey Sharybin
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-11-01Cleanup: remove unused scene recalcCampbell Barton
2015-10-27OpenSubdiv: Fix wrong handling of vertex parentSergey Sharybin
2015-10-08Modifiers: add 'cd_flag' parameter to their ID looping callbacks, neededBastien Montagne
2015-10-07Cleanup: spellingCampbell Barton
2015-10-06Fix T46385: Duplicate w/ vertex parent failsCampbell Barton
2015-09-05Fix T45938: Ocean modifier animation not working with NLA action-strip (old d...Joshua Leung
2015-09-01Depsgraph: Fix compilation error with legacy depsgraph disabledSergey Sharybin
2015-08-28Fix T45929: OpenSubdiv was doing extra object recalc tagsSergey Sharybin
2015-08-27Fix T45702: Editing smoke while viewport render and blender bugSergey Sharybin
2015-08-03OpenSubdiv: Make new geometry relations ensures dependent data exists on CPUSergey Sharybin
2015-08-03OpenSubdiv: Resolve crashes when other object depends on subsurf-ed objectSergey Sharybin
2015-05-12Cleanup: styleCampbell Barton
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2015-04-08Fix T44213: Bevel object from different scene won't update generated bezier c...Sergey Sharybin
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-13Pass proper bmain to the updateDepgraph() of modifiersSergey Sharybin
2014-12-10Fix T42472: Undoing/Redoing repeated transform operator gives wrong final mat...Bastien Montagne
2014-10-06Texture painting:Antony Riakiotakis
2014-09-08Fix T41703: Blender crashes trying to load character file.Bastien Montagne
2014-09-03Texture painting:Antony Riakiotakis
2014-08-27Changing render engine now refreshes the texture paint display better.Antony Riakiotakis
2014-08-27Only calculate texture paint slots from mtex if renderer is blenderAntony Riakiotakis
2014-07-31Style cleanupCampbell Barton
2014-07-21Fix T40839: Object Font Text Rendering BugSergey Sharybin
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-18Fix T41109: Reloading image that has been modified outside Blender does not u...Sergey Sharybin
2014-07-01Fix T40556: Curve Modifier does not work when used in a Background sceneSergey Sharybin
2014-05-09Code cleanup: styleCampbell Barton
2014-05-08Removed a Freestyle hack for DAG updates introduced in commit rBae58968e0a61.Tamito Kajiyama
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-11API Cleanup: Use BKE_constraint prefix for constraint apiCampbell Barton
2014-04-04Fix crash happening in DAG_pose_sort() due to threading issuesSergey Sharybin
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-25Fix T38824: curve which is constrained on a hidden layer causes cycles crashSergey Sharybin
2014-02-22Code cleanup: styleCampbell Barton
2014-02-19Code cleanup: styleCampbell Barton
2014-02-18Fix T38691: Curve object bevel not working in group instanceSergey Sharybin
2014-02-14Fix for crash caused by effectors doing precalculation //during// DAGLukas Tönne
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-05Add debug print to ID update taggingSergey Sharybin
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-23Fix T38337: Crash when calling to_mesh() on a Curve object after clearing its...Sergey Sharybin
2014-01-23Fix crash when changing space type to 3D space when having multiple windowsSergey Sharybin