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
2012-06-07adding mask points now adds in the correct place relative to shape keys (upda...Campbell Barton
2012-06-07fix for crash with recent color commits to draw-object, this case wasnt handl...Campbell Barton
2012-06-07fix for crash with selecting camera bundles.Campbell Barton
2012-06-07Bugfix [#31723] Renderer (internal) ignores keyframes on 'Compositing' checkboxJoshua Leung
2012-06-07Fix #31725: UV map order is ignored when opening in 2.6+ versionsSergey Sharybin
2012-06-07fix for buffer overrun on windows by kjym3 on IRC.Campbell Barton
2012-06-07fix for armature specular material color overriding the wire color when insta...Campbell Barton
2012-06-07dont draw bone names/axis inside duplicatorsCampbell Barton
2012-06-07Fix [#31430] part 2: crash in iTaSC when end effector is a fixed bone. This s...Benoit Bolsee
2012-06-07Fix unaligned array crash in Eigen3 because of compilation option. The EIGEN_...Benoit Bolsee
2012-06-07fix for error in previous commit.Campbell Barton
2012-06-07Fix #31734: Edge slide operator Flip/Even options not workingSergey Sharybin
2012-06-07improvement to handle recalculation, only do this on auto-handles when they a...Campbell Barton
2012-06-07Code cleanup - Shuffled solve_parenting() function around to remove need forJoshua Leung
2012-06-07Bugfix [#31735] Performance issue related to object parenting to armatureJoshua Leung
2012-06-07Some slight refactoring of the BGE's LibLoad code to make things a bit cleane...Mitchell Stokes
2012-06-07Fixing some potential heap corruption issues in the Blenderplayer when it is ...Mitchell Stokes
2012-06-07Cycles: border render now works in the viewport, when looking through theBrecht Van Lommel
2012-06-07style cleanupCampbell Barton
2012-06-07fix for bug where auto-handles were not calculated correctly for animated cur...Campbell Barton
2012-06-07code cleanup: remove unused mask argsCampbell Barton
2012-06-06disable group/object selection in the outliner, it slows down drawing far too...Campbell Barton
2012-06-06group outliner option to instance selected groups in the scene.Campbell Barton
2012-06-06Changed semantic of recently added start_frameSergey Sharybin
2012-06-06replace glGetFloatv(GL_CURRENT_COLOR, col_f); with the current wire color arg.Campbell Barton
2012-06-06pass the object wire color along to drawing functions, too many places would ...Campbell Barton
2012-06-06style cleanup: (indentation)Campbell Barton
2012-06-06mask modeCampbell Barton
2012-06-06Cloth: Add support for "Self Collision Vertex Group".Daniel Genrich
2012-06-06recalc animated mask deformations on load.Campbell Barton
2012-06-06- background images now draw in opengl renderCampbell Barton
2012-06-06Fix scons + smoke not working. it seems like the definition + include file ar...Antony Riakiotakis
2012-06-06Adding back Dutch language, as it seems we found a translator for it. :)Bastien Montagne
2012-06-06Corrected documentation for intersect_point_quad_2d to match exactly howSergey Sharybin
2012-06-06support negative indexing with SequenceElements.pop() - like python does, -1 ...Campbell Barton
2012-06-06fix for building without smoke.Campbell Barton
2012-06-06Enabling smooth modifier for curvesDaniel Salazar
2012-06-06Smoke: Fix rna names as suggested by Thomas Dinges. Daniel Genrich
2012-06-06Smoke: Make Smoke density available to python via rna.Daniel Genrich
2012-06-06style cleanupCampbell Barton
2012-06-06style cleanupCampbell Barton
2012-06-05operator to reset feather weights on all shape keysCampbell Barton
2012-06-05edge split modifier now works more like pre-bmesh --- 3+ faces using an edge ...Campbell Barton
2012-06-05Configurable start frame for movie clip datablocks as alternative to automati...Sergey Sharybin
2012-06-05shrink/fatten now works with proportional editmode on curves.Campbell Barton
2012-06-05shrink/fatten transform for mask - adjusts the feather weight.Campbell Barton
2012-06-05mask point slide now accounts for scaled bezier weights,Campbell Barton
2012-06-05change how the weight for feather points are calculated with masking, instead...Campbell Barton
2012-06-05code cleanup: mask feather weight - add in checks for u==1 or u==0Campbell Barton
2012-06-05code cleanup: helper functions for masking.Campbell Barton