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-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-22bmesh: debugging function to help resolve issues with corrupt mesh data - BM_...Campbell Barton
2012-03-22fix for python called operators getting/setting the operator last used state,...Campbell Barton
2012-03-22style cleanup: enforce macros using a semicolon.Campbell Barton
2012-03-22fix [#30623] user-defined render presets bugCampbell Barton
2012-03-22Fix #30504 selecting self-intersecting face loop won't work correctly.Antony Riakiotakis
2012-03-22fix issue with own recent commit - was accessing freed 'wm' on loading files.Campbell Barton
2012-03-21== Sequencer ==Peter Schlaile
2012-03-21Fix for crash on selecting loop in cases when some edges aren't connected to ...Sergey Sharybin
2012-03-21Use linear interpolation for intersecting tracks when joining them together.Sergey Sharybin
2012-03-21Tracking objects were creating with zero scale.Sergey Sharybin
2012-03-21Quick fix to broken text editor/console from r45051.Bastien Montagne
2012-03-21Fix #30616: Inconsistency Del and Backspace of resetting valuesSergey Sharybin
2012-03-21Fix blenderplayer utf8 cmake for MinGW (linking order matters for gcc)Antony Riakiotakis
2012-03-21move some bmesh headers into intern/ since they are not used externally.Campbell Barton
2012-03-21fix [#30613] B-mesh - inset created invalid meshCampbell Barton
2012-03-21partial fix for bug [#30613], inset creating invalid meshes, however its stil...Campbell Barton
2012-03-21style cleanup: bmeshCampbell Barton
2012-03-21fix [#30617] regression: select similar no thresholdCampbell Barton
2012-03-21wm/operator code:Campbell Barton
2012-03-21bmesh docs:Campbell Barton
2012-03-21starting blender with -W option would cause other windows (like user preferen...Campbell Barton
2012-03-21patch [#30593] Minor 3D View Hint ChangesCampbell Barton
2012-03-21fix for Quaternion.to_axis_angle() returning a zero axis vector.Campbell Barton
2012-03-21Fix for compiling bplayer on cmake/win after adding utf support.Alexander Kuznetsov
2012-03-21patch [#30602] Wiki Quick Hack: Apply Transformation To LatticesCampbell Barton
2012-03-21spelling cleanup: tesselate -> tessellate (last of these found)Campbell Barton
2012-03-21disable re-using 'number_cuts' setting on operators, problem was that you cou...Campbell Barton
2012-03-21patch from Richard Shaw, exclude ffmpeg files when its disabled.Campbell Barton
2012-03-21fix to possible bug running python callbacks - bpy.app.handlers.* to support ...Campbell Barton
2012-03-21Smoke bugfix: Collision objects were completely broken in some cases since no...Daniel Genrich
2012-03-20Fix related #30606: missing undo push editing node inputs in properties editor.Brecht Van Lommel
2012-03-20Fix #30543: tessellating ngons with small angles was failing. There was a quiteBrecht Van Lommel
2012-03-20Remaining fix for #30606. Added a simple link limit check when replacing node...Lukas Toenne
2012-03-20Smoke bugfix: Fix copy paste + bad "if's" resulting in missing releation in d...Daniel Genrich
2012-03-20Fix #30600: extrude in vertex select mode did not copy attributes like smooth...Brecht Van Lommel
2012-03-20Correction for previous commit to make normals direction always insideSergey Sharybin
2012-03-20Partial fix for #30606. In node tree updates also update the sock->link point...Lukas Toenne
2012-03-20Fix #30420: Metaball Shading Inverted in Raytrace Reflection (Blender Internal)Sergey Sharybin
2012-03-20Port mball_to_mesh to use polys.Sergey Sharybin
2012-03-20Fix for [#30445] Particle simulation, rekey crashes blenderJanne Karhu
2012-03-20Fix #30590: Crash in multires when undoing extrude [File incl.]Sergey Sharybin
2012-03-20temp disable inset boundary option, it can make invalid meshes, need to look ...Campbell Barton
2012-03-20replace SETCOL defines with inline function: rgba_char_args_setCampbell Barton
2012-03-20rename define BM_INLINE -> BLI_INLINE to avoid confusion with bmesh defines.Campbell Barton
2012-03-20Fix uninitialized variable in multires apply base.Nicholas Bishop
2012-03-20py/rna api - fix for an empty enum flag with no members being displayed as {}...Campbell Barton
2012-03-20fix [#30589] RNA function descriptions not showing in Python console on autoc...Campbell Barton
2012-03-20fix [#30583] very old blend files are loading post-bmesh with no face/uv info...Campbell Barton
2012-03-20style cleanupCampbell Barton