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
2015-03-19Merge branch 'master' into alembic_pointcacheLukas Tönne
2015-03-19Freestyle: pass Main struct to new/copyCampbell Barton
2015-03-18Fix bad memory access freeing viewport which uses movie clipSergey Sharybin
2015-02-27Delete operator for cache library datablocks.Lukas Tönne
2015-02-20New ID datablock 'CacheLibrary', for managing physical cache archivesLukas Tönne
2015-02-19Big revert of all things pointcache, old code is impossible to work with.Lukas Tönne
2015-02-19New ID datablock 'CacheLibrary', for managing physical cache archivesLukas Tönne
2015-02-10correct last commitCampbell Barton
2015-02-10Fix: Grease Pencil datablocks can be copied using the ID.copy() API method nowJoshua Leung
2015-02-06cleanup: styleCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-08Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
2015-01-06cleanup: warningsCampbell Barton
2014-09-22Corrent recent commit: off by one errorCampbell Barton
2014-09-22Correct MAX_LIBARRAY define, assert when its wrongCampbell Barton
2014-07-23Fix for mixup in startup.blend data init when userprefs.blend was missingCampbell Barton
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-07-16Cleanup: Adhere to our naming convention for BKE_linestyle.h APICampbell Barton
2014-07-02Fix T40364: Texture images are not properly displayed in the material preview...Sergey Sharybin
2014-06-26Forgot this in previous commitSergey Sharybin
2014-06-26Replace Main->lock with an anoynous structure pointerSergey Sharybin
2014-06-24Make main library safe(er) for the threaded usageSergey Sharybin
2014-05-09Fix T40108: Copying materials leaves a shared Action datablock in nestedLukas Tönne
2014-05-03Patch D246: Texture Marks for freestyle strokes, written and contributed by P...Tamito Kajiyama
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton
2014-04-22Code cleanup: replace int with boolean.Tamito Kajiyama
2014-04-20Fix error making datablock with fake user local, the user count would be wron...Brecht Van Lommel
2014-03-21Fix T39209: Localizing materials could cause heisenbug with concurrentSergey Sharybin
2014-02-15Code cleanup: remove more string encoded menu functionsCampbell Barton
2014-01-16Code Cleanup: simplify matcaps checks and quiet warningCampbell Barton
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2014-01-13Fix T38054: High CPU usage with many objectsSergey Sharybin
2014-01-05Code cleanup: fix type in malloc id stringSergey Sharybin
2013-12-30Main API: refactor naming, use BKE_main_ prefix and add main arg.Campbell Barton
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-26Fix T37939: Crash on exit (reading from freed node trees)Campbell Barton
2013-12-25Fix T37709: Memory corruption when freeing custom bone shape objectsSergey Sharybin
2013-10-05rename presets not to use '+' character, also some typo fixes.Campbell Barton
2013-09-23Fix #36797 make linked node groups local does not work. Node tree library fun...Lukas Toenne
2013-08-07remove assert in check_for_dupid() function for rare but valid renaming situa...Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-04Revert revision 57896 to fix Make Local > All with multi user datablocks. It'sBrecht Van Lommel
2013-07-04Fix #36006: appending some datablock types (e.g. node groups) did not work, theyBrecht Van Lommel
2013-07-01Fix for Make Local -> All not working correct with multy-user datablocksSergey Sharybin
2013-06-12Supplementary fix for #35640, internal node group trees (inside material, lam...Lukas Toenne
2013-04-12code cleanup: warnings and style.Campbell Barton
2013-04-08fix for bug where notifiers could hold pointers to freed data which listeners...Campbell Barton
2013-04-06Fix for a heap-use-after-free issue, reported by Lockal in the IRC.Tamito Kajiyama
2013-04-04svn merge ^/trunk/blender -r55700:55776Campbell Barton