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
2011-08-21Fix #28154: linux3-config.py doesn't existSergey Sharybin
2011-08-19warning cleanup for -Wdouble-promotionCampbell Barton
2011-08-15Code cleanup: add UNUSED_FUNCTION macro to avoid warning messages about unusedBrecht Van Lommel
2011-08-12Code cleanup: replace some manual setting of ob->recalc with DAG_id_tag_update,Brecht Van Lommel
2011-08-12soft limits for add object rotation value, without cont. grab it would get to...Campbell Barton
2011-08-08fix [#28178] make single user copy of object data doesn't workCampbell Barton
2011-08-06remove copy modifiers function, now handled in link data operator.Campbell Barton
2011-07-30quiet some compiler warnings & fix possible (but unlikely) crash.Campbell Barton
2011-07-26correct misc warningsCampbell Barton
2011-07-23bugfix: [#28026] Copy Game Property brokenDalai Felinto
2011-07-21Fixed bug with multires baking to float buffers.Sergey Sharybin
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-16Fixed crash of multires baker when baking from sculpt mode.Sergey Sharybin
2011-07-09Wrong tooltip for OBJECT_OT_make_links_scene() operator.Ton Roosendaal
2011-07-06Fix #27883: object actions did not get duplicated on full scene copy.Brecht Van Lommel
2011-07-05Fix part of #27858: crash trying to apply subsurf modifier as shape key,Brecht Van Lommel
2011-07-01fix [#27820] foreach_get on bpy_prop_collections returns weird resultsCampbell Barton
2011-07-01Fix #27816: Outliner does not update when parents are clearedSergey Sharybin
2011-06-30improve error report [#27775] External Image Editor Preference does not work Campbell Barton
2011-06-30replace inline loops for get_weights_array with calls to defvert_find_weight()Campbell Barton
2011-06-30minor change in logic for adding a new hook, ignore zero weight verts in a vg...Campbell Barton
2011-06-29fix [#27800] Tooltips for shading mode options the wrong way round.Campbell Barton
2011-06-27Minor warning cleanup & fixCampbell Barton
2011-06-20fix for incorrect bake api usage. but not a bug.Campbell Barton
2011-06-15Code cleanup: remove unused shaded draw mode code.Brecht Van Lommel
2011-06-15de-duplicate multires image filter function. (no functional change)Campbell Barton
2011-06-15fix [#27662] Storing png/tga images ignore Alpha settingsCampbell Barton
2011-06-13Fix #27570: apply button for modifiers required the modifier to be enabled, weBrecht Van Lommel
2011-06-09fix for memory leak re-binding meshes.Campbell Barton
2011-06-07draw sequences with invalid effect frame ranges pink to highlight they are in...Campbell Barton
2011-06-07fix for vertex group copy to selectedCampbell Barton
2011-06-06One more debug line was deleted from multires bakers.Sergey Sharybin
2011-06-06Fix for new baker and float images. Also removed code used for debugging.Sergey Sharybin
2011-06-06fix [#27572] Mirror Shapekey and Mirror vertex Group not working for Lattice.Campbell Barton
2011-06-06Bake from multires meshSergey Sharybin
2011-06-05Changed "Convert" to "Convert to" since the first one is incorrect. Removed s...Daniel Salazar
2011-05-31cmake maintenanceCampbell Barton
2011-05-26add the property as an argument to enum item functions, not used yet but need...Campbell Barton
2011-05-22fix [#27443] "Make single user Material+Tex" doesn't work for texturesCampbell Barton
2011-05-15Patch [#27344] 300+ New/changed tooltips by Davis Sorenson (dsavi). Thanks a ...Thomas Dinges
2011-05-15Do not remove MDISPS customdata layer when removing multires modifierSergey Sharybin
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-05-10Fix #27217: Bézier control points moves bizarreSergey Sharybin
2011-05-07fix [#27298] Alt + RMB always extends selectionCampbell Barton
2011-05-04fix [#26920] working with bones causes segmetation fault.Campbell Barton
2011-05-03replace OBJECT_OT_location_apply, OBJECT_OT_scale_apply, OBJECT_OT_rotation_a...Campbell Barton
2011-04-23fix for possible crash using an un-initialized pointer when getting a vertex ...Campbell Barton
2011-04-22cancelling bake wasn't freeing the bake mask.Campbell Barton
2011-04-21pass even mouse coords value as const so its not edited, view3d_get_view_alig...Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton