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
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
2010-05-04Great patch by Harley Acheson fixing about 80 typos and spellingDaniel Salazar
2010-04-12Fix [#21953] Texture space size seems not updated constantlyMatt Ebb
2010-04-06Object API changes so these functions now require a scene as first argument:Brecht Van Lommel
2010-04-01commit 27896 : merge render branch into trunk reverted changes in rna_curve.cCampbell Barton
2010-03-31svn merge https://svn.blender.org/svnroot/bf-blender/branches/render25 -r2787...Campbell Barton
2010-03-31taper/bevel object checking moved from RNA update to RNA pointer set function.Sergey Sharybin
2010-03-30- Call DAG_id_flush_update for each object in convert operator if keep_originalSergey Sharybin
2010-03-30Fixed segmentation fault when non-curve object is setting as a taperSergey Sharybin
2010-03-25Fix #21764: bezier curve render resolution slider min value 1Sergey Sharybin