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-06-20transform: 2d option for proportional editmode,Campbell Barton
2013-06-19This commit tackles the "context" buttons in Properties header, which were st...Bastien Montagne
2013-06-18add option to enable auto-execute scripts, but exclude certain directories.Campbell Barton
2013-06-18use booleans for operator check functions.Campbell Barton
2013-06-16when setting the subframe for large frames (250,000+) the precision was very ...Campbell Barton
2013-06-15Added a 'move' function to node tree socket api (similar to node.inputs/outpu...Lukas Toenne
2013-06-14Code cleanup: removed unused B_BUTSPREVIEW event, and moved back rna_SpacePro...Bastien Montagne
2013-06-14fix for building c++ rna api with recently added smoothgroup api call.Campbell Barton
2013-06-14expose smooth group calculation to python as Mesh.calc_smooth_groups()Campbell Barton
2013-06-14Added a read-only dimensions property for Nodes. This returns the actual node...Lukas Toenne
2013-06-13Safety check for NodeTree.links.new function: Added NEVER_NULL flags to from_...Lukas Toenne
2013-06-12Track Position node now could output absolute position of track at a given frameSergey Sharybin
2013-06-12Remove magic constants from Track Position node RNA code.Sergey Sharybin
2013-06-12Fix #35703, Viewer node doesn't updates image sometimes. The viewer node was ...Lukas Toenne
2013-06-12Fix lamp size allowing negative values.Brecht Van Lommel
2013-06-11Fix #35704: Simplify on scene with dupli recursion crashesSergey Sharybin
2013-06-10Fix #35681: cycles excluded layers still got evaluated before and afterBrecht Van Lommel
2013-06-10Custom Group Node type for extending existing nodes from python scripts. This...Lukas Toenne
2013-06-10RNA: simplify space type items code, no need to have this duplicated.Brecht Van Lommel
2013-06-10correction to typo in r57327, ui-load wasnt working on splash screen.Campbell Barton
2013-06-10Fix for r57316: SPACE_EMPTY *is* needed in RNA enum for now, exported keymaps...Bastien Montagne
2013-06-10Bugfix [#35643] Animated textures are invisible in Graph Editor if it is notJoshua Leung
2013-06-09This commit replaces old "manual" Editors menu with nice RNA-based one (so on...Bastien Montagne
2013-06-09add editmode wire color,Campbell Barton
2013-06-08UI / Modifiers:Thomas Dinges
2013-06-07code cleanup: use more standard names for userpref ui functions was using `co...Campbell Barton
2013-06-06style cleanupCampbell Barton
2013-06-06fix [#35646] Image offset value in empty image display mode should be unitlessCampbell Barton
2013-06-06Fix for frame node property display: Extended frame node properties such as t...Lukas Toenne
2013-06-05fix [#35453] "copy mirrored uv coords" doesn't workCampbell Barton
2013-06-04edit-mesh improvements to select shortest pathCampbell Barton
2013-06-03fix [#35311] Planar Decimate / Limited Dissolve fails to merge some adjacent ...Campbell Barton
2013-06-03fix [#35468] screen list shows temp layoutCampbell Barton
2013-06-03fix [#35501] Operator log: some property changes log as [...].(null) = ...Campbell Barton
2013-06-02Better API design for making text datablocks after loading.Tamito Kajiyama
2013-06-01rna small fixes (bad copy-pasting)Dalai Felinto
2013-06-01add popup menu to allow python scripts to show popups without having to defin...Campbell Barton
2013-05-31Made text datablock properties 'is_in_memory' and 'is_dirty' editable in Python.Tamito Kajiyama
2013-05-30Motion tracking: automatic keyframe selectionSergey Sharybin
2013-05-29Fix #35374: Region overlap + bugsSergey Sharybin
2013-05-29Remove the NODE_OPTIONS flag usage from node->typeinfo. This is a redundant f...Lukas Toenne
2013-05-29Node options draw function fix for C nodes: use the default button draw funct...Lukas Toenne
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-28Cycles: normal maps are now backwards compatible again after recent fix, withBrecht Van Lommel
2013-05-28code cleanup: lots of calls to BKE_mesh_calc_normals_mapping were not using t...Campbell Barton
2013-05-28fix [#35543] Bezier curve width and twist fail to apply when more than 1 poin...Campbell Barton
2013-05-27Picky UI message fix...Bastien Montagne
2013-05-27Particles: patch #35205 by Jakub ZolcikBrecht Van Lommel
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-24Changes for masks APISergey Sharybin