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-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
2015-11-16Cleanup: typosCampbell Barton
2015-11-16Keymap: Add delete-key for paint curvesCampbell Barton
2015-11-15UI: support cycling for image space menusCampbell Barton
2015-11-15UI: support cycling callback for non RNA menusCampbell Barton
2015-11-15Cleanup: replace pointer array w/ structCampbell Barton
2015-11-15Fix uninitialized read in previous commitAntony Riakiotakis
2015-11-15Fix T46763: OpenGL render doesn't show 'Slots'Campbell Barton
2015-11-13Fix T46726 shading issues in sculpt mode.Antony Riakiotakis
2015-11-12Cleanup: rename line to segments, avoids confusionCampbell Barton
2015-11-12Fix T46749: Texture paint & shadeless mode failsCampbell Barton
2015-11-12Fix T46320: New Depsgraph: Auto-IK doesn't workSergey Sharybin
2015-11-12Fix error cutting node linksCampbell Barton
2015-11-12Transform input: don't change initial cursor valueCampbell Barton
2015-11-12Cleanup: unused definesCampbell Barton
2015-11-11Cleanup: replace more direct id->us handling by calls to BKE_library API.Bastien Montagne
2015-11-11Correct assert in own last commitCampbell Barton
2015-11-11Fix T46741: Transform ignores constraint spaceCampbell Barton
2015-11-11OpenGL Render: Support full-sample Anti-AliasingCampbell Barton
2015-11-11Cleanup: GL Render (simplify internal logic)Campbell Barton
2015-11-10Fix T46743: Crash w/ limit rotation constraintCampbell Barton
2015-11-10Fix T46720: Crash applying subsurf modifierCampbell Barton
2015-11-10Fix T46711: view3d UI limits not scaled w/ sceneCampbell Barton
2015-11-10Fix T46738: Crash adding hook to linked mesh dupliCampbell Barton
2015-11-10Fix compilation error with IME enabled after recent changesSergey Sharybin
2015-11-10"Fix" assert in new UI align code.Bastien Montagne
2015-11-10Prevent non-button space used as a SPACE_BUTS from template_previewSergey Sharybin
2015-11-10Text Editor: use line-number color for marginCampbell Barton
2015-11-10Cleanup: move ui-selextend defines into headerCampbell Barton
2015-11-10UI: support editing >400 length text buttonsCampbell Barton
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-09UI: avoid duplicating the string to set the cursorCampbell Barton
2015-11-08Code cleanup: remove some unused mesh laplacian code.Brecht Van Lommel