Commit History

Author SHA1 Message Date
  Dalai Felinto 30d65c326a Python Templates: Update Custom Nodes tooltip 6 years ago
  Bastien Montagne a4fccde67a Fix some templates for 2.8. 6 years ago
  Campbell Barton e9fb2feb2e UI: text keyword argument to label 7 years ago
  Campbell Barton 09aa799e53 PyAPI: Use annotations for RNA definitions 7 years ago
  Campbell Barton 532c8ac583 Cleanup: pep8 function indentation 7 years ago
  Campbell Barton c3322603eb Cleanup: custom nodes template 8 years ago
  Lukas Tönne a6c2d02366 Fix T42389: Removed outdated comment from custom_nodes.py example script. 10 years ago
  Campbell Barton ea610e655c Style cleanup: C & pep8 11 years ago
  Lukas Toenne 8db4f87546 Small example for dynamic node labels in the custom_nodes.py template script. 11 years ago
  Lukas Toenne 3b7d5a8a40 Change to node output socket drawing: Instead of always drawing only the socket label for outputs, leave this check up to the socket type draw function. This gives custom node scripts more flexibility in 12 years ago
  Lukas Toenne 7e02d82036 Minor change to the custom_nodes.py template that has some consequences for addons: use bpy.types.* base classes instead of bpy_types.* 12 years ago
  Lukas Toenne 3fe01ecfd9 Removed the unused draw_add_menu function from pynodes template. This was previously used to extend the node Add menu, now the node categories system is used instead. 12 years ago
  Lukas Toenne 6e55460a8d Removed deprecated XXX comment from custom_nodes.py, importing node base types works now (this comment was causing some confusion in the past). 12 years ago
  Lukas Toenne 90cbf5d591 Added an example for using the new node categories system to the custom_nodes.py template script. 12 years ago
  Lukas Toenne fd2e3999bb Removed the 'custom node group' example from the pynodes template script. This does not work properly due to the fact that node groups don't have a single registerable base class any more. The reason for 12 years ago
  Lukas Toenne a3c82d4cde Updated the custom_nodes.py template script to reflect socket draw API changes in r56584 and r56585. 12 years ago
  Lukas Toenne a00eda0835 Fix for the custom_nodes.py template. Socket classes now return their drawing color in a callback instead of a simple property, this makes it possible to change a socket color e.g. based on data type. 12 years ago
  Lukas Toenne 4638e5f99a Merge of the PyNodes branch (aka "custom nodes") into trunk. 12 years ago