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-05-08Updated the custom_nodes.py template script to reflect socket draw API change...Lukas Toenne
2013-05-08Fix for node item polling: recursion check was the wrong way around, needs to...Lukas Toenne
2013-05-08Added filter to the node group items callback to remove recursive node groups...Lukas Toenne
2013-05-08A bit more pythonic way of using the items callback in node categories. The c...Lukas Toenne
2013-05-08Moved a couple of common properties into the NodeAddOperator base class to av...Lukas Toenne
2013-05-08Removed the unused socket template system from the bpy_types Node base class ...Lukas Toenne
2013-05-08Removed the add_group_node operator, this is now integrated into the generic ...Lukas Toenne
2013-05-08Workaround for C nodes: In order to make registerable RNA methods of the stan...Lukas Toenne
2013-05-08split dissolve into 3 different operators (face/edge/vert).Campbell Barton
2013-05-08auto indent for multi-line python statements.Campbell Barton
2013-05-07And here's the epic 2.67 splash and version!Ton Roosendaal
2013-05-05correction for uv template, also some doxygen comment corrections. Campbell Barton
2013-05-05correct bmesh api crossref and update uv-operator template.Campbell Barton
2013-05-05Cycles / Preview render:Thomas Dinges
2013-05-05* Remove unused screens from Cycles preview blend to save some space. Thomas Dinges
2013-05-03One-liner fix for part of regression of nodes UI translation (since new pynod...Bastien Montagne
2013-05-03Fix for shaders.py based on code review comments from flokkievids.Tamito Kajiyama
2013-05-02Fix #35190: texture mask stencil Reset Transform did not work properly.Brecht Van Lommel
2013-05-02remove re-allocations while building weight paint color array, move button to...Campbell Barton
2013-05-01Fix Show Brush button being missing from the UI for paint modes, the feature wasBrecht Van Lommel
2013-05-01Cycles / OSL:Thomas Dinges
2013-05-01[Bug #35108] Shortcuts 3dsmax blender 2.67RCMichael Fox
2013-05-01fix for select ungrouped vertices not flushing, also group select menu items ...Campbell Barton
2013-05-01Fix projection paint clone/soften/smear no longer working with textures,Brecht Van Lommel
2013-05-01fix for exception in console auto-completing an object with __getitem__ but n...Campbell Barton
2013-04-30Properties Editor / UI:Thomas Dinges
2013-04-30More painting fixes:Brecht Van Lommel
2013-04-30Fix another part of #35141: there was no way to reset the stencil transform a...Brecht Van Lommel
2013-04-30Partial fix for #35108: Shortcuts 3dsmax Blender 2.67RCSergey Sharybin
2013-04-30Changes for updated operatorsSergey Sharybin
2013-04-30More image painting fixes:Brecht Van Lommel
2013-04-29Do not report formatting mismatch between org and translation when message is...Bastien Montagne
2013-04-29move modal view3d keymaps out of main list of keymaps into the view3d section.Campbell Barton
2013-04-29select loose wasn't working very usefully if you only wanted to select loose ...Campbell Barton
2013-04-29Usual UI messages fixes...Bastien Montagne
2013-04-29Tweak allocation vars for XYZ space for more accurate GPU transformSergey Sharybin
2013-04-28Fluid UI:Thomas Dinges
2013-04-28Fix [#35127] Layout -> Frame doen't exist anymoreThomas Dinges
2013-04-27add vertex color smooth operator.Campbell Barton
2013-04-26Fixes for color management:Sergey Sharybin
2013-04-26Fix a few more cases where an operator should not show in the search menu.Brecht Van Lommel
2013-04-26Fix #35080: freestyle Fill Range by Selection operator giving error when invokedBrecht Van Lommel
2013-04-25Fix [#34545] Render layer name is unwantedly translated in composite node editorBastien Montagne
2013-04-25minor fixes for freestyleSv. Lockal
2013-04-25Bugfix [#35075] Physics Panel of Particles Fluid is TruncatedJoshua Leung
2013-04-24use more rna-constant name for bevel clamping.Campbell Barton
2013-04-24Fix bug #34611: bevel overlap limitHoward Trickey
2013-04-24Fix for broken Material color/alpha/thickness modifiers.Tamito Kajiyama
2013-04-23Fix #35058: Mesh > Edge/Face > Bevel would do vertex bevel if that was used inBrecht Van Lommel
2013-04-23Fix missing feature: fit mask stencil to aspect.Antony Riakiotakis