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-07-23Minor UI typo fix... ;)Bastien Montagne
2013-07-22Allow creation of mask nodes in compositor with drag&drop of mask datablocksSv. Lockal
2013-07-22Show full image node detail buttons in the sidebar. The image nodes in compos...Lukas Toenne
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-07-19code cleanup: case & brace placementCampbell Barton
2013-07-13Fix #35586: add an option to the Z Combine compositing node to disable the ZBrecht Van Lommel
2013-07-12Expose node.select exec callback to an operatorSergey Sharybin
2013-07-08Fix #36024. This part fixes user counting for node editor trees. The user cou...Lukas Toenne
2013-07-08Partial fix for #36024, don't always reset the node editor tree pointer if th...Lukas Toenne
2013-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2013-06-25Fix unnecessary redraw of 3D views when making changes in compositing nodes.Brecht Van Lommel
2013-06-14Fix for Jeroen Bakker
2013-06-12Track Position node now could output absolute position of track at a given frameSergey Sharybin
2013-06-12Fix #35703, Viewer node doesn't updates image sometimes. The viewer node was ...Lukas Toenne
2013-06-11Fix cycles backwards compatibility for specular_toon shader this actually needsBrecht Van Lommel
2013-06-05Removed the "Make Local?" popup from group node edit operator on linked node ...Lukas Toenne
2013-06-05Fix #35640, part 2. Check id.lib in poll functions for operators which do cri...Lukas Toenne
2013-05-29Remove the NODE_OPTIONS flag usage from node->typeinfo. This is a redundant f...Lukas Toenne
2013-05-29Reverted a TODO comment from r54429 which disabled the NODE_OPTIONS flag chec...Lukas Toenne
2013-05-29Replacement for the "Active Node" panel in node editor properties sidebar. Th...Lukas Toenne
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-28Quick addition to the node sidebar "Active Node" panel: draw input socket val...Lukas Toenne
2013-05-27Fix for #35495, Material preview do not update. This was caused by a line ins...Lukas Toenne
2013-05-25use math functions rather then macros for bicubic interpolation.Campbell Barton
2013-05-23Cycles / Toon BSDF:Thomas Dinges
2013-05-20code cleanup: scons - binreloc include was copied all over the place for no r...Campbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-20Cycles / Wireframe node:Thomas Dinges
2013-05-11only use OSKEY as a replacement for CTRL on Apple (was already the case in ma...Campbell Barton
2013-05-10Cycles: bump node changes to add a Distance input that controls the overall d...Brecht Van Lommel
2013-05-10Fix #35267: cmd+v, cmd+c on OS X for copy/paste worked in some editors like t...Brecht Van Lommel
2013-05-10Fix #35278: textures nodes Mix RGB node did not have a Use Alpha option likeBrecht Van Lommel
2013-05-08Extended the draw callback API for node sockets with an explicit text paramet...Lukas Toenne
2013-05-08Change to socket draw functions: instead of always only drawing the socket la...Lukas Toenne
2013-05-08code cleanup: use 'const float[2]' where possible.Campbell Barton
2013-05-07Fix #35122: Blenderplayer crashes when loading levelSergey Sharybin
2013-05-03Second part of fix for regression of nodes UI translation (since new pynodes)...Bastien Montagne
2013-04-30Fix #35144: Image editor is not updateing if in new windowSergey Sharybin
2013-04-29Fix for #35134.Lukas Toenne
2013-04-25Fix two more high DPI / retina draw issues with running jobs in info header andBrecht Van Lommel
2013-04-25minor fixesCampbell Barton
2013-04-24Fix #35068: bpy.ops.node.output_file_add_socket() now works on the active nodeBrecht Van Lommel
2013-04-24Fix for #34739 and #35060, avoid ambiguity in compositor viewer nodes.Lukas Toenne
2013-04-24Fix #35008: compositing nodes viewer border (ctrl + B) not working correct in...Brecht Van Lommel
2013-04-23Another little fix for #35010. Added better labeling for node groups, so it's...Lukas Toenne
2013-04-21Fix for NULL pointer bug, reported by Jens Verwiebe in IRC. ED_node_tag_updat...Lukas Toenne
2013-04-20revert own change from 56177, game bounds can be useful to see in editmode,Campbell Barton
2013-04-20Fix #34846, Node->Ungroup menu entry is broken. The standard node group opera...Lukas Toenne
2013-04-19UI drawing fix:Ton Roosendaal
2013-04-18code cleanup: removed unneeded null check in object drawing, some warnings, s...Campbell Barton