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-01-29new bumpmapping options for the rendererM.G. Kishalmi
2011-01-28Small feature request: using texture buttons (mapping) now updatesTon Roosendaal
2011-01-28More logical ordering of Empty draw types. Made Plain Axes default forDaniel Salazar
2011-01-27Bugfix [#25707] / Todo Item: "Local Space" for Object constrainingJoshua Leung
2011-01-27Usability issue noted while self-testing some stuff...Joshua Leung
2011-01-27Bullet-proofing mesh vertex group RNA wrapping, after double checkingJoshua Leung
2011-01-27"Bugfix" (otherwise known as another ZanQdo Feature Request)Joshua Leung
2011-01-26ShapeKeys RNA Wrapping: Code cleanupJoshua Leung
2011-01-25improve unregister error check not to loop over parent classes properties (wo...Campbell Barton
2011-01-25fix [#25748] Addons register parameters/functions more than onceCampbell Barton
2011-01-25property lookups on structs was doing a listbase search even if the hash was ...Campbell Barton
2011-01-24fix [#25776] Crash when operator's bl_idname has more than one dotCampbell Barton
2011-01-24Raise an exception when registering classes with ID names which are too long....Campbell Barton
2011-01-23BGE: option in the UI to start with the mouse cursor visible. Patch by Vitor ...Dalai Felinto
2011-01-23Panels that have the "no header" flag set are now always drawn first in a tab...Janne Karhu
2011-01-23correct own bad spellingCampbell Barton
2011-01-23Logic UI: ParentActuator fix + PropertyActuator tooltip improvementDalai Felinto
2011-01-22"Fix" for [#25766] Fluid Particle BugsJanne Karhu
2011-01-21Logic UI + missing listener in Outliner - changes on Armature Sensor and Visi...Dalai Felinto
2011-01-21Logic UI: more tooltips, adding (blank = all objects) for the Property field...Dalai Felinto
2011-01-21BGE Logic UI: Near Sensor tooltip updateDalai Felinto
2011-01-21correct fix for [#25737] Console error messageCampbell Barton
2011-01-21Bugfix [#25737] Console error messageJoshua Leung
2011-01-19Added missing updates for NLA RNA settingsJoshua Leung
2011-01-18rename fcurve.keyframe_points.add() --> insert()Campbell Barton
2011-01-18bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-18fix missing notifier [#25682] bpy.data.materials['XXX'].texture_slot.clear(0)...Campbell Barton
2011-01-17Bugfix #25681Ton Roosendaal
2011-01-17misc maintenance changesCampbell Barton
2011-01-16Adding links to groups using the links.new function in RNA wasn't updating th...Lukas Toenne
2011-01-16Fixed bug [#25649] Image editor paint icon missing until enter weightNicholas Bishop
2011-01-16defining types via python gave confusing errors because DefRNA.laststruct was...Campbell Barton
2011-01-15remove/comment unused defines.Campbell Barton
2011-01-14Todo item #19816: Wave modifier does not affect Curve PathsSergey Sharybin
2011-01-14Bugfix [#25623] Intensity for Voxel data partially linked withJoshua Leung
2011-01-13feature request from colin levy, camera lens stamp.Campbell Barton
2011-01-13bugfix [#25588] Not work fcurve.keyframe_points.addCampbell Barton
2011-01-13fix for NULL missing pointer check, reported on IRC by admix.Campbell Barton
2011-01-13remove/comment unused varsCampbell Barton
2011-01-12fix [#25590] Export to X3D of Text object does not assign material to object ...Campbell Barton
2011-01-12modification to Joshua's commit r34270,Campbell Barton
2011-01-12comment array/collection skip(), since there was some confusion in this area ...Campbell Barton
2011-01-12Patch [#24808] B-Bone display sizeJoshua Leung
2011-01-12Patch [#24763] NLA Track & Strip methodsJoshua Leung
2011-01-12"Pointer" properties can now be reset to some kind of "default" valueJoshua Leung
2011-01-11bugfix - collection index lookups was not working correctly when some items w...Campbell Barton
2011-01-11revert own recent fix for collection length, this is incorrect, the bug needs...Campbell Barton
2011-01-11remove misc unused vars and correct theme name for face angles.Campbell Barton
2011-01-11change rna function action.fcurves.add() so options an enum flag rather then ...Campbell Barton
2011-01-11- bpy.data.lamps.new() now takes a type argument since lamp type also sets cl...Campbell Barton