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
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-09-20Minor: Other UI strings typos and tweaks.Bastien Montagne
2011-09-20fix from Juha Mäki-Kanto (kanttori), was calculating connectivity data when ...Campbell Barton
2011-09-20changes for materials to treat them as shorts not int/chars (since they are s...Campbell Barton
2011-09-20texface - quick speedupDalai Felinto
2011-09-20fix for bug in do_version_tface(), was assigning 'tf->mode' before tf was def...Campbell Barton
2011-09-20fix possible crasg in recent texface commit - material pointer could be used ...Campbell Barton
2011-09-20tidy upCampbell Barton
2011-09-20fix for warnings after texface commit, also comment blender sphinx theme for ...Campbell Barton
2011-09-19TexFace to Material Settings big patchDalai Felinto
2011-09-19style changes & use faster looping on vertex weights, also loop on face verts...Campbell Barton
2011-09-19SVN maintenance.Guillermo S. Romero
2011-09-19remove unused arg & some style edits on radish merge, also reverted odd chang...Campbell Barton
2011-09-19Merging radish branch into trunk.Jason Hays
2011-09-19Merged 40338-40364soc-2011-radishJason Hays
2011-09-19attempt to fix windows/scons issue I caused in a recent commit.Campbell Barton
2011-09-19edits to argument parsing for Euler.rotate_axis, also corrected some exceptio...Campbell Barton
2011-09-19vgroup_validmap needed to be assigned when locks were active.Jason Hays
2011-09-19add back mathutils Matrix() * Vector(), this is row_vector multiplication.Campbell Barton
2011-09-19Blenfont: fix use incorrect clear of ascii glyph cache, leading to crashBrecht Van Lommel
2011-09-19/blender/makesrna: Removed final points in UI strings and messages.Bastien Montagne
2011-09-19Sequencer: switching to preview mode works fine againSergey Sharybin
2011-09-19Move function out of mathutils to: BLI_math_rotation --- single_axis_angle_to...Campbell Barton
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-19remove Buffer.list, deprecated before 2.59 release.Campbell Barton
2011-09-19Curve back/front fill changes:Sergey Sharybin
2011-09-19Fix for add hook/vertex parent for meshesSergey Sharybin
2011-09-19replace WORDS_BIGENDIAN with __BIG_ENDIAN__Campbell Barton
2011-09-19cleanup endian handlingCampbell Barton
2011-09-19remove WITH_* defines from image formats, instead just dont build the files a...Campbell Barton
2011-09-19svn merge ^/trunk/blender -r40311:40338Campbell Barton
2011-09-19remove duplicate variable - wpaint_make_validmap(ob) was being called twice ...Campbell Barton
2011-09-19refactor wpaint_stroke_update_step not to call expensive functions per-vertex...Campbell Barton
2011-09-19edits to radish before merge with trunkCampbell Barton
2011-09-18Split do_weight_paint_vertex() to isolate the simple case.Jason Hays
2011-09-18add back object update function for auto-normalize too.Campbell Barton
2011-09-18allow multiple bones to be selected in weight paint mode in a less complicate...Campbell Barton
2011-09-18style changes onlyCampbell Barton
2011-09-18replace malloc of a single DeformVertex with stack variable.Campbell Barton
2011-09-18add back GPL2+ header to paint_utils.c, copied from editface.c since some of ...Campbell Barton
2011-09-18add old style nan GPL2+ header to sound.c since this file is from rev2 and sh...Campbell Barton
2011-09-18patch [#28684] Image pack/unpack() implementation.Campbell Barton
2011-09-18replace strnlen with BLI_strnlen & some style changes.Campbell Barton
2011-09-18fix for crash loading a file saved with fluidsim when blenders compiled with ...Campbell Barton
2011-09-18blf - further shrink drawing functions & some style changes.Campbell Barton
2011-09-18blf code - no functional changes.Campbell Barton
2011-09-18Fix for [#28672] Blender segfault after exiting a game that was opened with a...Joerg Mueller
2011-09-18Minor: Other UI strings typos and tweaks.Bastien Montagne
2011-09-18Changed the branch code markers to say "Radish" in response to a review.Jason Hays
2011-09-18added back scene/object update function, its needed for multipaint switching.Campbell Barton