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
2014-01-25Fix T38356: Crash when UIList.filter_items returns too few items.Bastien Montagne
2014-01-24Change tooltip text for Vertex Group in Bevel Modifier.Howard Trickey
2014-01-24Add convinient access to full bitangent for loops (some export formats like F...Bastien Montagne
2014-01-23Fix T36165: blender internal HDR textures with negative values got clamped.Brecht Van Lommel
2014-01-23Fix crash when changing space type to 3D space when having multiple windowsSergey Sharybin
2014-01-23Fix for crash getting the name of RNA properties with empty nameCampbell Barton
2014-01-23Removed the omat matrix from DupliObject.Lukas Tönne
2014-01-23WM: add WM_operatortype_remove_ptr to remove a known operatorCampbell Barton
2014-01-23Tab theme colorsCampbell Barton
2014-01-21Usual UI messages fixes.Bastien Montagne
2014-01-20Fix T37978: cycles nodes with multiple Material Output nodes not predictable.Brecht Van Lommel
2014-01-20Fix for incorrect use of DNA_struct_find_nrCampbell Barton
2014-01-17Remove confusing recalc flag from simplify update callbackSergey Sharybin
2014-01-17Similar reshuffling of theme settings order for DopeSheet to ensure pairs end...Joshua Leung
2014-01-17Reshuffle Graph Editor theme settings to get pairs of settings to line upJoshua Leung
2014-01-17Build Modifier - Add "Reversed" OptionJoshua Leung
2014-01-17Assorted polish fixes for keyframe theme settings patchJoshua Leung
2014-01-17T37579: Theme settings for Keyframe ColoursJose Molina Garcia
2014-01-16BLF: Fix for changing the DPI storing many fonts (300+)Campbell Barton
2014-01-16Code Cleanup: spellingCampbell Barton
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-16User Prefs: Manipulator unit and tooltip fixesAndrew Buttery
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2014-01-15Fix a bunch of UI string issues...Bastien Montagne
2014-01-14Bevel Modifier: add width type and profile control.Howard Trickey
2014-01-14Empties with Images draw type: add support for movies and image sequencesGeoffroy Krantz
2014-01-13Code Cleanup: replace checks for ima->source with BKE_image_is_animatedCampbell Barton
2014-01-13Fix T38054: High CPU usage with many objectsSergey Sharybin
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-11Events: support for buttons 6 & 7 (some trackballs have these) X11 onlyCampbell Barton
2014-01-11Add tangent space computation/access from RNA (i.e. python).Bastien Montagne
2014-01-11Image API: add frame argument to gl_load(), gl_touch()Campbell Barton
2014-01-09Code Cleanup: styleCampbell Barton
2014-01-08Code Cleanup: de-duplicate text pasting which only used the first lineCampbell Barton
2014-01-05Fix own error in recent changes curve text storage,Campbell Barton
2014-01-05Text3d: fix font family feature for unicode and correct tooltipCampbell Barton
2014-01-04Text API: make text.current_line_index writableCampbell Barton
2014-01-04Revert "Quick fix for system info text always being scrolled out of view when...Campbell Barton
2014-01-04Quick fix for system info text always being scrolled out of view when loaded ...Joshua Leung
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2014-01-04Changed percentage and 0-1 number fields to use sliders. This is more consist...William Reynish
2014-01-03Fix crash when trying to reset color space to default valueSergey Sharybin
2014-01-03Text3d: store number of characters and utf8 length separatelyCampbell Barton
2014-01-03Text3d: avoid converting utf8 to wchar_t in editmodeCampbell Barton
2014-01-02Fix T38025: Key-framing lattice points failsJoshua Leung
2014-01-02Add new BGE Stereo mode: 3DTV top-bottom.Benoit Bolsee
2014-01-01Fix T38013: Incorrect RNA Path when trying to keyframe the nth vertex of Bez...Joshua Leung
2013-12-31UI: improve tooltip for use preview range option in timeline.Andrew Buttery