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
2014-01-03Text3d: avoid converting utf8 to wchar_t in editmodeCampbell Barton
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-23Fix for converting unfilled 3d text into a meshCampbell Barton
2013-12-14Curves: Skip 3dtext & 2d-curve filling when fill is set to 'None'Campbell Barton
2013-12-11Move curve's boundbox and texspace calculation out of modifier stackSergey Sharybin
2013-12-03Code Cleanup: remove redundant/misleading NULL checksCampbell Barton
2013-11-26Fix T37225: UV map for closed curves incorrectly generatedSergey Sharybin
2013-08-28scanfill curves, ngons, masks had their own memarena code and would allocate ...Campbell Barton
2013-08-27ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it ...Campbell Barton
2013-08-21Copying of nurbs shall happen after converting font to curvesSergey Sharybin
2013-08-21Partial revert of recenr cu->disp merge commitSergey Sharybin
2013-08-19Fix crash happening due to missing ob->curve_cacheSergey Sharybin
2013-08-19Merge remained parts of r57520: use use_render argument rather than G.is_rend...Sergey Sharybin
2013-08-19No static vars shall be in mballs nowSergey Sharybin
2013-08-19Made curves almost thread-safeSergey Sharybin
2013-08-19Remove unused argument from utility curve functionsSergey Sharybin
2013-08-19Move bevel list and path from Curve to Object datablockSergey Sharybin
2013-08-19Get rid of a display list stored in Curve datablockSergey Sharybin
2013-08-19Made modifiers_getVirtualModifierList safe for threadingSergey Sharybin
2013-06-20Fix crash in when dding subsurf modifier to curvesSergey Sharybin
2013-06-19fix own regression with normal recalculation updatesCampbell Barton
2013-06-19fix [#35795] Edge split modifier do not show result in viewport with curves.Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-13fix [#35335] Crash when rendering a text object with a remesh modifier and a ...Campbell Barton
2013-05-02Fix #35174: dynamic paint displacement missing in render.Brecht Van Lommel
2013-04-27quiet warning, color blend c file was missing own include, also minor style t...Campbell Barton
2013-04-27real fix for [#35097], (curve cap flipping).Campbell Barton
2013-04-27fix [#35097] only one curve cap is visible while backface culling is enabled ...Campbell Barton
2013-04-22Fix #35039: two other issues with curve capsSergey Sharybin
2013-04-05Fix #34867: cycles viewport render did not respect viewport visibility forBrecht Van Lommel
2013-03-27Fix #34785: only one curve cap is visible while backface culling is enabledSergey Sharybin
2013-03-26style cleanup:Campbell Barton
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2013-02-06style cleanup: some warnigs & spelling.Campbell Barton
2013-02-02style cleanupCampbell Barton
2013-01-29Fix #34009: multi user curves + deform modifier behaviorSergey Sharybin
2013-01-15Bug fix #33748Ton Roosendaal
2013-01-10Fix #33752: UV Orco coordinates were wrong for Cycles (and other externalBrecht Van Lommel
2013-01-09Fix #33796: Curve radius makes affect only in full fill modeSergey Sharybin
2013-01-03fix [#33682] Animation not updated when the active shape index isnt setCampbell Barton
2012-12-27add option to BLI_scanfill_calc() - BLI_SCANFILL_CALC_HOLES, gives some speed...Campbell Barton
2012-12-27display the number of tri's in object mode status, often requested feature fr...Campbell Barton
2012-11-27fix/workaround [#33281] script goes into not responding Campbell Barton
2012-11-08Added Map Taper option which if enabled maps affect of taper object onSergey Sharybin
2012-10-23rename api functions...Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-07-31support for curve orco uv's as UV's in cycles.Campbell Barton
2012-07-14Fix #31021: Render settings are not taken into account for curvesSergey Sharybin
2012-07-11vector versions of BLI_in_rctf / BLI_in_rcti, (BLI_in_rctf_v, BLI_in_rcti_v)Campbell Barton