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-10-20- add BLI_string_utf8.h for unicode functions.Campbell Barton
2011-10-20A big set of UI messages fixes and tweaks! No functional changes.Bastien Montagne
2011-10-20misc editsCampbell Barton
2011-10-01support for object data material assignment in pythonCampbell Barton
2011-10-01add a collection function slot for assignment (not used yet).Campbell Barton
2011-09-20changes for materials to treat them as shorts not int/chars (since they are s...Campbell Barton
2011-09-19/blender/makesrna: Removed final points in UI strings and messages.Bastien Montagne
2011-09-19Curve back/front fill changes:Sergey Sharybin
2011-08-11svn merge -r39145:39286 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-09fix [#28186] textboxes properties not animatableCampbell Barton
2011-08-05Assorted loose ends for auto-clamped handles workJoshua Leung
2011-08-04Bassam Feature Request: "Auto Clamped" handles can now be set perJoshua Leung
2011-07-12RNA: fix some text datablock property UI names.Brecht Van Lommel
2011-07-05Fix #27863: converting curve spline type from python crashes.Brecht Van Lommel
2011-06-23checks in rna range functions that the max value cant be less than the min.Campbell Barton
2011-05-31tag unused rna args.Campbell Barton
2011-04-19Some strings to store ID names were too small, could cause stack corruption.Campbell Barton
2011-04-17Fix #26989: Smooth tangent Iteration field in Curve panel not responding.Sergey Sharybin
2011-04-11patch [#26861] Spelling, Typos, and GrammarCampbell 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-01-18rename fcurve.keyframe_points.add() --> insert()Campbell 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-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-06Todo item:Ton Roosendaal
2011-01-03DAG_id_tag_update was being called with non object ID's and OB_RECALC_* flags...Campbell Barton
2010-12-11- ignore calls to WM_cursor_wait() in background mode (crashes saving blend f...Campbell Barton
2010-12-06bugfix [#25046] Bold and Italics checkboxes for Text objects seem to do nothingCampbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-11-21- some more rna range corrections Campbell Barton
2010-11-21fix for RNA ranges exceeding the range of the type (INT_MAX used on short's f...Campbell Barton
2010-11-20Allow keyframing editmode curve values, also fix a bug where adding a new cur...Campbell Barton
2010-11-17fix [#24762] Bezier Point Radius Cannot be Set When Curve is CreatedCampbell Barton
2010-11-17bugfix [#24766] Crasher on inserting keyframe on Bezier points [33126]Campbell Barton
2010-11-17patch [#24760] Bezier handles updateCampbell Barton
2010-11-16Curve's UI minor fix:Sergey Sharybin
2010-11-16Fixed wrong rna name for the old "UV Orco" option.Ton Roosendaal
2010-11-05tedious string copying changesCampbell Barton
2010-10-05Fixed own typo in last commit to curve RNASergey Sharybin
2010-10-04Recalc knots when toggling nurb cyclic flagsSergey Sharybin
2010-09-30rename makeknots to nurbs_knot_calc_u/vCampbell Barton
2010-09-03use set as a suffix (matches operators)Campbell Barton
2010-09-02- inconsistent rna names - use 'vertex_group_' as prefix, only ui scripts use...Campbell Barton
2010-08-24py/rna remove functions now all work in a similar way.Campbell Barton
2010-08-23rna: move metaball.active_element to metaball.elements.activeCampbell Barton
2010-08-22* Fixing some UI Increment/Decrement issues, where click on left/right triang...Thomas Dinges