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-10-31rename definition for enabling the game engine GAMEBLENDER==1 --> WITH_GAMEEN...Campbell Barton
2010-10-31Lock to CursorNathan Letwory
2010-10-31building the BGE without bullet works again.Campbell Barton
2010-10-31dont build blender/kernel if the game engines disabled.Campbell Barton
2010-10-31Minor speedups for 3D view text drawing ~10-15% improved frame-rate with part...Campbell Barton
2010-10-31Sequence editor code cleanupJanne Karhu
2010-10-30fix for own mistake with mat4_to_loc_rot_size(), flipping the scale on negati...Campbell Barton
2010-10-30change mat4_to_eulO, mat3_to_eulO to calculate 2 rotations and return the sma...Campbell Barton
2010-10-30the pivot constraint was translating when the pivot was offset along the rota...Campbell Barton
2010-10-30Fix for [#24458] Problem with Axis Angle rotationJanne Karhu
2010-10-30warning/portability fixes.Campbell Barton
2010-10-30Fix for [#24448] User Preferences - Interface - Mini Axis - Brightness, none ...Janne Karhu
2010-10-30Fix for [#23318] SEQUENCER EFFECT: Glow blur amount should be relativeJanne Karhu
2010-10-30Fix for [#24374] VSE: Reassign Inputs ignores selection order.Janne Karhu
2010-10-30Fix for [#24409] Particle corruption after rendering with multiresJanne Karhu
2010-10-30Fix for items 3 and 8 of [#24443] Trying to bake a smoke simulation crashes b...Janne Karhu
2010-10-30Build fix by Mike SDaniel Salazar
2010-10-30use PyImport_ExtendInittab for py module initialization rather then adding to...Campbell Barton
2010-10-29bugfix [#23155] Metastrip contents area allowed to move vertically, occasiona...Campbell Barton
2010-10-29Fix for[#24422] Crash when switching to Point Select Mode - particle hairJanne Karhu
2010-10-29Fix for [#24430] Hair Dynamics ProblemJanne Karhu
2010-10-29bugfix for grease pencil freeing order.Campbell Barton
2010-10-28bugfix [#24439] Smear 2D paint failsCampbell Barton
2010-10-28bugfix [#24428] Interface Regions will not keep relative proportionsCampbell Barton
2010-10-28bugfix/patch [#24431] Fast Gaussian produces wrong results for higher resolut...Campbell Barton
2010-10-28bugfix [#24432] HS+V color pickerCampbell Barton
2010-10-28for the color picker functions use UI_GRAD_* constants rather then numbers, n...Campbell Barton
2010-10-28partial bugfix [#24425] Blender 2.54 Beta crashes when starting renderingCampbell Barton
2010-10-28bugfix [#24287] Saving the render result through the API does not use the sce...Campbell Barton
2010-10-27bugfix [#24418] NLA Crashes blender on UndoCampbell Barton
2010-10-27bugfix [#24341] Problems running blender headlessCampbell Barton
2010-10-27Fix for [#24401] Fluid particles leak through walls of moving objectJanne Karhu
2010-10-27remove include paths which dont exist, fix for doc upload script which was ge...Campbell Barton
2010-10-27Commit new splash and bump version. Ready for tagging!v2.55Nathan Letwory
2010-10-27fix for shift offset in own recent commit for drawing the camera border in ca...Campbell Barton
2010-10-27Revert /WX here until fix in Blender.py is done.Nathan Letwory
2010-10-27[#24414] Render hanging on small render border.Campbell Barton
2010-10-27recent fix r32626 for [#24339] wasnt correctly clamping the depth rectangle, ...Campbell Barton
2010-10-27Convenience defines SEP and ALTSEP (python has these), move BLI_*_slash funct...Campbell Barton
2010-10-27workaround for python bug [#24400] If Script is executed with TEXT Editor, it...Campbell Barton
2010-10-27Fix [#23972] 2.54 beta crashes when rendering scene with many volume objectsMatt Ebb
2010-10-27Change /WX away for now, some odd thing going on between cloned environments....Nathan Letwory
2010-10-27bugfix #24334] Filename looses all parts after a dot when savingCampbell Barton
2010-10-27Don't reset view clipping to 0.1 on entering local view, if you're working on Matt Ebb
2010-10-27Revert 32710 for now, otherwise can't test release building with scons.Nathan Letwory
2010-10-27keep the view centered with camera shift, camera view grease pencil intention...Campbell Barton
2010-10-27dont use const for matrix arg, since it needs to be cast in most cases.Campbell Barton
2010-10-26partial bugfix [#24002] Constraint "Limit rotation" doesn't work properlyCampbell Barton
2010-10-26move matrix decomposition out of object.c into BLI_math_matrix function: mat4...Campbell Barton
2010-10-26blenderplayer building again in CMake+MSVCDalai Felinto