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-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
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-19rna rename Spline/Curve/Text3DCampbell Barton
2010-08-18more rna renaming.Campbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-17apply rna rename most of the show_*, names.Campbell Barton
2010-08-12fix for the rna curve interpolation enum, 'ease' was using the same value as ...Campbell Barton
2010-08-06bugfix [#19525] Curve modifier moves mesh geometry firstCampbell Barton
2010-08-03pointer poll functions for object's, mainly for modifiers, constraints.Campbell Barton
2010-08-03rna pointer poll function, not used yet.Campbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-302.5: remove vertex normal flip option, this is more harmful than helpfulBrecht Van Lommel
2010-07-30bugfix [#22660] Text Boxes properties are not animateable.Campbell Barton
2010-07-25Shapekeys for curves/surfecesSergey Sharybin
2010-07-17- added text3d.body_format to be able to set bold/italic/smallcaps etc on text.Campbell Barton
2010-07-15Apply first pass of edits to rna values from rna_booleans.txt.Campbell Barton
2010-07-14- text3d was missing menu items for toggling bold/underline/italic/smallcaps.Campbell Barton
2010-07-14- make duplis real wasnt redrawingCampbell Barton
2010-07-05Bugfix #22685: Screen update slow, animation player ALT-A, files created with...Joshua Leung
2010-06-14restored old 'uv orco' for curves, renamed to 'map along length'Matt Ebb
2010-06-11bugfix [#22569] Bezier splines.points segfaultCampbell Barton
2010-05-20some rna numbers were signed when they shouldnt be (simplify could have its s...Campbell Barton