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
2017-02-09Fix mistakes with background drawinguiTableJulian Eisel
2017-02-09Create and pass a uiLayout to cellsJulian Eisel
2017-02-09Support drawing some background color alternating per rowJulian Eisel
2017-02-08Draw tables row by row, not column by columnJulian Eisel
2017-02-07Unit tests for uiTable API (and fix bugs found using it :)Julian Eisel
2017-02-05Cleanup: Add assert, remove unused variableJulian Eisel
2017-02-05Initial implementation of a uiTable APIJulian Eisel
2017-01-25Convert MBC_ API to Mesh (instead of derived mesh) and move it to mesh_renderDalai Felinto
2017-01-24Merge branch 'master' into blender2.8Sergey Sharybin
2017-01-24Fix typo in commentSergey Sharybin
2017-01-24Depsgraph: Make it more clear and explicit compile fail when required feature...Sergey Sharybin
2017-01-24Depsgraph: Remove legacy code from new depsgraphSergey Sharybin
2017-01-24Depsgraph: Remove command line argument to use new depsgraphSergey Sharybin
2017-01-24Depsgraph: Remove more legacy code from viewportSergey Sharybin
2017-01-24Depsgraph: Remove legacy updateDepgraph callbacks from modifiersSergey Sharybin
2017-01-24Depsgraph: Remove legacy implementation of depsgraphSergey Sharybin
2017-01-24Depsgraph: Remove legacy calls from scene update routinesSergey Sharybin
2017-01-24Depsgraph: Remove special exception in update loggingSergey Sharybin
2017-01-24Depsgraph: Remove special version of pose builderSergey Sharybin
2017-01-24Depsgraph: Remove legacy depsgraph code from viewportSergey Sharybin
2017-01-24Depsgraph: Remove legacy depsgraph code from transformSergey Sharybin
2017-01-24Install deps: Bump OpenSubdiv version to 3.1.1Sergey Sharybin
2017-01-24GPencil: Fix unreported animation data missing when change palette nameAntonio Vazquez
2017-01-24Use new manual URLAaron Carlisle
2017-01-23Update script generating/uploading py API doc to new addresses (docs.blender....Bastien Montagne
2017-01-23Merge branch 'master' into blender2.8Sergey Sharybin
2017-01-23Fix compilation error with legacy depsgraph disabledSergey Sharybin
2017-01-23Cycles: Split ShaderData object and shader flagsSergey Sharybin
2017-01-23Cycles: Make object flag names more obvious that hey are object and not shaderSergey Sharybin
2017-01-23Fix strict compiler warning in the gflags codeSergey Sharybin
2017-01-23Silence strict compiler warningsSergey Sharybin
2017-01-23Cycles: Fix typo in the panel nameSergey Sharybin
2017-01-23Cycles: Update current Cycles versionSergey Sharybin
2017-01-22Merge branch 'master' into blender2.8Julian Eisel
2017-01-22Fix T50491: Cycles UI breaks when pushing F8.Bastien Montagne
2017-01-21Fix T49527: Blender stalls when changing armature ghosting range with stepsiz...Joshua Leung
2017-01-20Fix own mistake in rB051526da6279, confusing off_t with ptrdiff_t.Bastien Montagne
2017-01-20Fix minor glitches in GP code.Bastien Montagne
2017-01-20Fix/cleanup stupid check on array of char being non-NULL pointer...Bastien Montagne
2017-01-20Fix float buffer of tracking image accessed outside of check that it has been...Bastien Montagne
2017-01-20Cycles: Use more const qualifiers to avoid possible issuesSergey Sharybin
2017-01-20Cycles: Cleanup, split one gigantic function into two smaller onesSergey Sharybin
2017-01-20Fix compilation error with strict flagsSergey Sharybin
2017-01-20Fix compilation error with strict flags and gcc-6Sergey Sharybin
2017-01-20Cleanup/fix some BLI_string_utf8 not using size_t/off_t as expected.Bastien Montagne
2017-01-20Cleanup/fix last remnant usages of int instead of size_t for string length in...Bastien Montagne
2017-01-20D1873: Customize style for animation motion pathsAntonio Vazquez
2017-01-20Cycles: Store time in BVH nodesSergey Sharybin
2017-01-20Cycles: Add option to split triangle motion primitives by time stepsSergey Sharybin
2017-01-20Cycles: Add option to split curve motion primitives by time stepsSergey Sharybin