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-11-26Cleanup: whitespaceCampbell Barton
2015-11-25Sequencer: nested scene strip support (like metas)Campbell Barton
2015-11-25Fix T46646: Point Cloud Density crashes on real time renderingSergey Sharybin
2015-11-24Fix T46855: Limit Location Max value limited to 1000 units.Bastien Montagne
2015-11-24Cycles: Support per-render layer world AO settingsSergey Sharybin
2015-11-24Cleanup: Unsued variablesJulian Eisel
2015-11-24OpenGL: clean up use of old extensionsMike Erwin
2015-11-23Cleanup: shadowing (rna, modifiers, *misc*)Campbell Barton
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-11-23Cleanup: redundant string escapeCampbell Barton
2015-11-22Error out on Windows if driver does not support OpenGL 2.1 with an errorAntony Riakiotakis
2015-11-22Remove vertex array support from GPUBuffers. Remove USER_DISABLE_VBO. AllAntony Riakiotakis
2015-11-18Fix T46807: image/clip/sound load has one userCampbell Barton
2015-11-18RNA: reuse axis enumCampbell Barton
2015-11-18Cleanup: editor api namingCampbell Barton
2015-11-18BMesh: symmetry aware decimateCampbell Barton
2015-11-16minor cleanup: typoMike Erwin
2015-11-09Fake user: add BKE_library helpers to set/clear that flag.Bastien Montagne
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-11-08Remove outdated TODO, it's supported alreadySergey Sharybin
2015-11-08Point Density: Prevent crash when scene is not sent to calc_point_density()Sergey Sharybin
2015-11-06Fix T46522: DataTransfer modifier: Impossible to set multiple transfer modes ...Bastien Montagne
2015-11-04Fix T46687: Animating tracks properties from objects didn't use proper pathSergey Sharybin
2015-11-04Tracking: Move tracks list base search to an utility functionSergey Sharybin
2015-11-02Fix T46626: Crash generating previewsCampbell Barton
2015-11-02Library API: pass Main struct to unlink functionsCampbell Barton
2015-11-01Fix T46660: No need to set explicitely UI range of auto smooth angle anymore.Bastien Montagne
2015-10-30Image editor: Add options to display separate R, G and B channelsSergey Sharybin
2015-10-28BGE: Fix T46557: Empty collision bounds option with character physicsUlysse Martin
2015-10-28Cycles: Expose user-defined shutter curve to the interfaceSergey Sharybin
2015-10-28Fix makesrna generated C++ header have consistent whitespace for strings.Martijn Berger
2015-10-27Compositor: Add Invert option to the movie clip stabilization nodeSergey Sharybin
2015-10-26Fix broken comment about our WM progress report for python (its not a progres...Bastien Montagne
2015-10-26Graph Editor: Allow "cursor x" to have fractional values when working with Dr...Joshua Leung
2015-10-23Cleanup: rename 'datablocks' -> 'data-blocks'Campbell Barton
2015-10-22Cleanup: remove script ID-typesCampbell Barton
2015-10-20RNA: Change behavior of Image.save()Campbell Barton
2015-10-16Fix for missing id_lib_extern, assigning ID'sCampbell Barton
2015-10-16Fix T46502: Linked dupli-group lost on reloadCampbell Barton
2015-10-16Revert part of rB4d9345479aa86f61, and cleanup a bit.Bastien Montagne
2015-10-16UI: only show thumbnail size when its enabledCampbell Barton
2015-10-15Fix T46223: multiview image sequences crashing.Brecht Van Lommel
2015-10-12Usual UI message fixes...Bastien Montagne
2015-10-12Add functions to compute normals (verts, polys and loops ones) for a given sh...Bastien Montagne
2015-10-12Cleanup: RNA naming, use 'max' as a suffixCampbell Barton
2015-10-12RNA: correct tipsCampbell Barton
2015-10-11BGE: Adding a Max Jumps value to the character physic windowThomas Szepe
2015-10-11BGE: Add icons to collision shapes.Thomas Szepe
2015-10-11BGE: Adding a screenshot function to game actuatorThomas Szepe
2015-10-10Fix various compiler warnings.Brecht Van Lommel