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
AgeCommit message (Expand)Author
2010-11-01Fix name, update others to match style.Guillermo S. Romero
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-31rename definition for enabling the game engine GAMEBLENDER==1 --> WITH_GAMEEN...Campbell Barton
2010-10-31Lock to CursorNathan Letwory
2010-10-30Fix for [#24374] VSE: Reassign Inputs ignores selection order.Janne Karhu
2010-10-30Fix for items 3 and 8 of [#24443] Trying to bake a smoke simulation crashes b...Janne Karhu
2010-10-29bugfix for grease pencil freeing order.Campbell Barton
2010-10-28bugfix [#24439] Smear 2D paint failsCampbell Barton
2010-10-28bugfix [#24287] Saving the render result through the API does not use the sce...Campbell Barton
2010-10-27Change /WX away for now, some odd thing going on between cloned environments....Nathan Letwory
2010-10-26move matrix decomposition out of object.c into BLI_math_matrix function: mat4...Campbell Barton
2010-10-26Added function RNA_property_update_check() to check if an update call is needed,Campbell Barton
2010-10-25bugfix [#24376] Fly mode disturbs the rotation or scale of the camera objectCampbell Barton
2010-10-24rna rename: use_inherit_rotate -> use_inherit_rotation, noticed _rotate is no...Campbell Barton
2010-10-24bugfix [#24357] Font folder can be specified but is not openedCampbell Barton
2010-10-24Added CMake macro REMOVE_STRICT_FLAGS(), this means developers can build with...Campbell Barton
2010-10-23CMake options to disable Decimate and Boolean Modifiers: WITH_MOD_BOOLEAN, WI...Campbell Barton
2010-10-23rename rna property Bone.use_hinge to use_inherit_rotate because use_hinge wa...Campbell Barton
2010-10-21bugfix [#24342] Wrong Bubble description when creation add-on without python ...Campbell Barton
2010-10-21Fix [#24348] Release confirm confusingNathan Letwory
2010-10-20== Paint ==Nicholas Bishop
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-17Disabling menu entry for adding "Python" F-Modifier.Joshua Leung
2010-10-17Reverting Cam's audio code changes from revision 32517. Part of it has been r...Joerg Mueller
2010-10-16Maybe now correct commit :°Nathan Letwory
2010-10-16Forgot to commit RNA part of revert in 32519Nathan Letwory
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-16Bugfix #23979: FCurve.keyframe_points.add(..., replace=True)Joshua Leung
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-15remove/tag unused args for view*.c, gpu*.c & image*.cCampbell Barton
2010-10-15Fix for [#23314] Comp node renaming breaks animationJanne Karhu
2010-10-15bugfix [#24247] Duplicating a Composite Group Node no User Count IconCampbell Barton
2010-10-15enable warning for unused args with gcc: -Wunused-parameterCampbell Barton
2010-10-13[#24128] Rigid Body Joint Constraint min/max limits [patch]Campbell Barton
2010-10-13bugfix [#24231] outliner not refreshed correctlyCampbell Barton
2010-10-13python api:Campbell Barton
2010-10-13bugfix [#23899] renderlayers are not working properlyCampbell Barton
2010-10-12[#24226] small inconsistency in user preferencesCampbell Barton
2010-10-07bugfix [#24168] verts[] was replaced with vertices[] but gives the old info t...Campbell Barton
2010-10-06[#24063] Error in RNA naming in SequenceCrop.min_x/y ;Campbell Barton
2010-10-05rename Command key to OSKey, Window manager already called it the OSKey but i...Campbell Barton
2010-10-05Fix #24135: Material modification not immediately updated in OutlinerSergey Sharybin
2010-10-05Fix for [#24107] Hair/General particle glitch- PresetsJanne Karhu
2010-10-05Fixed own typo in last commit to curve RNASergey Sharybin
2010-10-05Reorganisation of COLLADA import code. Classes have been split into their own...Nathan Letwory
2010-10-04Recalc knots when toggling nurb cyclic flagsSergey Sharybin
2010-10-03- rna bugfix where ints were not clamped and would overflow, now raise an err...Campbell Barton
2010-10-03py/rna access to setting the header text - can be used in modal operators.Campbell Barton