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-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
2011-01-11Todo #22395: Restoring Grease Pencil Editing Mode in DopeSheet EditorJoshua Leung
2011-01-10rna collection sizes for face data layers were invalid.Campbell Barton
2011-01-10comment/remove various unused vars,Campbell Barton
2011-01-10comment dead code from RNA_pointer_create(), was finding the id pointer type ...Campbell Barton
2011-01-10Restoring "Pose Markers"Joshua Leung
2011-01-09Viscoelastic springs for sph particle fluids, original patch by Stephen White...Janne Karhu
2011-01-09rename BKE_assert() --> BLI_assert().Campbell Barton
2011-01-09Fix typo in particle rnaMatt Ebb
2011-01-09remove unused vars, comment some which look like they could be useful still. ...Campbell Barton
2011-01-08Proportional editing:Ton Roosendaal
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-07Revert bump mapping patch for now, backwards compatibility is not good enough,Brecht Van Lommel
2011-01-07Improved bump mapping patch by M.G. Kishalmi (lmg) and M.S. Mikkelsen (sparky).Brecht Van Lommel
2011-01-07New hair child options:Janne Karhu
2011-01-07cmake: share the DNA_*.h list definition between makesrna and makesdnaCampbell Barton
2011-01-07patch [#25440] Object.vertex_group fixin'Campbell Barton
2011-01-06Todo item:Ton Roosendaal
2011-01-06Improve reliability when setting property editor context via rnaMatt Ebb
2011-01-06fix for error in own recent commit, r34098.Campbell Barton
2011-01-05Todo item:Ton Roosendaal
2011-01-05fix for py/rna mesh.materials[:] where empty materials exist, would raise a r...Campbell Barton