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
2013-09-03Fix #36643: Clip Editor: undesired Markers created "automatically" while I tr...Sergey Sharybin
2013-09-03Color managed color didn't work properly for float sequencer frames.Sergey Sharybin
2013-09-03Bugfix: When deleting all keyframes from F-Curves, don't delete the F-Curve ifJoshua Leung
2013-09-03display angle in axis/angle buttons as degrees as with euler rotations.Campbell Barton
2013-09-03reorder BLI_strict_flags.h include so its not conflicting with stdio.h on apple.Campbell Barton
2013-09-03remove WINDOWS checks in cmake, this variable isn't defined on windows and ch...Campbell Barton
2013-09-03Tweaks to New Driver creation behaviourJoshua Leung
2013-09-03Graph Editor: Preserve active curve when using AKEY to toggle selection statusJoshua Leung
2013-09-03Apply Scale for EmptiesJoshua Leung
2013-09-03add checks for bad args to RNA_def_property_ui_range & RNA_def_property_range...Campbell Barton
2013-09-03allow negative offset for floor constraint.Campbell Barton
2013-09-02Add poll message when poll fails because of window missing from the context.Campbell Barton
2013-09-02Ack... Followup to r59743: in fact, bitflags groups are not always wanted/nee...Bastien Montagne
2013-09-02warning cleanup: correct some odd returns and quiet strict flag warnings on s...Campbell Barton
2013-09-02Make strict compiler happy for release builds.Sergey Sharybin
2013-09-02Fix [#36636] Incorrect assignment of Smoothing Groups on exportBastien Montagne
2013-09-02Fix #36628, Muting bump node alters material visibility.Lukas Toenne
2013-09-02Related to #36632: cycles textured draw mode now shows the image from an imageBrecht Van Lommel
2013-09-02Fix #36639, textures not reloaded after fixing paths.Lukas Toenne
2013-09-02Fix #36124: VSE - Input Color option does not work for video filesSergey Sharybin
2013-09-02Fix for the BKE_image_walk_all_users function: This included a check for movi...Lukas Toenne
2013-09-02Fix crash when adjusting plane track after re-tracking point tracksSergey Sharybin
2013-09-02Some function didn't match their declarationSergey Sharybin
2013-09-02Removed some unused old function declarations for loop node register, awkward...Lukas Toenne
2013-09-02fix [#36412] Pivot of active element switches to last selected face after dup...Campbell Barton
2013-09-02bmesh: internal api change, remove BMOElemMapping, its not needed since the v...Campbell Barton
2013-09-02add hash iterator functions to access the pointer to the value.Campbell Barton
2013-09-02text editor cursor motion (left/right arrows) with selected text typically ju...Campbell Barton
2013-09-02add attributes to ghash and edgehash functions.Campbell Barton
2013-09-02fix odd (intentional) behavior with vertex parent,Campbell Barton
2013-09-02support for vertex parenting in object mode for object types which support it...Campbell Barton
2013-09-02Cleanup!Bastien Montagne
2013-09-02use strict flags for kdtree, and replace ints with unsigned ints where possible.Campbell Barton
2013-09-01Fix [#36479] Particle instance Modifier random position snaps objects to 0 po...Bastien Montagne
2013-09-01OSX/gcc4.6+: fix compiling, -Wconversion causes ann weeror in gcc's own stdio...Jens Verwiebe
2013-09-01Move GCC attributes into a centraized definesSergey Sharybin
2013-09-01Tag unused arg as unused.Sergey Sharybin
2013-09-01Remove some unneeded type conversions.Sergey Sharybin
2013-09-01Patch #36622, by Henrik Aarnio: Fit backdrop image to the area dimensions.Lukas Toenne
2013-09-01kd-tree,Campbell Barton
2013-09-01Mingw/Windows Compiling Fix:Joshua Leung
2013-09-01Mingw Compiling Fix - Conversion from int to unsigned char...Joshua Leung
2013-09-01use strict flags for lasso, boxpack, gsqueue and quadric's.Campbell Barton
2013-09-01use strict flags for scanfill, also replace shorts with unsigned shorts and i...Campbell Barton
2013-09-01move strict compiler checks into a header so its easier to manage in one plac...Campbell Barton
2013-08-31patch [#35928] View roll operatorCampbell Barton
2013-08-31text spacing was using DPI rather then the size of the text.Campbell Barton
2013-08-31text drawing glitche - highlight line was offset slightly from selection.Campbell Barton
2013-08-31remove calls to CTX_wm_region(C) when the region is already known.Campbell Barton
2013-08-31fix for ui glitch, pressing backspace over a button to reset to the default v...Campbell Barton