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-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
2011-01-05py api function to tag all ID blocks, was available in 2.4x as.Campbell Barton
2011-01-05Animation data for lattices is now shown in the Animaton EditorsJoshua Leung
2011-01-04fix for makesrna error on windows where files cant be removed when open.Campbell Barton
2011-01-04print a message if the file cant be removed, may help narrow down why there a...Campbell Barton
2011-01-04Grease Pencil: Redo for sketching sessions now worksJoshua Leung
2011-01-04Grease Pencil Todos: "Sketching Sessions"Joshua Leung
2011-01-03Todo itemTon Roosendaal
2011-01-03rename layout.red_alert to alert, may be themeable some day.Campbell Barton
2011-01-03DAG_id_tag_update was being called with non object ID's and OB_RECALC_* flags...Campbell Barton
2011-01-032.4x <-> 2.5 Regression Fixes: Shapekey ProblemsJoshua Leung
2011-01-03fix for [#25470] single property driver vars don't updateCampbell Barton
2011-01-03rna/apiCampbell Barton
2011-01-03remove rna func scene.collada_export(), export functions dont exist for any o...Campbell Barton
2011-01-03"Red-Alert" flags can now be set on UI layouts via the RNA API tooJoshua Leung