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
2013-04-18Make freestyle use local Main for temporary objectsSergey Sharybin
2013-04-18add mesh distort display mode (highlights distorted faces)Campbell Barton
2013-04-17display options to help with 3d printing.Campbell Barton
2013-04-16Set min value for sampling value of freestyle line geometry modifier to 0.Sv. Lockal
2013-04-16Option to hide overlay during a stroke. To enable, press the brush iconAntony Riakiotakis
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-15Touch properties when clearing/adding to a collection.Sergey Sharybin
2013-04-14modify snapObjectsRayEx() to use a pointer to 'ray_dist' rather then passing ...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-14Mesh Drawing:Campbell Barton
2013-04-13Replacing the node Add menu and making the toolbar usefulLukas Toenne
2013-04-13Cycles / Save Buffers:Thomas Dinges
2013-04-13code cleanup: warnings + styleCampbell Barton
2013-04-13Allow rake/random brush rotation for random mapping mode. SomeAntony Riakiotakis
2013-04-13Fixes:Antony Riakiotakis
2013-04-12Paint refactoring commit, non-disruptive (in theory :p)Antony Riakiotakis
2013-04-12Added 'move' functions to the inputs and outputs node socket collections (sim...Lukas Toenne
2013-04-12Removed a lot of now-unnecessary checks from node RNA. The typeinfo pointers ...Lukas Toenne
2013-04-12Image draw method optionSergey Sharybin
2013-04-12Made the update callback in bNodeTree registerable in RNA, this was still mis...Lukas Toenne
2013-04-12Small change to the node space RNA function for opening a node group: pass th...Lukas Toenne
2013-04-11make scene.ray_cast() behave like object.ray_cast(), add distance arg to snap...Campbell Barton
2013-04-11py api:Campbell Barton
2013-04-10Add a gui control for setting omp threads in fluidsJens Verwiebe
2013-04-10Fix for the subtype of range_min/max parameters in RNA Freestyle settings.Tamito Kajiyama
2013-04-09Fix #34938: Not freeing dynstr_cstring memory blocks when setting shape keysSergey Sharybin
2013-04-09code cleanup: abbreviations ob, con - aren't normally used in global identifi...Campbell Barton
2013-04-09fix [#34902] Unicode decode error in Python console when completing a method ...Campbell Barton
2013-04-08Fix #34875: 0 digits of precision was not supported for FloatProperty, nowBrecht Van Lommel
2013-04-08A few more UI messages fixes...Bastien Montagne
2013-04-08Exposed the bNodeSocket->limit value in RNA, so it can be redefined by pynode...Lukas Toenne
2013-04-07Reverting changes from r55873 for rna_define.c, sorry about that...Bastien Montagne
2013-04-07Freestyle UI:Thomas Dinges
2013-04-07Usual typo fixes... ;)Bastien Montagne
2013-04-07freestyle lineset `tag` attribute was defined but not used, also some code cl...Campbell Barton
2013-04-06Pre-merger changes.soc-2008-mxcurioniTamito Kajiyama
2013-04-06svn merge ^/trunk/blender -r55815:55840Sergey Sharybin
2013-04-05code cleanup: include orderCampbell Barton
2013-04-05style cleanupCampbell Barton
2013-04-05svn merge ^/trunk/blender -r55776:55813Campbell Barton
2013-04-05Stencil dimension control:Antony Riakiotakis
2013-04-05Patch from kgeogeo:Antony Riakiotakis
2013-04-05Apparently, you shall not define variables in the middle of the blockSergey Sharybin
2013-04-05Fix #34862: some operators like mesh separate or object clear parent were notBrecht Van Lommel
2013-04-05Fix #34867: cycles viewport render did not respect viewport visibility forBrecht Van Lommel
2013-04-04Two small fixes:Ton Roosendaal
2013-04-04svn merge ^/trunk/blender -r55700:55776Campbell Barton
2013-04-04Changes to cache invalidation policy for movie clipsSergey Sharybin
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-04-03Fix #34856: crash passing an object rather than a mesh to bpy.data.mesh.remov...Brecht Van Lommel