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-02-15mathutils: remove redundant read callbackCampbell Barton
2015-02-15mathutils: avoid extra alloc for Vector.lerpCampbell Barton
2015-02-15Fix crash setting Euler.order to a non-stringCampbell Barton
2015-02-14Outliner: Toggle restrict buttons only for selectable child objectsJulian Eisel
2015-02-14Revert "Fix T43471, based on patch submitted by @sean_loh."Lukas Tönne
2015-02-14object drawing: only use halo-draw in object modeCampbell Barton
2015-02-14Bring copy/free operations into line with changes in previous commitJoshua Leung
2015-02-14Bugfix: Referencing actions from Action Actuator was not setting a userJoshua Leung
2015-02-14Refactor array_utils out of BLI_arrayCampbell Barton
2015-02-14cleanup: doxy commentsCampbell Barton
2015-02-14Comments: use doxy sections for nodes headerCampbell Barton
2015-02-13Fix T43585 XRay + transparency brokenAntony Riakiotakis
2015-02-13Revert "Fix T43646: VSE preview allows displaying channels down to -5"Julian Eisel
2015-02-13No need to use "SSAO" for SSAO colorAntony Riakiotakis
2015-02-13Alleviate grid creating shadows in Ambient Occlusion effect.Antony Riakiotakis
2015-02-13Fix T43646: VSE preview allows displaying channels down to -5Julian Eisel
2015-02-13Fix T43649: Geometry node breaks GLSL shadingSergey Sharybin
2015-02-13Fix issue with some files having non-unique modifier namesSergey Sharybin
2015-02-13Make modifier_unique_name return whether modifier was renamed or notSergey Sharybin
2015-02-13Fix (revert) mistake in rB1ae2098a6e04359b, causing broken UI (see e.g. Scene...Bastien Montagne
2015-02-13cleanupCampbell Barton
2015-02-13cleanup: ui, use boolsCampbell Barton
2015-02-13UI: show check-boxes pie-menu bool/enumsCampbell Barton
2015-02-13BMesh: avoid ugly macro for loop interpolationCampbell Barton
2015-02-13Cleanup horrible artifact of Greek to English translation.Antony Riakiotakis
2015-02-12Use the RNA for overriding the name instead.Antony Riakiotakis
2015-02-12Revert "Add missing trailing '}' in GLSL files"Antony Riakiotakis
2015-02-12Add missing trailing '}' in GLSL filesCampbell Barton
2015-02-12Viewport compositing - first codeAntony Riakiotakis
2015-02-12Removed the cloth preroll feature.Lukas Tönne
2015-02-12GPencil: Alt-S can now be used to adjust the pressure values (i.e. thickness)...Joshua Leung
2015-02-12GPencil: LKEY can now be used for Select Linked too nowJoshua Leung
2015-02-12Bugfix: Old NLA Strips from 2.4x got converted with no names (since they didn...Joshua Leung
2015-02-12cleanupCampbell Barton
2015-02-12Follow functionality: Scrubbing with the arrow keys and during jumps,Antony Riakiotakis
2015-02-12Fix T43612: VSE crash clearing proxiesCampbell Barton
2015-02-12Fix part 1 of T43239, multisegment vertex bevel on 2-edge vertices.Howard Trickey
2015-02-12Correct fix for T43424Campbell Barton
2015-02-12Fix T43471, based on patch submitted by @sean_loh.Lukas Tönne
2015-02-12BGE: Improve UI of Anisotropic Friction subpanelJorge Bernal
2015-02-12Fix for previous commit - since it's for non-debug unused vars, name it UNUSE...Bastien Montagne
2015-02-12Add new UNUSED_VARS_DEBUG utils, which is NOP in debug build, but tags given ...Bastien Montagne
2015-02-11Outliner: use enum for outliner_group_operation()Campbell Barton
2015-02-11Outliner: ContextMenus for constraints/modifiersCampbell Barton
2015-02-11Fix VSE strip channel skip overlapping stripsCampbell Barton
2015-02-11Full screen mode did not remember the follow mode of previous screen.Antony Riakiotakis
2015-02-11cleanup: rename enum type to blender conventionCampbell Barton
2015-02-11FileBrowser Bookmarks: fix issue with invalid bookmarks.Bastien Montagne
2015-02-11BPY RNA: add `is_property_readonly()`.Bastien Montagne
2015-02-11Fix (unreported) disabled items in UIList not grayed out.Bastien Montagne