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
path: root/source
AgeCommit message (Expand)Author
2010-03-09mtex buffer copy & paste back for materials.Campbell Barton
2010-03-09Bugfix #21508: Hidden bones remain "selected" and are affected by transformsJoshua Leung
2010-03-09Fix [#21188] HueCorrection Node, when reseting Curve, it goes to a incline in...Matt Ebb
2010-03-09remove for bad-level-call & some minor changes to make camera switching neater.Campbell Barton
2010-03-09Bugfix #21117: Trying to select overlapping keys in the graph editor only cyc...Joshua Leung
2010-03-09Fix tiny drawing offset in file selectorMatt Ebb
2010-03-09Fix [#21519] UV Editor header doesn't update when changing proportional editi...Matt Ebb
2010-03-09Fix [#21145] Preferences: Solid OpenGL lights viewport updateMatt Ebb
2010-03-09Fix for earlier cache commit.Janne Karhu
2010-03-09Fix for: [#20937] Add brush doesnt work when disconnected hair option is enab...Janne Karhu
2010-03-09Fix for: [#21105] comb mode - bug with "free edit"Janne Karhu
2010-03-09Point cache optimization: only cache particles that are alive.Janne Karhu
2010-03-09Fix [#21047] Sample color too dark when not using color managmentMatt Ebb
2010-03-09Fix [#21022] Compositors File Output node doesn't use Colour ManagmentMatt Ebb
2010-03-09[#21433] Angular rotation snap issue, final value set is not snapped - SVN 27...Martin Poirier
2010-03-09* Fix for crash using texture nodes in displace modifierMatt Ebb
2010-03-09improve brush size keys so they dont change by 20 each time (bad for small br...Campbell Barton
2010-03-09option to use offscreen opengl drawing with the sequencer scene strips.Campbell Barton
2010-03-08image re-project now uses offscreen render function and has input for render ...Campbell Barton
2010-03-08move render operators into their own files, render_internal.c & render_opengl...Campbell Barton
2010-03-08Bugfix: multires save external was not working. Just disabled operator pollBrecht Van Lommel
2010-03-08Depsgraph: more tweaks to last commit to get it actually workingBrecht Van Lommel
2010-03-08Depsgraph: always execute scene camera as if it was on a visible layer,Brecht Van Lommel
2010-03-08Send object's modifiers were changed in conversion operator.Sergey Sharybin
2010-03-08Change airbrush rate min/max to allow lower values and add separateBrecht Van Lommel
2010-03-08- Fixed trouble with rendering curves with disabled modifiers, which areSergey Sharybin
2010-03-08Fixed segmentation fault when converting mesh to mesh with non-empty modifier...Sergey Sharybin
2010-03-08Fix [#21469] long paths can't be scrolled with the mouseMatt Ebb
2010-03-08workaround for [#21486] Python debuger pdb don't workCampbell Barton
2010-03-08commit from r27250 to fix bug #21433, broke local axis rotation for pose bone...Campbell Barton
2010-03-08Ctrl+RMB support for selecting markers when sync markers is enabled.Campbell Barton
2010-03-08Fixed segmentation fault error when entering curve's edit mode whenSergey Sharybin
2010-03-08option to transform markers in the dope sheet, needed for re-timing animation...Campbell Barton
2010-03-07rna image.file_format, can be set before saving to choose a file format from ...Campbell Barton
2010-03-07[#21433] Angular rotation snap issue, final value set is not snapped - SVN 27...Martin Poirier
2010-03-07Enable "Build" modifier for curves/surfaces.Sergey Sharybin
2010-03-07image editor user preference.Campbell Barton
2010-03-07Fix for convert_exec()Sergey Sharybin
2010-03-07mplayer preset, plays back movies and image sequences.Campbell Barton
2010-03-07No code chanced .. just tagging hot spots Jens Ole Wund
2010-03-07masking wast used for reprojectuion (used for stencil & normal falloff)Campbell Barton
2010-03-07fix for using an un-initialized pointer & quiet compiler wanring on raytrace ...Campbell Barton
2010-03-07flipping "tab as space" option (so it's on by default - argh ;)Dalai Felinto
2010-03-07re-project + gimp integration, now its easy to edit the view in the gimp and ...Campbell Barton
2010-03-07Tab as Space as a User Preference option. to affect new and loaded text files.Dalai Felinto
2010-03-07BGE 2D Filters: slightly change dfelinto patch to use SCA_IScene instead of K...Benoit Bolsee
2010-03-06re-project: operators for projecting from a view screenshot rather then a cam...Campbell Barton
2010-03-06disallow naming ID datablocks an empty string, this wont work, you cant selec...Campbell Barton
2010-03-06Full Path for GL include, fixing compile for scons. Thomas Dinges
2010-03-06python api function for rna objects: object.as_pointer()Campbell Barton