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-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-08BGE BugFix: [#24052] Can't change dynamic object's orientation using python (...Dalai Felinto
2010-12-08bug [#25081] changes to pose bone selection state via python have no effect.Campbell Barton
2010-12-08fix for own change r33524, at the moment the context always has to be valid, ...Campbell Barton
2010-12-08Changed armature active bone so it is separate from selection this is consist...Campbell Barton
2010-12-08fix [#25088] Add spot lamp causing crashCampbell Barton
2010-12-08Fix for [#25079] Duplicating object with particles system on it make Blender ...Janne Karhu
2010-12-07Fix #25085: Enabling "Show Cone" on dupliverted buffer spots crashes BlenderSergey Sharybin
2010-12-07"Particle" texture coordinates for halo materials:Janne Karhu
2010-12-07- fix for crash with constraint UI when using with a pinner object, with None...Campbell Barton
2010-12-07Bug fix: Halos didn't use texture alphaJanne Karhu
2010-12-07Bugfix #24163a: Unable to animate INSIDE a group node in the compositorJoshua Leung
2010-12-07Bugfix #25049: Compositing Nodes not KeyframableJoshua Leung
2010-12-07bugfix [#25074] visible, selectable and render toggles in outliner not availableCampbell Barton
2010-12-07fix for own mistake, reported [#25076] Creating new empty crashes BlenderCampbell Barton
2010-12-07error checking for setting operator string values for python operators, and g...Campbell Barton
2010-12-072D text drawingCampbell Barton
2010-12-07minor internal python api change - pass the context rather then getting from ...Campbell Barton
2010-12-07bugfix [#25073] Rendered image goes dim when saved from python batch scriptCampbell Barton
2010-12-07pass along the context to extension functions, this was already being done in...Campbell Barton
2010-12-07Added an assert() check for normalized quats which exposed a number of bugs w...Campbell Barton
2010-12-07BGE BugFix: [#21246] Some values for ipoactuator.frameEnd and frameStart make...Dalai Felinto
2010-12-07mathutils quaternion axis/angle access was broken for non unit lenth quats, w...Campbell Barton
2010-12-07incorrect paranoid check for drawing texture face mode with no faces, it woul...Campbell Barton
2010-12-07fix for crash on missing NULL check,Campbell Barton
2010-12-07Got rid of old-school searching CVs for index update.Sergey Sharybin
2010-12-06Bugfix #25060Ton Roosendaal
2010-12-06Bugfix #25003Ton Roosendaal
2010-12-06Update curve animation data when loading UndoCurve -- fixes memory corruptionSergey Sharybin
2010-12-06Sync fix with render branch. Solves crash with ob->bb not found.Ton Roosendaal
2010-12-06Curves CV animationSergey Sharybin
2010-12-06Bugfix #25023 (additional remark, not report itself)Ton Roosendaal
2010-12-06Curves shape keys:Sergey Sharybin
2010-12-06include getset's for generating module docs.Campbell Barton
2010-12-06CMake: use a global list to store libraries built rather then cmake_blender_l...Campbell Barton
2010-12-06bugfix [#24967] bge.KX_GameObject.worldAngularVelocity does not work, breaks ...Campbell Barton
2010-12-06bugfix [#24995] Object rotation seems to be applied incorrectlyCampbell Barton
2010-12-06bugfix [#25057] Vertex paint - Cannot select or paint vertices of obscured ve...Campbell Barton
2010-12-06[#25030] Grease Pencil active_frame_delete() deletes wrong layerCampbell Barton
2010-12-06bugfix [#25046] Bold and Italics checkboxes for Text objects seem to do nothingCampbell Barton
2010-12-06[#25047] Deletion of any custom key map item remove always first oneMartin Poirier
2010-12-06bugfix [#22663] object material slots not updated for library dataCampbell Barton
2010-12-06- converted path cleaning on file load to use bPath Iterator functions - imag...Campbell Barton
2010-12-06use BLI_strnlen rather then strlen when comparing against fixed lengths.Campbell Barton
2010-12-06bpath iterator updatesCampbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-05Bugfix #25041Ton Roosendaal
2010-12-05Bug fix #25042Ton Roosendaal
2010-12-05Object transparency setting should only show on MESH typeDaniel Salazar
2010-12-05Fix part of #25040: rendering multiple scenes from compositing nodes didn'tBrecht Van Lommel