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-04-17Initial implementation of overscan renderingoverscanSergey Sharybin
2014-04-17Fix error in last commitCampbell Barton
2014-04-17Fix T39758: Blender Crash when removing pinned Scene.Bastien Montagne
2014-04-17Code cleanup: use boolsCampbell 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-04-01Changes to openmp threads commit (UI and RNA)Campbell Barton
2014-03-31Sculpt/dyntopo: Make the omp threads configurable to overcome performance issuesJens Verwiebe
2014-03-24Remove the code which checked whether early object update skip didn't failSergey Sharybin
2014-03-24Fix T39318: Blender 2.70 crash when I link an assetSergey Sharybin
2014-03-11Fix T39083: speakers were evaluated multiple times when used in setsCampbell Barton
2014-03-10Fix T39034 brush always shown even after deactivating the show cursorAntony Riakiotakis
2014-02-25Fix T38824: curve which is constrained on a hidden layer causes cycles crashSergey Sharybin
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-06Fix compile error in last commit, forgot to include this change.Brecht Van Lommel
2014-02-06Cycles: add pass alpha threshold value to render layers.Brecht Van Lommel
2014-02-06Fix T38498: properly unlink scene pointers from SpaceNode.Lukas Tönne
2014-02-05Fix T38340 and T38473: fixed Scene pointers in Composite and Defocus nodes do...Lukas Tönne
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-29Move depsgraph debug print under --debug-depsgraph command line argumentSergey Sharybin
2014-01-27Revert the removal of Blender Internal Edge rendering, after artist feedback.Thomas Dinges
2014-01-23Removed the omat matrix from DupliObject.Lukas Tönne
2014-01-21Fix T38302: sequencer animation data lost in original scene when copying scene.Brecht Van Lommel
2014-01-17Fix T38260: Missing object update with two visible scenesSergey Sharybin
2014-01-17Code Cleanup: spellingCampbell Barton
2014-01-16Tweak to early threaded update escapeSergey Sharybin
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2014-01-13Fix T37886: Material does no update when changing keyframes in dopesheetSergey Sharybin
2014-01-13Fix T38139: Objects which are in cyclic dependency are not updatedSergey Sharybin
2014-01-13Fix T38054: High CPU usage with many objectsSergey Sharybin
2014-01-05Code cleanup: preprocessor indentation inside #ifdef blockSergey Sharybin
2013-12-30Main API: refactor naming, use BKE_main_ prefix and add main arg.Campbell Barton
2013-12-27Typo fix in a commentSergey Sharybin
2013-12-27Code Cleanup: styleCampbell Barton
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-11-26Fix T37627: create scene with copy settings did not copy cycles settings.Brecht Van Lommel
2013-11-25Tweaks to PNG file outputSergey Sharybin
2013-11-19Blender Internal:Thomas Dinges
2013-11-06True grid snapping for nodes: This snaps nodes to the actual background grid ...Lukas Toenne
2013-10-29Code cleanup: use bool instead of int in mask moduleSergey Sharybin
2013-10-19Remove paranoid check which was marked as unneeded for a while alreadySergey Sharybin
2013-10-18Fix for wrong active render layer after copying hr sceneSergey Sharybin
2013-10-17Fix crash in scenes without camera markers, after recent fix for #37097,Brecht Van Lommel
2013-10-17Fix #37097: Setting scene frame does not update active cameraSergey Sharybin
2013-10-08remove toolsettings (unused for a long time).Campbell Barton
2013-09-10startup.blend: save images as RGBA by default, to avoid losing data whenBrecht Van Lommel
2013-09-05Fix #36649 and #36650: animation of freestyle line thickness and linestyle didBrecht Van Lommel
2013-07-15Fix #36058: Displace Modifier errors using a baked Image and displace baking ...Sergey Sharybin
2013-07-10Fix #36082: animation playback not working after rendering of background scen...Brecht Van Lommel
2013-07-09Partial revert of rev58110Sergey Sharybin