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-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-23- fix python error for poselib UI when none is active.Campbell Barton
2011-02-20misc warnings/fixesCampbell Barton
2011-02-19Adding support for the "media" play/pause/stop/next/prev buttonsJoshua Leung
2011-02-13Fix for [#25857] create_dupli_list incorrect behaviour with particle systemsJanne Karhu
2011-01-12fix [#25590] Export to X3D of Text object does not assign material to object ...Campbell Barton
2011-01-10comment/remove various unused vars,Campbell Barton
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-03rna/apiCampbell Barton
2010-12-08pedantic word ordering change.Campbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-11-22bugfix [#20768] Project Snap BrokenCampbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-12bugfix [#24661] Object.find_armature() only works on meshesCampbell Barton
2010-08-27rna apiCampbell Barton
2010-06-09rename rna function obj.make_display_list(scene) --> obj.update(scene)Campbell Barton
2010-05-23- base_object.layers_from_view(view3d), needed for setting local layersCampbell Barton
2010-04-06Object API changes so these functions now require a scene as first argument:Brecht Van Lommel
2010-03-24remove unused rna includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11Operation Dot-Kill finishedDaniel Salazar
2010-01-26rename defgroup functions to be more consistant.Campbell Barton
2010-01-24RNA functionsElia Sarti
2010-01-06fix for crash when setting a shapekeys name in rna, (probably other propertie...Campbell Barton
2010-01-02RNA Ray casting function for python access, uses BVH acceleration structure (...Campbell Barton
2009-12-28- object.add_shape_key(name="Key", from_mix=True)Campbell Barton
2009-12-05simple fix [#20218] Object.is_visible() don't reflect visibilityCampbell Barton
2009-11-13arbitrary property and function support for rna properties (arrays and collec...Campbell Barton
2009-11-11object.constraints.add()/remove()/active, same for PoseChannelCampbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-09-23remove rna function convert_to_triface because it uses an internal editmesh f...Campbell Barton
2009-09-22minor fixes for merge of soc-2009-kazanbas, rev23422Campbell Barton
2009-09-22Manual merge of soc-2009-kazanbas branch:Arystanbek Dyussenov
2009-09-16- bpy.data.sounds was a collection of ID's rather then SoundsCampbell Barton
2009-09-16- rna/python api object.create_render_mesh(...) support for getting a mesh fr...Campbell Barton
2009-09-15Undo revision 23130 which was a merge with 2.5, a messy one because I did som...soc-2009-kazanbasArystanbek Dyussenov
2009-09-14use static functions where possible for some local functions.Campbell Barton
2009-09-11Merge with -r 22620:23107.Arystanbek Dyussenov
2009-08-19Various fixes in rna_*_api.c files to remove compiler warnings.Arystanbek Dyussenov
2009-08-12- converted 3ds exporter to 2.5 APIArystanbek Dyussenov
2009-08-08Added Object.find_armature() to find armature connected to object. Previously...Arystanbek Dyussenov
2009-08-03Merge with 2.5 -r 21756:22173.Arystanbek Dyussenov
2009-07-28- lamp UI was missing y samples for rectangle area lampsCampbell Barton
2009-07-22FBX exporter:Arystanbek Dyussenov
2009-07-17FBX exporter conversion almost done.Arystanbek Dyussenov
2009-07-16- replaced Object.create_mesh body with 2.4x API's Mesh.createFromObject code...Arystanbek Dyussenov
2009-07-13- FBX exporter conversion continuedArystanbek Dyussenov
2009-07-03- added API functions:Arystanbek Dyussenov