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-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-19/blender/makesrna: Removed final points in UI strings and messages.Bastien Montagne
2011-08-04fix for building with clang. makesrna wasnt linking with sqrtCampbell Barton
2011-07-26correct misc warningsCampbell Barton
2011-07-19update to patch from Andrew Hale - obj.closest_point_ob_mesh() now takes an o...Campbell Barton
2011-07-17patch [#28001] Find the nearest point on an object to the given locationCampbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-03-16api function added for [#26481] Export to X3D of IndexedFaceSet should use X3...Campbell Barton
2011-03-14RNA API RenameCampbell Barton
2011-03-03replace 0 with NULL when used as a pointerCampbell Barton
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
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