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-12-01Add shortcuts for copying data path from RNACampbell Barton
2015-12-01RNA: de-duplciate rna-path create in tooltip codeCampbell Barton
2015-11-30Fix T38245: render slot getting lost when switching slots while compositing.Brecht Van Lommel
2015-11-30Fix T46896: Outliner group 'hide' doesn't update viewport renderCampbell Barton
2015-11-28UI: More minor UI cleanups for keymap editorJulian Eisel
2015-11-28Cleanup: 'area' vs 'region'Julian Eisel
2015-11-28OpenGL: remove unnecessarily paranoid bound texture preservation.Brecht Van Lommel
2015-11-28OpenGL: assume GL_TEXTURE_ENV_MODE GL_MODULATE is the default state.Brecht Van Lommel
2015-11-28OpenGL: set OpenGL lights through simple shader API.Brecht Van Lommel
2015-11-28OpenGL: rename GPU_enable_material to better indicate it's binding shaders.Brecht Van Lommel
2015-11-27OpenGL: fix cycles texture draw mode not respecting double sided lighting.Brecht Van Lommel
2015-11-27Fix T46883: VSE Meta Strip crash on leaving Meta editing (tab).Bastien Montagne
2015-11-27Fix T46827: Appending Specific Groups Doesn't Work on Windows.Bastien Montagne
2015-11-27BMesh: Add API call BM_face_calc_point_in_faceCampbell Barton
2015-11-26Fix assert in UI align code in some specific situations.Bastien Montagne
2015-11-26Cleanup: whitespaceCampbell Barton
2015-11-26Fix error in shadowing cleanup (wrong pointer free)Campbell Barton
2015-11-25OpenGL: GLSL always supportedMike Erwin
2015-11-25Sequencer: nested scene strip support (like metas)Campbell Barton
2015-11-25Fix T46867: Face-Mask hiding failed on mode switchCampbell Barton
2015-11-25BMesh: remove double faces when triangulatingCampbell Barton
2015-11-24Sculpting optimization: Avoid iterating the PBVH for intersection duringAntony Riakiotakis
2015-11-24Fix outliner crash after recent no-functional-changes cleanup commitsSergey Sharybin
2015-11-24OpenGL: when checking GL version, assume >= 2.1Mike Erwin
2015-11-24OpenGL: clean up use of old extensionsMike Erwin
2015-11-24fix error in last commitCampbell Barton
2015-11-24Fix T46805: Scale along axis fails w/ PythonCampbell Barton
2015-11-24Fix T46816: Vert/Edge snap fails at edge of boundsCampbell Barton
2015-11-24View3D: move snapping functions out of rulerCampbell Barton
2015-11-23Cleanup: shadowing (unwrap)Campbell Barton
2015-11-23Fix T46841: Thick lines w/ graph visibleCampbell Barton
2015-11-23Cleanup: shadowing (interface)Campbell Barton
2015-11-23Cleanup: shadowing (editors)Campbell Barton
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-11-23OpenNL: make the API thread safe by always passing context.Brecht Van Lommel
2015-11-23OpenNL: significantly simplify code using Eigen / STL.Brecht Van Lommel
2015-11-22Remove vertex array support from GPUBuffers. Remove USER_DISABLE_VBO. AllAntony Riakiotakis
2015-11-22Smoke drawing code cleanups (and little refactor)Kévin Dietrich
2015-11-22Fix T46678: Extending left handle of a VSE multicam effect strip with snap cr...Bastien Montagne
2015-11-21Fix/Request T46798: Alt+I removes keyframes from all bones, not only selected...Joshua Leung
2015-11-19Fix new UI align code behavior with very small buttons.Bastien Montagne
2015-11-19Cleanup: redundant 'break', minor editsCampbell Barton
2015-11-18Cleanup: editor api namingCampbell Barton
2015-11-18Fix mixup w/ wmOperator/BMOperator flagCampbell Barton
2015-11-17Fix T46793: VSE OpenGL renderer crashes when using grease pencilSergey Sharybin
2015-11-17Fix T46764: Crash toggling region + fullscreenCampbell Barton
2015-11-17Fix crash changing screen + region overlap fadeCampbell Barton
2015-11-16Speedup OpenGL sequencer animation renderingSergey Sharybin
2015-11-16Remove unused arguments from RE_WriteRenderViewsMovie()Sergey Sharybin
2015-11-16Fix own error w/ camera-dof in GL-render commitCampbell Barton