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
path: root/source
AgeCommit message (Expand)Author
2012-11-20bmesh operator api:Campbell Barton
2012-11-20Support for type callbacks on IDProperty pointers. Before this the type of th...Lukas Toenne
2012-11-20Text editor: fix for line spacing with word wrap enabledSergey Sharybin
2012-11-20Motion tracking: fixed View Selection operator in cases pixel aspect != 1Sergey Sharybin
2012-11-20Fix for add plane operator broken since recent code cleanupSergey Sharybin
2012-11-20Fix bug in endian switch functions.Sergey Sharybin
2012-11-20Fix #33217, mirror modifier edges missing in wireframe mode.Antony Riakiotakis
2012-11-20Skip CDDM_calc_edges since it's a costly operation. Instead make sureAntony Riakiotakis
2012-11-20py api: add mapping support to bmesh operator return values.Campbell Barton
2012-11-20py api: remove ".out" from the names of dict keys returned from bmesh operators.Campbell Barton
2012-11-20code cleanup: make bmesh operator names more consistant since python has acce...Campbell Barton
2012-11-20bmesh operator api edits, add macros and NULL the buffer if BMO_slot_buffer_a...Campbell Barton
2012-11-20bmesh py api: add support for return values from bmesh operators.Campbell Barton
2012-11-20Bugfix [#33154] Toggle/Enable/Disable channel settings operators inJoshua Leung
2012-11-20Readme and Release Log Links:Thomas Dinges
2012-11-20fix for crash in wireframe tool with verts that only have one boundary edge (...Campbell Barton
2012-11-20fix for changes in own recent commit:Campbell Barton
2012-11-20Custom icon for triangulate modifier. Antony Riakiotakis
2012-11-20Fix #33237, crash creeped in due to the fact that bmesh-operator-using modifi...Antony Riakiotakis
2012-11-20Triangulate modifierAntony Riakiotakis
2012-11-19* Fix Windows compile. #ifdef _MSC_VER was misspelled. Thomas Dinges
2012-11-19Minor spellchaeck in UI message.Bastien Montagne
2012-11-19Fix #33234: Search string crashes BlenderSergey Sharybin
2012-11-19Improved FFmpeg error reports when audio stream failed to be allocatedSergey Sharybin
2012-11-19Fix #33223: Instant Crash on Window minimizeSergey Sharybin
2012-11-19Fix #33229: Blender crashes on finishing renderSergey Sharybin
2012-11-19Windows Libs: move OpenEXR headers to same directory structure as other platf...Brecht Van Lommel
2012-11-19Implementation of string lookup functions for collections in the C API. These...Lukas Toenne
2012-11-19use input and output slots for bmesh operators, needed for the python api to ...Campbell Barton
2012-11-19improvements to bevelCampbell Barton
2012-11-19bmesh: BM_verts_in_face was using bmesh operator flag which is no longer ensu...Campbell Barton
2012-11-19BGE: The Step Height for a character physics controller is now set to 0.01, w...Mitchell Stokes
2012-11-19BGE: Changing "transform_uv" -> "transformUV" in some error messages.Mitchell Stokes
2012-11-18Request from Riggers/Animators at BlenderPRO:Joshua Leung
2012-11-18bmesh: lazy initialize bmesh tool flag pool, has the advantage that modifiers...Campbell Barton
2012-11-18fix for skin modifier calling rotate_normalized_v3_v3v3fl with a non unit len...Campbell Barton
2012-11-18bmesh: move internal API flags out of BMFlagLayer, into BMHeader which was be...Campbell Barton
2012-11-18bevel now only takes manifold edges (so it doesnt need to check for them)Campbell Barton
2012-11-18bmesh function was still using bmesh operator flags, use edge tags instead.Campbell Barton
2012-11-18commented bevel modifier code now calls bevel direct rather then the bevel op...Campbell Barton
2012-11-18finish moving bevel code out of the operator dir (it works again)Campbell Barton
2012-11-18moving bevel to tools dir as-is to keep svn history (breaks build, will fix n...Campbell Barton
2012-11-18move decimator into tools/ dirCampbell Barton
2012-11-18move source/darwin into release/darwin since these files are for osx packaging.Campbell Barton
2012-11-18style cleanup: if's on the same line.Campbell Barton
2012-11-18style cleanup: comments & spellingCampbell Barton
2012-11-18code cleanup: gpl header update (formatting)Campbell Barton
2012-11-17Fix compositing normal node not properly showing vector XYZ values when openingBrecht Van Lommel
2012-11-17Fix render layer properties not being animatable.Brecht Van Lommel
2012-11-17One more remained issue in legacy compositor, Hopefully last one.Sergey Sharybin